RSS Forums RSS

Hyperlink Question in Dreamweaver

Please support our Site Layout and Usability advertiser: Programming Forums
Reply
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

  #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
AddThis Social Bookmark Button
Reply With Quote  
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

  #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  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.



Similar Threads
Other Threads in the Site Layout and Usability Forum
Views: 4088 | Replies: 1 | Currently Viewing: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 12:46 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC