Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Frames... what a PITA!!
Message
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00230857
Message ID:
00230922
Views:
20
>Well the beta of my oRox.MsgBoard() page on RoxWorld.com has aged me considerably. Maybe I should of done it with forms...
>
>Anyway, can somebody give me a crash course or quickie run down on what's different about frames and preferred ways (opinions welcome) to set them up? Looking at the html generated by the FP98 wizards it seems to me there's a lot of little things that work differently in a frameset that I need to atleast know of.

the following code would be placed in the first page they hit. It would then direct the browser to the following two pages that would be displayed as a frame set.
You can specify the row or cols dimensions by percentage (%), pixels, or a relative size (*).

example #1 2 frames run top to bottom set with COLS percentage
< FRAMESET COLS="30%,*" BORDER=0 >
< FRAME SRC="left.htm" NAME="LeftFrame" SCROLLING="YES" >
< FRAME SRC="right.htm" NAME="Rightframe" >

------------------------------------------------

example #2 2 frames run left to right set with ROWS percentage
< FRAMESET COLS="*,50%" BORDER=0 >
< FRAME SRC="left.htm" NAME="LeftFrame" SCROLLING="YES" >
< FRAME SRC="right.htm" NAME="Rightframe" >

you can now direct output from one frame to the other by using the frames name.
target="LeftFrame" or "RightFrame"

Is this to basic or what you were looking for?

Jeff

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform