PDA

View Full Version : opening a new window on clicking a link in current window


phani
02-09-2003, 06:57 AM
Hello

I want to open a new window on clicking on a hyperlink. i can do it by window.open() method but i couldn't not open another new window from the new window opened previously, that is i want to open a new window from the current window and from the new window i want to open another new window.

Thanks in advance
ph

Mhtml
02-09-2003, 11:11 AM
<a href="http://www.here.com" target="_new">Example Link</a>