Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   How Render URL in a Frame or Table Cell (http://www.velocityreviews.com/forums/t736994-how-render-url-in-a-frame-or-table-cell.html)

sse 11-02-2010 07:15 AM

How Render URL in a Frame or Table Cell
 
What is the HTML syntax for rendering a URL within a frame, or even
better a table cell?

A simple example would be to have multiple frames on a page, or a
table with multiple cells, and then render different external url's in
each frame or cell, (eg. show google.com and yahoo.com on the same
page, but in different containers).

I would like to do this in just HTML, no server side scripts. Is this
even possible?

Thank you!

MG 11-02-2010 07:26 AM

Re: How Render URL in a Frame or Table Cell
 

"sse" <sheratongroup@gmail.com> wrote in message
news:a42c6aad-d03b-4266-bb88-9a10ebc6b64e@v16g2000yqn.googlegroups.com...
> What is the HTML syntax for rendering a URL within a frame, or even
> better a table cell?
>
> A simple example would be to have multiple frames on a page, or a
> table with multiple cells, and then render different external url's in
> each frame or cell, (eg. show google.com and yahoo.com on the same
> page, but in different containers).
>
> I would like to do this in just HTML, no server side scripts. Is this
> even possible?
>
> Thank you!


Is this what you are looking for?
http://www.w3schools.com/tags/tag_frame.asp

Most people here do not recommend the use of frames. Do you really need
them?

MG



sse 11-02-2010 09:02 PM

Re: How Render URL in a Frame or Table Cell
 
On Nov 2, 3:26*am, "MG" <nos...@nospam.com> wrote:
> "sse" <sheratongr...@gmail.com> wrote in message
>
> news:a42c6aad-d03b-4266-bb88-9a10ebc6b64e@v16g2000yqn.googlegroups.com...
>
> > What is the HTML syntax for rendering aURLwithin aframe, or even
> > better a table cell?

>
> > A simple example would be to have multiple frames on a page, or a
> > table with multiple cells, and thenrenderdifferent externalurl'sin
> > eachframeor cell, (eg. show google.com and yahoo.com on the same
> > page, but in different containers).

>
> > I would like to do this in just HTML, no server side scripts. *Is this
> > even possible?

>
> > Thank you!

>
> Is this what you are looking for?http://www.w3schools.com/tags/tag_frame.asp
>
> Most people here do not recommend the use of frames. Do you really need
> them?
>
> MG


Thank you for the link. Actually I agree, I would prefer not to do
this within a frame. I am particularly interested in rendering a page
within a table cell. Is it possible to do it like this or some other
way without frames?

dorayme 11-02-2010 09:56 PM

Re: How Render URL in a Frame or Table Cell
 
In article
<19c3ed1c-ea2b-4056-b8a0-105e626770e2@v20g2000yqb.googlegroups.co
m>,
sse <sheratongroup@gmail.com> wrote:

> I am particularly interested in rendering a page
> within a table cell. Is it possible to do it like this or some other
> way without frames?


Have you looked at the iframe element?

--
dorayme

MG 11-03-2010 05:40 AM

Re: How Render URL in a Frame or Table Cell
 

"dorayme" <dorayme@optusnet.com.au> wrote in message
news:dorayme-A58DBE.08560403112010@albasani.net...
> In article
> <19c3ed1c-ea2b-4056-b8a0-105e626770e2@v20g2000yqb.googlegroups.co
> m>,
> sse <sheratongroup@gmail.com> wrote:
>
>> I am particularly interested in rendering a page
>> within a table cell. Is it possible to do it like this or some other
>> way without frames?

>
> Have you looked at the iframe element?



sse

You can find a description of th iframe here:
http://www.w3schools.com/tags/tag_iframe.asp

MG



sse 11-04-2010 04:15 PM

Re: How Render URL in a Frame or Table Cell
 
On Nov 3, 12:40*am, "MG" <nos...@nospam.com> wrote:
> "dorayme" <dora...@optusnet.com.au> wrote in message
>
> news:dorayme-A58DBE.08560403112010@albasani.net...
>
> > In article
> > <19c3ed1c-ea2b-4056-b8a0-105e62677...@v20g2000yqb.googlegroups.co
> > m>,
> > sse <sheratongr...@gmail.com> wrote:

>
> >> I am particularly interested in rendering a page
> >> within atablecell. *Is it possible to do it like this or some other
> >> way without frames?

>
> > Have you looked at the iframe element?

>
> sse
>
> You can find a description of th iframe here:http://www.w3schools.com/tags/tag_iframe.asp
>
> MG


Thanks, I think the iFrames will work nicely. I also checked out the
SSI link (from the previous poster), this should also work, although
it seems to require that SSI be turned on on the Server.

I do also wonder if anyone knows if it's possible to simply render an
entire URL within a table cell? If it is possible, can someone help
me with the syntax?

Thank you again


All times are GMT. The time now is 11:49 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57