Hyperlink Question in Dreamweaver

Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Sep 2005
Posts: 6
Reputation: carlco9020 is an unknown quantity at this point 
Solved Threads: 0
carlco9020 carlco9020 is offline Offline
Newbie Poster

Hyperlink Question in Dreamweaver

 
0
  #1
Oct 14th, 2005
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
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 294
Reputation: zippee is an unknown quantity at this point 
Solved Threads: 6
zippee's Avatar
zippee zippee is offline Offline
Posting Whiz in Training

Re: Hyperlink Question in Dreamweaver

 
0
  #2
Oct 18th, 2005
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.
.
Ecommerce-Web-Store.com Building Your e-Business.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Site Layout and Usability Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC