Click to See Complete Forum and Search --> : Passing Data between html pages


August 6th, 1999, 01:57 AM
By using Java or JavaScript How do we pass data between html pages ??

DAVID DONG
August 6th, 1999, 07:21 AM
in script you can call the same page Applet's method.
in java you can use the netscapt.jscript like
package to get a ref to jscript object.
you also can see it in the www.codeguru.com
home page's jave section.
Hope be helpful.

This is from david dong.