[SOLVED] Linking to a site

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
JF3000
Forum Newbie
Posts: 19
Joined: Tue Mar 01, 2005 2:54 am

[SOLVED] Linking to a site

Post 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
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post by PrObLeM »

put the url of the website where the about:blank


ie:
href="http://www.google.com"
JF3000
Forum Newbie
Posts: 19
Joined: Tue Mar 01, 2005 2:54 am

Post by JF3000 »

Thank you, that worked nicely.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Moved to Client Side
Post Reply