Author
Applets-----To------HTML page .....How?
anand rk
Greenhorn
Joined: Feb 07, 2001
Posts: 25
posted Feb 14, 2001 22:15:00
0
Hello, How can i call an html file from the web or a network from an applet . The applet has a button and on clicking it i should open the html page. Can any one help me out Anand
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted Feb 14, 2001 23:03:00
0
Try the URL class.
Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
Philip Pross
Ranch Hand
Joined: Jan 17, 2001
Posts: 76
Sure there is a way... you can implement HTML and JavaScript together, it all depends on what you what to do!!
Reddy G
Greenhorn
Joined: Feb 14, 2001
Posts: 2
posted Feb 15, 2001 20:50:00
0
Try using showDocument(URL url) or showDocument(URL url, String target) methods of AppletContext .
subject: Applets-----To------HTML page .....How?