Forum Moderators: phranque
<snip - no urls please>
I want it to pop up in a new window. I know that I could call functions like "onClick="getURL()"" or something like that. So far that hasn't worked at all. Any and all help would be appreciated. If you want to IM me, my AIM SN is EMT1182. Thanks.
[edited by: oilman at 8:00 pm (utc) on April 8, 2003]
Objects --> Movie --> Button --> Events --> onPress
The function comes out to be <not set yet>.onPress = function () {
};
In the function () I add my link: [nytimes.com...]
Essentially, the whole function looks like:
<not set yet>.onPress = function (getURL="http://www.nytimes.com/library/national/091101rescuers.html") {
};
Two questions still remain for me:
1) how do I make the button 100% transparent
2) the <not set yet>, what is it? The object name or something else?
Thanks for the help.