![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2009
Posts: 8
OS: win xp , service pack 2,window verion 5.1, build number 2600
|
dreamweaver cs4 button help
i;m designig my first website using dreamveaver cs4
i've created a buttuon but i want to add an hidden link in it, in order that wehn someone click on it he will be directly refered to another site or page, so pleae tell me how to add hidden link please its urgent in clear i mean a go button which send you through other site or enter button mostly found in adult site which give you access to adult page Last edited by devoria; 07-28-2009 at 04:20 PM. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
God (TSF Enthusiast)
Join Date: May 2009
Location: Jeffersonville, IN
Posts: 893
OS: Ubuntu 9.10 [Karmic Koala]
|
Re: dreamweaver cs4 button help
For a button:
Code:
<input type="button" onclick="window.location='http://www.domain.com/folder/file.extension'" value="Go" /> Code:
<a href="http://www.domain.com/folder/file.extension" />Enter</a> Code:
<a href="http://www.domain.com/folder/file.extension"><img src="http://www.domain.com/folder/file.extension" /></a>
__________________
If I have not responded to a post in 24 hours or more, PM me with a link to the thread and I'll get back to you. I do not help via PM/IM/Email. Last edited by ahmorrow; 07-29-2009 at 05:01 AM. Reason: gah... this is so embarrassing... I forgot to end my last code tag... |
|
|
|
|
|
#4 (permalink) |
|
God (TSF Enthusiast)
Join Date: May 2009
Location: Jeffersonville, IN
Posts: 893
OS: Ubuntu 9.10 [Karmic Koala]
|
Re: dreamweaver cs4 button help
Yes. The URL of whatever you're trying to get to should be inside the href attribute. The URL of your image should be inside the src attribute--if you use an image.
__________________
If I have not responded to a post in 24 hours or more, PM me with a link to the thread and I'll get back to you. I do not help via PM/IM/Email. |
|
|
|
|
|
#6 (permalink) |
|
God (TSF Enthusiast)
Join Date: May 2009
Location: Jeffersonville, IN
Posts: 893
OS: Ubuntu 9.10 [Karmic Koala]
|
Re: dreamweaver cs4 button help
Lol, anytime. It's a simple thing to do honestly. Dreamweaver probably has a button do it automatically, but I like hard coding.
__________________
If I have not responded to a post in 24 hours or more, PM me with a link to the thread and I'll get back to you. I do not help via PM/IM/Email. |
|
|
|
![]() |
| Thread Tools | |
|
|