Opening a new window with javascript

Status
Not open for further replies.

Adsense Loser

New member
Oct 14, 2006
484
7
0
How do you program a new window to open automatically when you visit pagea.html and have the new url (pageb.html) open in a fulllscreen window with full scrolling and all the IE toolbars and menus?

i have spent over an hour trying to find it and I can't get a concise exmplantion as to how this is done.
 


with html it would be <a href="whatever" target="_blank">whatever</a>
with javascript it would be onClick="window.open('urlgoeshere.html', '_blank')"
 
How about opening that window on close behind any other browser windows?
 
Status
Not open for further replies.