View Full Version : getURL
KaterOne
04-07-2003, 04:53 PM
ok this is what i have:
on (press) {
getURL("http://www.sxtyfoursquares.com", "_blank");
}
when i save and publish the link works, only that it doesn't take me to the url, if my browser is open it will just stay in the page it's on, or if it's closed it will open my browser and just take me to my home page. what am i doing wrong?
magicwand
04-07-2003, 05:17 PM
????
KaterOne
04-07-2003, 05:32 PM
what do you mean you don't see the question or you don't undestand what I'm asking?
if the latter, I'll try to explain.
when I have this action attached to a button:
on (press) {
getURL("http://www.sxtyfoursquares.com", "_blank");
}
means that I want to be able to click on that button and have a new browser window open up at a new url, in this case the url i want it to open in is (www.sxtyfoursquares.com).
the problem is that when a new browser window opens up i am not at www.sxtyfoursquares.com, enstead i am at my homepage or at which ever page i was last browsing.
what am i doing wrong?
magicwand
04-07-2003, 05:47 PM
code you posted should open new browser with www.sxtyfoursquares.com.
i have no idea y it doesnt work.
maybe you disabled popup?
that case your current browser stays and new window will not open.
CyanBlue
04-07-2003, 09:21 PM
Yup... The code itself works just fine... See the sample...
Maybe there is something else that's not letting it working???
If my sample does not work on your computer, than there is problem with your computer... :D
CyanBlue
04-07-2003, 09:22 PM
Oops... Forgot to attach the sample... :D
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.