|
link = I want to open a new window....
I purchased a website template and am trying to customize it. In the action scripting for this particular button, this is the script:
onClipEvent (load) {
num = 4;
link = "http://www.google.com/"
}
I want this to open a new browser window with all the functions of a regular browser - meaning I don't want full screen, etc...just a simple _blank in html but I can't seem to get this to do it. Can someone help me please!?
Thanks!
|