Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.