Page 1 of 1

[SOLVED] Linking to a site

Posted: Tue Mar 01, 2005 4:49 pm
by JF3000
I have the following code here :

Code: Select all

case "_bottom_text": return "2002-2004. Product of <a class=bottommenu href="about:blank">Web</a>.";


In this section :

Code: Select all

href="about:blank">
What do I place instead of the blank for a website to load?

Thank you.

JF3000

Posted: Tue Mar 01, 2005 4:54 pm
by PrObLeM
put the url of the website where the about:blank


ie:
href="http://www.google.com"

Posted: Tue Mar 01, 2005 5:06 pm
by JF3000
Thank you, that worked nicely.

Posted: Tue Mar 01, 2005 5:12 pm
by John Cartwright
Moved to Client Side