<applet name="June" code="fphover.class" codebase="_fpclass" width="70" height="30">
<script>
MyDate = "Jun2000.htm";
</script>
<param name="url" 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="MyDate". I'v tried using the document.June.'object' = "Jun2000.htm". 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
<script>
MyDate = "Jun2000.htm";
</script>
<param name="url" 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="MyDate". I'v tried using the document.June.'object' = "Jun2000.htm". 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