Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Click Here
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

lgk_195
Starting Member

USA
22 Posts

Posted - 03 March 2005 :  19:52:19  Show Profile  Visit lgk_195's Homepage
I want to have the words "Click Here" on my forums and when people click there it takes them to another location or starts a download of a program but I can not figure it out.

I can get the link to show but I don't know how to not have the fully link show and just the words click here.

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 03 March 2005 :  19:56:45  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
The code to use is as follows:

Response.Write "<a href=""[WEBSITE URL, INCLUDING http://]"" target =""new"">[CLICK HERE TEXT]</a>"

Is that what you were getting at?

eXtremeGossip
Go to Top of Page

lgk_195
Starting Member

USA
22 Posts

Posted - 03 March 2005 :  19:59:53  Show Profile  Visit lgk_195's Homepage
Thanks for the info and the quick response.
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 03 March 2005 :  20:01:02  Show Profile
Most users would not use your "Click Here" if it starts to take them to another part, let alone if it starts to download a program and install the program on their system, but a way to make it so the words "Click Here" show up in the status bar is by going:
onMouseOver=""self.status='Click Here'; return true""
in the code for the link just before the >.

I hope that helps.

Cheers,

David Greening

Edited by - Classicmotorcycling on 03 March 2005 20:01:46
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 03 March 2005 :  20:05:44  Show Profile
For this:
quote:
Originally posted by Jorrit787

The code to use is as follows:

Response.Write "<a href=""[WEBSITE URL, INCLUDING http://]"" target =""new"">[CLICK HERE TEXT]</a>"

Is that what you were getting at?

I would of gone:

To open a new window:
Response.Write "<a href=""[WEBSITE URL, INCLUDING http://]"" target =""_blank"" onMouseOver=""self.status='Click Here'; return true"">[CLICK HERE TEXT]</a>"

To open the code in the same open browser:
Response.Write "<a href=""[WEBSITE URL, INCLUDING http://]"" target =""_top"" onMouseOver=""self.status='Click Here'; return true"">[CLICK HERE TEXT]</a>"

Just the way I would do it..

Cheers,

David Greening
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 03 March 2005 :  21:15:24  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
quote:
Originally posted by Classicmotorcycling

Response.Write "<a href=""[WEBSITE URL, INCLUDING http://]"" target =""_blank"" onMouseOver=""self.status='Click Here'; return true"">[CLICK HERE TEXT]</a>"
Yeah, you're right... I'm slagging off here

eXtremeGossip
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07