Princeton
I did it.
This is how it looks like.
PHP Code:
on (release)
{
getURL("http://www.mysiteurl.com");
}
it still doesnt redirect.
--------------- Added [DATE]1215362085[/DATE] at [TIME]1215362085[/TIME] ---------------
This is what happens;
when coded like this;
PHP Code:
{
getURL("http://www.mysite.com", "_self");
}
It does not redirect..
But when i code it like this;
PHP Code:
{
getURL("http://www.mysite.com", "_parent");
}
it opens in a new window. I am trying to get it to open in the same window.