Open New Window

J

Jay

Chris,
Thank you for the reply. I seem to be having trouble. I
replace www.xyz.com/page.html with the correct page and
window_name with a name and it creates a hyperlink of the
text, but the link is back to the same page, a new window
doesn't open and the original page loads with errors. Any
ideas what I'm doing wrong?
Thanks, Jay
 
S

Stefan B Rusynko

Just get the Popup Addin Spawn from Jimco at http://www.jimcoaddins.com/




| Chris,
| Thank you for the reply. I seem to be having trouble. I
| replace www.xyz.com/page.html with the correct page and
| window_name with a name and it creates a hyperlink of the
| text, but the link is back to the same page, a new window
| doesn't open and the original page loads with errors. Any
| ideas what I'm doing wrong?
| Thanks, Jay
| >-----Original Message-----
| >use the onclick method, and then you can specify the
| >window size, an whether or not the status, scrollbars are
| >visible:
| >
| ><a href="#" onclick="window.open
| >
| ('http://www.xyz.com/page.html','window_name','width=800,he
| >ight=600,scrollbars=yes or no,location=100,resizable=yes
| >or no,status=yes or no');">
| >.
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top