FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Need frame!!!

 


polopolo
I need a frame code for my site.
I want a frame code with the frame's where I can set a name.
Two frame's! (Left and right)

Thank you
martindecorte
Do you mean something like this ?
Code:
<frameset cols="150,*">
<frame name="frame1" src="page1.htm" scrolling="no" longdesc="Menu" noresize>
<frame name="frame2" src="page2.htm" scrolling="auto" longdesc="Title">
</frameset>

Then you have to create the page1.html and page2.html files.

You can also have a look at the HTML specification, to get all the informations you need about the frames:
http://www.w3.org/TR/1999/REC-html401-19991224/present/frames.html
aningbo
buddy. take my advice and dont use frames. it has loads and loads of problems specially related to browser issue.

anyway guud luck with it.
jabapyth
Heres a handy html script for changing the url of a frame (from another frame):
Code:
<a href="new.html" target="nameofframe">Click Here!</a>
mtorregiani
martindecorte wrote:
Do you mean something like this ?
Code:
<frameset cols="150,*">
<frame name="frame1" src="page1.htm" scrolling="no" longdesc="Menu" noresize>
<frame name="frame2" src="page2.htm" scrolling="auto" longdesc="Title">
</frameset>

Then you have to create the page1.html and page2.html files.

You can also have a look at the HTML specification, to get all the informations you need about the frames:
http://www.w3.org/TR/1999/REC-html401-19991224/present/frames.html


Thanks a lot for that link man!!!
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.