How do you get the getURL script to open a webpage in a blank window. I have done it once, but can't remember. Thanks. I know in HTML it is target=_blank.
Printable View
How do you get the getURL script to open a webpage in a blank window. I have done it once, but can't remember. Thanks. I know in HTML it is target=_blank.
getURL("http://www.yoursite.com", "_blank");
yeah I remembered like 20 min after I posted this, thanks though.