PDA

View Full Version : cross-browser non-javascript popup window


gablernyc
05-08-2003, 05:04 PM
cross-browser non-javascript popup window with a redirect.

is this possible to be done without using javascript?

Basically, when a user clicks on an external link on a page, I need a popup window informing the user they are leaving our site, and then have this window close and then open a new window with the ecternal site. I currently do all of this using a javascript, but need to find a way to do it without using javascript. Any and all assistnace would be greatly appreciated.

brothercake
05-08-2003, 05:20 PM
The only way to open a window without javascript is like this

<a href="page.html" target="_blank">page.html</a>