Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: IE5/ Netscape compatibility


Message #1 by "Ajay" <ajay@c...> on Wed, 18 Oct 2000 17:52:40 -0700
Hi Ajay,
I have just started learning Java.
But from what I read in your mail, it seems more like
an HTML issue rather than Java or anything else.

If it was java, it wouldn't work even in IE.
Take a look again at your code, how you are naming
your frames & calling/referring to them while
targeting.

Hope this helps!
Sachin.

--- Ajay <ajay@c...> wrote:
> 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
> 
> 
> 
> 
> ---
> NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE
> okay?
> Visit EarthWeb for the latest in IT Management,
> Software Development,
> Web Development, Networking & Communications, and
> Hardware & Systems.
> Click on http://www.earthweb.com for FREE articles,
> tutorials,
> and discussions from the experts.
> dp14ssp@y...
> $subst('Email.Unsub')
> 
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/

  Return to Index