Something like breaking a particular page in to some frames.
Like in html we normally mention like for example:
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="20%, 80%">
<FRAMESET rows="100, 200">
<FRAME src="contents_of_frame1.html">
<FRAME src="contents_of_frame2.gif">
</FRAMESET>
<FRAME src="contents_of_frame3.html">
<NOFRAMES>
<P>This frameset document contains:
<UL>
<LI><A href="contents_of_frame1.html">Some neat contents</A>
<LI><IMG src="contents_of_frame2.gif" alt="A neat image">
<LI><A href="contents_of_frame3.html">Some other neat
contents</A>
</UL>
</NOFRAMES>
</FRAMESET>
</HTML>
that might create a frame layout something like this:
--------------------------------------------
| | |
| | |
| Frame 1 | |
| | |
| | |
|--------------| |
| | Frame 3 |
| | |
| | |
| | |
| Frame 2 | |
| | |
| | |
| | |
| | |
--------------------------------------------
On Nov 24, 9:36 pm, mdipierro <[email protected]> wrote:
> Something like this?
>
> <iframe src="http://google.com"></iframe>
>
> On Nov 24, 9:50 am, Lydia Manikonda <[email protected]> wrote:
>
>
>
> > I'm very new to web2py. I want to include the HTML frames in my .html
> > file of web2py. Can anyone kindly let me know how to use frameset and
> > frames.
>
> > Thanks in advance.
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.