easy question of the day...
Posted: Tue Mar 15, 2005 3:55 pm
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:
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
I want to link to an external site in a new window, here is my code:
Code: Select all
echo "e;<td><a target='_blank' href='www.dotphoto.com/go.asp?l=$Dotphoto_Name'>my dotphoto site</a>"e;;(hosted.jedijay.net/photoalbum being my website of course)
So how the heck can I remove that header portion?
Thanks all