Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pass varible to applet param

Status
Not open for further replies.

burr

Programmer
Jul 17, 2000
29
US
<applet name=&quot;June&quot; code=&quot;fphover.class&quot; codebase=&quot;_fpclass&quot; width=&quot;70&quot; height=&quot;30&quot;>
<script>
MyDate = &quot;Jun2000.htm&quot;;
</script>
<param name=&quot;url&quot; value=MyDate>
</applet>
************************
I want to pass the contents of MyDate to the Applet. I want the passed parameter to be the destination url when the button is clicked. This applet is from Front Page 98. I think it expects a string because Front Page Editor puts the quote marks around value=&quot;MyDate&quot;. I'v tried using the document.June.'object' = &quot;Jun2000.htm&quot;. The runtime tells me I don't have an object. I don't know how to construct the 'document.June.xxxxx' string to address the param structure.
ANy help please??

Burr Stephens
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top