pipsdesign
08-14-2008, 11:50 AM
hi i cant seem to get the link on my buttons to open in the same window
my script is:
button1.onRelease = function()
{
getURL("http://www.key4international.com/italia/developments/ilpaesino_overview.php",_top);
};
button2.onRelease = function()
{
getURL("http://www.key4international.com/italia/developments/terranova_overview.php",_self);
};
button3.onRelease = function()
{
getURL("http://www.key4international.com/italia/developments/florence_overview.php",_blank);
};
as you can see i have tried them all and they all open in a new window
my script is:
button1.onRelease = function()
{
getURL("http://www.key4international.com/italia/developments/ilpaesino_overview.php",_top);
};
button2.onRelease = function()
{
getURL("http://www.key4international.com/italia/developments/terranova_overview.php",_self);
};
button3.onRelease = function()
{
getURL("http://www.key4international.com/italia/developments/florence_overview.php",_blank);
};
as you can see i have tried them all and they all open in a new window