not a FP question

B

Brian Shafer

but rather an HTML question. I have a web page that I've created in
c(language). When the exe is opened in a web browser, it outputs an html
page with data. Simple enough a table with data. The question is...
I want to be able to have the table header fixed and the table data to be
scrollable? How can I do this?
Thanks,
Brian Shafer
 
B

Brian Shafer

Know of anywhere I can find some samples. I have no clue what you mean by
iframe
Thanks,
Brian
MD Websunlimited said:
Brian,

Use an inline frame (iframe) that contains a table of the data. Above the
iframe create a table header. The iframe will scroll but
 
T

Tom Pepper Willett

Brian: Do a Google for iframe and you'll come up with counteless hits.
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/
----
| Know of anywhere I can find some samples. I have no clue what you mean by
| iframe
| Thanks,
| Brian
| | > Brian,
| >
| > Use an inline frame (iframe) that contains a table of the data. Above
the
| iframe create a table header. The iframe will scroll but
| > the header will remain fixed.
| >
| >
| > --
| > Mike -- FrontPage MVP '97 - '02
| > http://www.websunlimited.com
| > Our latest products "At Your Command" and IncludeASP
| > http://www.websunlimited.com/order/Product/AYC/ayc.htm
| > http://www.websunlimited.com/order/product/includeASP/includeASP.htm
| >
| >
| >
| >
| | > > but rather an HTML question. I have a web page that I've created in
| > > c(language). When the exe is opened in a web browser, it outputs an
html
| > > page with data. Simple enough a table with data. The question is...
| > > I want to be able to have the table header fixed and the table data to
| be
| > > scrollable? How can I do this?
| > > Thanks,
| > > Brian Shafer
| > >
| > >
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top