|
-
May 11th, 2005, 09:30 AM
#1
Thread Starter
Lively Member
Quick 'window.open' Question . . . [RESOLVED]
Syntax please, to open a browser with no address bar, no status bar, but only a menu bar.
Does the URL or location of the page I want to open go into the first '' ?
It's something like this:
Code:
'javascript:
window.open('','NewWin','toolbar=no,status=no,
width=100px,height=100px,resizable=no,scrollbars=no,
top=100px,left=200px');
BONUS QUESTION: Maybe it's possible to even reduce the menu down to only allow "PRINT" and "EXIT" to show?
Thanks,
CP
Last edited by milkmood; May 11th, 2005 at 11:22 AM.
-
May 11th, 2005, 09:35 AM
#2
Re: Quick 'window.open' Question . . .
I moved your thread to the "javascript" section.
ØØ
-
May 11th, 2005, 09:41 AM
#3
Thread Starter
Lively Member
Re: Quick 'window.open' Question . . .
-
May 11th, 2005, 09:41 AM
#4
Member
Re: Quick 'window.open' Question . . .
Yes, the first argument is the URL. window.open()
-
May 11th, 2005, 09:43 AM
#5
Thread Starter
Lively Member
Re: Quick 'window.open' Question . . .
Then I want to close the window with the script...hopefully, so it's never even seen.
Is it something like :
this.close();
Thanks,
CP
-
May 11th, 2005, 09:53 AM
#6
Member
Re: Quick 'window.open' Question . . .
-
May 11th, 2005, 09:57 AM
#7
Thread Starter
Lively Member
Re: Quick 'window.open' Question . . .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|