PDA

Click to See Complete Forum and Search --> : Url RESOLVED


GingerNut
Dec 21st, 2002, 04:28 PM
exit("<BR><BR align=\"center\"><font color=\"#000000\" size=\"+1\">Thanks for your order. Your credit card will not be charged until the order is ready. Click here to return to home page.</font>");
}
How do I put the url in this line?
I tried <a href=\"www.address.com"\>Click here</a> but got an error.

JafferAB
Dec 21st, 2002, 07:28 PM
i dont quite understand what you are asking, coudl you elaborate a little please?

Rick Bull
Dec 22nd, 2002, 04:57 AM
I answered this on Galah too :D You put the second slash in the wrong place:


<a href=\"http://www.address.com\">Click here</a>

GingerNut
Dec 22nd, 2002, 05:10 AM
Thanks.

That's what I get for working late. :rolleyes: