Page 1 of 1

easy question of the day...

Posted: Tue Mar 15, 2005 3:55 pm
by jhilden
Hi everyone, this out should get answered in about 10 seconds...

I want to link to an external site in a new window, here is my code:

Code: Select all

echo &quote;<td><a target='_blank' href='www.dotphoto.com/go.asp?l=$Dotphoto_Name'>my dotphoto site</a>&quote;;
The link gets created but the it tries to redirect to "http://www.hosted.jedijay.net/photoalbu ... asp?l=user"

(hosted.jedijay.net/photoalbum being my website of course)

So how the heck can I remove that header portion?

Thanks all

Posted: Tue Mar 15, 2005 3:57 pm
by feyd
you can fix it by adding http:// to the url's beginning.

Posted: Tue Mar 15, 2005 4:08 pm
by jhilden
thanks, I knew it would be something stupid and simple like that