I have an applet writing to my page.
<applet code="colorpicker.class" width="400"
height="450" MAYSCRIPT>
<param name="js_variable" value="color">
<param name="start_value" value="2563BF">
</applet>
I need the color so I can pass it to another page
using ASP. I know the ASP end really well, I just need
to know how to get the value of js_variable. Is it a
global variable?