DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Site Layout and Usability (http://www.daniweb.com/forums/forum130.html)
-   -   Hyperlink Question in Dreamweaver (http://www.daniweb.com/forums/thread33890.html)

carlco9020 Oct 14th, 2005 7:16 pm
Hyperlink Question in Dreamweaver
 
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

zippee Oct 18th, 2005 12:09 pm
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.
.


All times are GMT -4. The time now is 5:35 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC