My client's site launches information topics in a new window, using the following javascript code: window.open(theURL,'topic','scrollbars=no,resizable=yes,width=940,height=720,left=20,top=20'); The client wants to be able to bookmark these pages but the normal shortcut keys (Ctrl D and Shift Ctrl D) don't work in Chrome - is there any way to create a bookmark in Chrome when the page has been opened with all the menus etc disabled? I can't change the way the pages are launched.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.