943,597 Members | Top Members by Rank

Ad:
Oct 14th, 2005
0

Hyperlink Question in Dreamweaver

Expand Post »
Hi,

I have a two frame page and I would like to click one of my buttons on the top frame and make the page open in the bottom frame. When I go to make my hyperlink the bottom frame is not present in the Target box? How do i put it there?

This is the page for reference http://www.helpfundkatrina.com/donate.htm

Thanks in advance

Carl
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
carlco9020 is offline Offline
8 posts
since Sep 2005
Oct 18th, 2005
0

Re: Hyperlink Question in Dreamweaver

You are lacking knoledge of basic HTML. See www.w3schools.com for more tutorials and learn HTML.

1. Define the frame name
<frameset rows="361,268" cols="*">
  <frame src="donation_up.htm" name="top">
  <frame src="donation_bottom.htm" name="content">
</frameset>
2. create links. At present you only have those flash button without any connection.
<a href="target_page.htm" target="content"><img scr="you_button_here.gif"></a>
3. Make you the target_page.htm page has something to show based on the amount.
.
Reputation Points: 10
Solved Threads: 7
Posting Whiz in Training
zippee is offline Offline
294 posts
since Jan 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Site Layout and Usability Forum Timeline: Dreamweaver: proxy generator for ASP.NET
Next Thread in Site Layout and Usability Forum Timeline: How to intertwine a form with the shopping cart





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC