when I open a new window use the window.open function in chrome browser,the new window has no back button no matter what the parameters are. Code like this below:
window.open(url,'newwindow','toolbar=yes, menubar=yes, location=yes, status=yes...');
Any helps will be gratefull!