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