![]() |
|
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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 |
|
|
|
#3 |
|
Posts: n/a
|
"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). |
|
|
|
#4 |
|
Posts: n/a
|
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 > |
|
|
|
#5 |
|
Posts: n/a
|
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 > > > > |
|
|
|
#6 |
|
Posts: n/a
|
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/> |
|
|
|
#7 |
|
Posts: n/a
|
"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. |
|
|
|
#8 |
|
Posts: n/a
|
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> |
|
|
|
#9 |
|
Posts: n/a
|
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! =----- |
|
|
|
#10 |
|
Posts: n/a
|
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! =----- |
|