PDA

View Full Version : Rollover TextField - NOT button - using asfunction?



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.

temp
March 19th, 2005, 01:43 PM
Oh, I've been informed by a MM technician that it can't be done. I needed it to happen because I was building a list from a multidimensional array and when using invisible buttons underneath the list, they were obviously in the wrong order depending how the list was being sorted.

I was considering adding yet another element to the array which could act as an action of sorts - can this be done - elements of an array as functions?

Any ideas on a solution for this would be splendid. And I could slot my brain back together then.

Thanks again.

Ordinathorreur
March 19th, 2005, 01:50 PM
I don't get your question....

frost_oni
March 19th, 2005, 01:59 PM
me neither.

Ordinathorreur
March 19th, 2005, 02:20 PM
I made a quick fla with what I think you mean: