Forum Moderators: open
index.html- a simple login page
welcome.html- the main page
and recently i added topframe.html
i also have several documents ie. -.swf, .pdf ect
I understand the very basic concept of frames and knowm how i would make seperate pages with a frameset however what i vant to do is use the one frame- "topframe.html" to display my logo ect and for the document to be opened in a frame below.
thankyou for any info.
You can think of frames a lot like tables though there are still some clearly contrasting differences.
From what I understand you have a total of two frames...here is a basic example of what I think you're trying to do though a little clarfication would help.
<frameset rows="64,*">
<frame name="head" scrolling="no">
<frame name="content">
</frameset>
John