temp
March 19th, 2005, 02:10 AM
I got this:
X25 = "<a href=\"asfunction:myClick\">Show Box</a>";
box._visible=false;
function myClick() {
box._visible=true;
}
Where X25 is the name of a dynamic text field variable (not instance name).
What I really need is for a rollOver action - you need to physically click the text box for it to work and I need that for another action
Any help much appreciated.
Cheers.
X25 = "<a href=\"asfunction:myClick\">Show Box</a>";
box._visible=false;
function myClick() {
box._visible=true;
}
Where X25 is the name of a dynamic text field variable (not instance name).
What I really need is for a rollOver action - you need to physically click the text box for it to work and I need that for another action
Any help much appreciated.
Cheers.