PDA

View Full Version : clickthru ?


LordDex
10-23-2001, 08:23 PM
Hi

Once I saw an action attached to a button and I wonder what does it do. This action is very simple but "clickthru" is bothering me.

So this is the action:

on (release) {
getURL (clickthru ,"_blank" )
}

It has something to do with Java Script and ..... ???

Explain it to me. Please !

Thanks

Jesse
10-24-2001, 12:36 PM
clickthru is just a variable there... it may have been passed in via javascript previously... see the variables tutorial.