Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: IE5/ Netscape compatibility


Message #1 by "Ajay" <ajay@c...> on Wed, 18 Oct 2000 17:52:40 -0700
HI...

I have got stuck with a minor problem..hope you have solution to
this....I
have a 3 frame window...
top frame -- frame1
left frame -- mainframe
right frame -- abc

On left frame i.e "mainframe" I have an image  which is supposed to be a
hyperlink. I am giving the target="abc" in Href of that image. In IE5 it is
okay..and opens the Servlet in right frame..i.e.."abc". But in Netscape it
opens a new window for it. It means that in Netscape it is not able to
recognize frame-- "abc". The line of code I am using is..

<a href='http://127.0.01:8080/servlet/servlet1'  target='abc'><img
border='0' src='C:/eventcalendar/Files/images/newgrp.gif' 
width='135' ></a>

Any help is highly appreciated.

Regards,
Ajay

  Return to Index