Forum Moderators: open

Message Too Old, No Replies

opening in frames

please help frames

         

adamyip92

12:07 pm on Mar 10, 2006 (gmt 0)



My website uses several pages:

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.

JAB Creations

1:46 pm on Mar 10, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld adamyip92!

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