Rainer
04-27-2007, 12:27 PM
Hello-I'm trying make a shortcut that opens a browser window containing a specific URL in a 320x200 window with only scrollbars, no address bar by using javascript directly in the address line of IE7....but for some reason it isn't working :)
The following line works in my IE7 address line:
javascript: 5 * 30 (it gives the result 150, so javascript is enabled)
But the following doesn't work if I enter it in the address line of IE7 (nothing happens):
javascript: window.open(http://192.168.1.123,'Title','width=320,height=200,menubar=no,status=no,toolbar=no,scrollbars=yes');
Is there any way to do this? Can window.open be used in the address line?
Thx
The following line works in my IE7 address line:
javascript: 5 * 30 (it gives the result 150, so javascript is enabled)
But the following doesn't work if I enter it in the address line of IE7 (nothing happens):
javascript: window.open(http://192.168.1.123,'Title','width=320,height=200,menubar=no,status=no,toolbar=no,scrollbars=yes');
Is there any way to do this? Can window.open be used in the address line?
Thx