PDA

View Full Version : URLs


Stoked
08-01-2003, 04:44 PM
I have a link on my page refering to an External site. My site is www.whatever.com(eg.) and when I click the URL on my site it comes up with www.whatever.com/www.othersite.com(eg.) How do I get this to open www.othersite.com without the www.whatever.com in front of it because that is messing everything up and I can't view the site I click on.

This is what I have. I have the text as a static text and then down in the properties of the text I have the URL: as www.othersite.com. Am I supposed to do something with the target?

Sualdam
08-01-2003, 04:46 PM
Well, this would work:getURL("http://www.domain.com/");From what you said, you haven't put the 'http://' bit in.

It also looks like you might be evaluating a name rather than stating it directly. Can't tell without seeing code.

If none of that works, can you paste your actual code here?

Stoked
08-01-2003, 04:52 PM
I forgot about the actionscript completely. That was a waste of a post lol. But thanx for the reply it help me remember what I forgot.