cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Passing variables into Applet

Former Member
0 Likes
342

Hi,

I have an applet on a web page in which I want to pass a date to it against one of the parameters. However, when I run the web page it appears that the date variable that I pass to the applet is not recognised.

How can I define a variable in a javascript and use this on an applet.

Thanks

Martin

View Entire Topic
Former Member
0 Likes

Hi Martin,

Just a thought - you may want to try using the CreationEvent in the applet. This event triggers a JavaScript function when the applet is first loaded into the web page; the accompanying JavaScript function is called before the query runs.

Kind Regards,

Diana Hoppe

Former Member
0 Likes

With a bit of jiggery pokery and all of the input from everyone finally got it working.