Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

How do I get a Java Applet Var so I can use it in ASP

  Asked By: Kuhaylah    Date: Dec 06    Category: Java    Views: 531
  

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?

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on How do I get a Java Applet Var so I can use it in ASP Or get search suggestion and latest updates.




Tagged: