Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Table inside iFrame

 
Thread Tools Search this Thread
Old 04-07-2004, 11:31 AM   #1
Default Table inside iFrame


Hi,

Is it possible to have a table directly in iFrame ?
i.e. without using the html source in iFrame can I have table is iFrame
directly? How?

Please focus some light on this?

Thanks,
Su Man




Su Man
  Reply With Quote
Old 04-07-2004, 11:40 AM   #2
Bernhard Sturm
 
Posts: n/a
Default Re: Table inside iFrame



Su Man schrieb:
> Hi,
>
> Is it possible to have a table directly in iFrame ?
> i.e. without using the html source in iFrame can I have table is iFrame
> directly? How?


I don't understand your question. I mean, an iFrame is just like a
frame: an external html file, that will be shown in a defined frame
within the calling html... why shouldn't it be possible to have a table
within an iFrame? have you tried it? --

bernhard
---
www.daszeichen.ch
remove nixspam to reply

  Reply With Quote
Old 04-07-2004, 12:35 PM   #3
SpaceGirl
 
Posts: n/a
Default Re: Table inside iFrame


"Su Man" <> wrote in message
news:c50lbe$r13$...
> Hi,
>
> Is it possible to have a table directly in iFrame ?
> i.e. without using the html source in iFrame can I have table is iFrame
> directly? How?
>
> Please focus some light on this?
>
> Thanks,
> Su Man



I think you should be using layers rather than iframes. A layer can contain
any HTML elements and be placed anywhere on the screen, without having to
define a source.

Basically, you can't do what you're asking. Iframes can only contain
documents (such as asp, php, htm).


  Reply With Quote
Old 04-07-2004, 12:40 PM   #4
Su Man
 
Posts: n/a
Default Re: Table inside iFrame

I meant, I do not want to show an htm,jsp file inside a iframe.
Instead I directly want to construct a table inside iFrame.

Su Man

"Bernhard Sturm" <> wrote in message
news:...
>
>
> Su Man schrieb:
> > Hi,
> >
> > Is it possible to have a table directly in iFrame ?
> > i.e. without using the html source in iFrame can I have table is iFrame
> > directly? How?

>
> I don't understand your question. I mean, an iFrame is just like a
> frame: an external html file, that will be shown in a defined frame
> within the calling html... why shouldn't it be possible to have a table
> within an iFrame? have you tried it? --
>
> bernhard
> ---
> www.daszeichen.ch
> remove nixspam to reply
>



  Reply With Quote
Old 04-07-2004, 01:14 PM   #5
SpaceGirl
 
Posts: n/a
Default Re: Table inside iFrame

You cant do that... that's not what Iframes are for. Iframes are ONLY
designed for containing other pages. While those pages *could* be dynamic,
you simply cant "have a table inside it". You really need to pick up an HTML
book and look through how frames work, I think.

"Su Man" <> wrote in message
news:c50pcl$bse$...
> I meant, I do not want to show an htm,jsp file inside a iframe.
> Instead I directly want to construct a table inside iFrame.
>
> Su Man
>
> "Bernhard Sturm" <> wrote in message
> news:...
> >
> >
> > Su Man schrieb:
> > > Hi,
> > >
> > > Is it possible to have a table directly in iFrame ?
> > > i.e. without using the html source in iFrame can I have table is

iFrame
> > > directly? How?

> >
> > I don't understand your question. I mean, an iFrame is just like a
> > frame: an external html file, that will be shown in a defined frame
> > within the calling html... why shouldn't it be possible to have a table
> > within an iFrame? have you tried it? --
> >
> > bernhard
> > ---
> > www.daszeichen.ch
> > remove nixspam to reply
> >

>
>



  Reply With Quote
Old 04-07-2004, 01:16 PM   #6
Kris
 
Posts: n/a
Default Re: Table inside iFrame

In article <c50rbp$2mto5g$>,
"SpaceGirl" <> wrote:

> You cant do that... that's not what Iframes are for. Iframes are ONLY
> designed for containing other pages. While those pages *could* be dynamic,
> you simply cant "have a table inside it". You really need to pick up an HTML
> book and look through how frames work, I think.


He/she wants a scrollable table.

--
Kris
<> (nl)
<http://www.cinnamon.nl/>
  Reply With Quote
Old 04-07-2004, 02:14 PM   #7
SpaceGirl
 
Posts: n/a
Default Re: Table inside iFrame


"Kris" <> wrote in message
news:kristiaan-...
> In article <c50rbp$2mto5g$>,
> "SpaceGirl" <> wrote:
>
> > You cant do that... that's not what Iframes are for. Iframes are ONLY
> > designed for containing other pages. While those pages *could* be

dynamic,
> > you simply cant "have a table inside it". You really need to pick up an

HTML
> > book and look through how frames work, I think.

>
> He/she wants a scrollable table.
>
> --
> Kris
> <> (nl)
> <http://www.cinnamon.nl/>


Then s/he should place it in a layer, and enable content scrolling
(overflow) in it.


  Reply With Quote
Old 04-07-2004, 02:40 PM   #8
Weyoun the Dancing Borg
 
Posts: n/a
Default Re: Table inside iFrame

SpaceGirl wrote:


> Then s/he should place it in a layer, and enable content scrolling
> (overflow) in it.


<div id="Layer1" style="position:absolute; width:350px; height:105px;
z-index:1; overflow: scroll;">the
wonderful thing about tiggers is that I'm the only one. the wonderful
thing
about tiggers is that I'm the only one. the wonderful thing about
tiggers is
that I'm the only one. the wonderful thing about tiggers is that I'm
the only
one. the wonderful thing about tiggers is that I'm the only one. the
wonderful
thing about tiggers is that I'm the only one. the wonderful thing
about tiggers
is that I'm the only one. the wonderful thing about tiggers is that
I'm the
only one. the wonderful thing about tiggers is that I'm the only one.
the wonderful
thing about tiggers is that I'm the only one. the wonderful thing
about tiggers
is that I'm the only one. the wonderful thing about tiggers is that
I'm the
only one. the wonderful thing about tiggers is that I'm the only one.
</div>
  Reply With Quote
Old 04-07-2004, 03:18 PM   #9
Dennis M. Marks
 
Posts: n/a
Default Re: Table inside iFrame

In article <c50lbe$r13$>, Su Man <>
wrote:

> Hi,
>
> Is it possible to have a table directly in iFrame ?
> i.e. without using the html source in iFrame can I have table is iFrame
> directly? How?
>
> Please focus some light on this?
>
> Thanks,
> Su Man
>
>

If you will go to my site and look at money conversion you will see a
page with an iframe on the right. Initially it contains a web site for
obtaining the conversion factor. Later it contains a dynamicaly
generated table using the conversion factor. This is one way to do it
and layers may be better but I wrote it before knowing of a better way.

--
Dennis M. Marks
http://www.dcs-chico.com/~denmarks/
Replace domain.invalid with dcsi.net


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
  Reply With Quote
Old 04-07-2004, 03:25 PM   #10
Dennis M. Marks
 
Posts: n/a
Default Re: Table inside iFrame

In article <070420040718243764%>, Dennis M.
Marks <> wrote:

> In article <c50lbe$r13$>, Su Man <>
> wrote:
>
> > Hi,
> >
> > Is it possible to have a table directly in iFrame ?
> > i.e. without using the html source in iFrame can I have table is iFrame
> > directly? How?
> >
> > Please focus some light on this?
> >
> > Thanks,
> > Su Man
> >
> >

> If you will go to my site and look at money conversion you will see a
> page with an iframe on the right. Initially it contains a web site for
> obtaining the conversion factor. Later it contains a dynamicaly
> generated table using the conversion factor. This is one way to do it
> and layers may be better but I wrote it before knowing of a better way.


Oops. I just noticed that my server is down so it may take a little
time to see my site. Sorry. It is 2004-04-07 at 7:21 AM PDT.

--
Dennis M. Marks
http://www.dcs-chico.com/~denmarks/
Replace domain.invalid with dcsi.net


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump