Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening popup window from URL

Status
Not open for further replies.

aharrisreid

Programmer
Nov 17, 2000
312
GB
How can I call a URL from the IE address bar, which shows the called page in a user-defined window? I know how to call a user-defined window using the window.open() function called from a <a href=... onclick=...>, or a pushbutton with onclick code attached, but I am baffled as to how to do it straight from the URL.

Failing that, could I use the form onload() method? If so, how?

Any help would be appreciated.
Alan
 
Code:
javascript:open(&quot;[URL unfurl="true"]http://www.ibm.com&quot;,&quot;_lblank&quot;,&quot;width=100,height=200&quot;)[/URL]

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top