faqts : Computers : Programming : Languages : JavaScript : Applets/Java

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

6 of 7 people (86%) answered Yes
Recently 6 of 7 people (86%) answered Yes

Entry

Until java liveconnect doesn't work on NN6 is there another way to do applet browser communication?

Jan 24th, 2002 07:33
James Massey, Jean-Bernard Valentaten, mathieu mani,


No, there isn't.
But there is one thing you could try. You can use queries and send them 
to a Servlet (your Web-Server must support JSP for that).
Then you change that query to parameters and put them in the 
dynamically generated web-page.
HTH,
Jean
The Netscape6.2 release notes say that Liveconnect (javascript->applet) 
is now enabled with some bugs that wont be fixed until jdk1.4 is 
integrated with a later Netscape6
James