-
Hit a URL w/o opening a new browser?
Is there a way (function) in MX that will, onClipEvent, hit (or open) a URL without physically opening up a new browser?
-
Registered User
when you have
getURL("http://mysite.com");
instead of
getURL("http://mysite.com", "_blank");
it doesn't open a new window, does it?
-
Or use...
getURL("http://mysite.com", "_self");
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|