;

PDA

Click to See Complete Forum and Search --> : open a html page but not in a new window


br!an
06-07-2006, 07:15 PM
I have a site that has buttons in flash all the rest is html. I cant seem to figure out how to open a html page without it opening in a new window. heres the code i have now

on (release) {
getURL("www.mysite.com", "_blank", "GET");
}

Musicman
06-08-2006, 03:00 AM
Hi,

use _self instead of _blank

Musicman

br!an
06-08-2006, 03:08 AM
thnx alot musicman :thumbsup: