Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
framesets - need help
Old 06-23-2005, 09:57 PM framesets - need help
Novice Talker

Posts: 13
Trades: 0
Need help… please!!

Moving FRAMED website from front page into dreamweaver. In FP I was able to set one main frameset – split top and bottom. Top has navigation bar and bottom loads individual pages - many of these pages are various URLS that are affiliated with our main organization. I need to keep this set up…unfortunately.

In FP I was able to set up one main frameset w/ a top frame that was static. This program had a feature that would allow me to switch out the bottom frame (retarget it to another page or URL). This was nice because I did not have to have a complete frameset for each individual page – I just set up the pages that were to load in the bottom frame.

Is there a way to do this in DW or must I have a complete frameset for each page (that seems very bloated)?

I feel like I am just not getting this…am I missing something, I need my top navigation to be static while the bottom switches content – some of this content will be from remote URLs. Is there a better way to do this???
natashaj is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-26-2005, 09:50 PM
Skorch1's Avatar
Super Talker

Posts: 115
Location: California
Trades: 0
<html>
<head></head>
<frameset rows="116,*" border="0">

<frame name=topFrame scrolling=no noresize src="NavBar.html">
<frame name=mainFrame scrolling=auto src="homepage.html">
<noframes>I used a frameset to design this page </noframes>

</frameset>
</html>




starttag a href="contactinfo.html" target="mainFrame" endtag. the page contactinfo.html will load into the frame named mainFrame To load it into the topFrame use target="topFrame"

Good luck

Last edited by Skorch1; 06-26-2005 at 09:51 PM.. Reason: Spelling error
Skorch1 is offline
Reply With Quote
View Public Profile Visit Skorch1's homepage!
 
Old 06-26-2005, 10:20 PM
WaHoOoO!'s Avatar
Mentally Unstable Tugboat Captain

Posts: 797
Name: Chad
Location: /usr/bin/perl
Trades: 0
Ahem, a correction, if you will.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<frameset rows="116,*" style="border:0;">

<frame name="topFrame" scrolling="no" noresize="noresize" src="NavBar.html" />
<frame name="mainFrame" scrolling="auto" src="homepage.html" />
</frameset>
</html>
__________________
He's baaaaaaaack....
WaHoOoO! is offline
Reply With Quote
View Public Profile Visit WaHoOoO!'s homepage!
 
Reply     « Reply to framesets - need help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.53235 seconds with 12 queries