problem with Netscape vs. IE and opening new windows

liunx

Guest
Hello, just looking for some assistance here. I am a netscape user, and have designed this very simple and basic website website (<!-- m --><a class="postlink" href="http://kevs-page.freeservers.com">http://kevs-page.freeservers.com</a><!-- m -->) <br />
I'm having a problem when viewing the site in IE. specifically this page (<!-- m --><a class="postlink" href="http://kevs-page.freeservers.com/kelowna04.html">http://kevs-page.freeservers.com/kelowna04.html</a><!-- m -->) <br />
I use java to open a new window at a set size when a thumbnail is clicked. This works fine in netscape, however IE just refreshes the current page and does not open a new window. I'm using the following code, any help is GREATLY appreciated!<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:location='kelowna04.html'; window.open('images/kelowna04/DSCF0023.JPG', 'The Drive', 'height=255,width=335')"><!--content--><a href=http://www.webdeveloper.com/forum/archive/index.php/"kelowna04.html" onclick="window.open('images/kelowna04/DSCF0023.JPG', 'TheDrive', 'height=255,width=335');return true;"><!--content-->
 
Back
Top