Link to home
Start Free TrialLog in
Avatar of Jasbir21
Jasbir21

asked on

URGENT PLEASE - CAN APPLET OPEN LINK

What i am trying to say that , can i have an applet that has file, edit ,and ...
Under File , i have a menuitem Open that opens the link to another  window applet .


Pls .. i really need to know this, coz, if it can't i need to change to JSP......



ASKER CERTIFIED SOLUTION
Avatar of bobbit31
bobbit31
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jasbir21
Jasbir21

ASKER

..Meaning that an applet can open another applet ...right.
?????
your applet is contained in a html page right?
well if you want to open another applet, you can just call a new html page as shown above.
oh, sorry for being a bit tooo blur.
Lets say i have an applet called client.html.
In the client applet, i will need to open another applet called conversion.

So, where do i put the code :

Url u = new Url("http://someserver.com/pagewithapplet.htm");
this.getAppletContext().showDocument(u);
 
where do i put the code , in the applet or the client.html file,


<HTML>
<BODY>
<HR>
<APPLET CODE=client.class  WIDTH=500 HEIGHT=400>
</APPLET>
</HR>
</BODY>
</HTML>


Thanx
in the applet
ok , thanks, would try it soon.



Actually, i am in a middle of doing a jtable.I am getting stuck.

...Could you help me out, if you know.I have posted the question under Jtable-user input data

Thanks