473,378 Members | 1,479 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Display content page by page


I have created some html report for my application.
But I am not able to display the information page by page.
Like this,
-----------------------------------------------
Page Header
-----------------------------------------------
----------------------------------------------
Sub heading
----------------------------------------------
Body of the content
------------------------------------------------
Sub Footer
------------------------------------------------
------------------------------------------------
Page Footer
---------------------------------------------
Is there a standard way to display using html ?

Help !!

Dec 26 '07 #1
4 1340
sathiya said the following on 12/26/2007 3:12 AM:
I have created some html report for my application.
But I am not able to display the information page by page.
Like this,
-----------------------------------------------
Page Header
-----------------------------------------------
----------------------------------------------
Sub heading
----------------------------------------------
Body of the content
------------------------------------------------
Sub Footer
------------------------------------------------
------------------------------------------------
Page Footer
---------------------------------------------
Is there a standard way to display using html ?
Not with plain HTML. Ask in comp.infosystems.www.authoring.stylesheets
for a possible CSS solution.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Dec 26 '07 #2
Randy Webb wrote on 26 dec 2007 in comp.lang.javascript:
sathiya said the following on 12/26/2007 3:12 AM:
> I have created some html report for my application.
But I am not able to display the information page by page.
Like this,
-----------------------------------------------
Page Header
-----------------------------------------------
----------------------------------------------
Sub heading
----------------------------------------------
Body of the content
------------------------------------------------
Sub Footer
------------------------------------------------
------------------------------------------------
Page Footer
---------------------------------------------
Is there a standard way to display using html ?

Not with plain HTML. Ask in comp.infosystems.www.authoring.stylesheets
for a possible CSS solution.
1 And/or use serverside techniques to make different html streams of your
single serverside file.

2 Footer positioning,
if you mean not just the last paragraph of a html page,
are a bad thing to implement in html, so forget your urge.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Dec 26 '07 #3
sathiya wrote:
I have created some html report for my application.
But I am not able to display the information page by page.
Like this,
-----------------------------------------------
Page Header
-----------------------------------------------
----------------------------------------------
Sub heading
----------------------------------------------
Body of the content
------------------------------------------------
Sub Footer
------------------------------------------------
------------------------------------------------
Page Footer
---------------------------------------------
Is there a standard way to display using html ?
Impossible with HTML, theoretically possible wiht CSS if you use a print
media stylesheet. However, I don't think enough browsers support it
well enough for it to be useful on the web.

<URL:
http://groups.google.com.au/group/co...4fa2fc7265cd76
>
A project I'm working on just implemented a similar thing for printing
reports and used a PDF generator on the server to create 'print
friendly' versions. It has the advantage that users can download and
keep them in a reasonable format.
--
Rob
"We shall not cease from exploration, and the end of all our
exploring will be to arrive where we started and know the
place for the first time." -- T. S. Eliot
Dec 26 '07 #4
On Dec 27 2007, 3:45 am, RobG <rg...@iinet.net.auwrote:
sathiya wrote:
I have created some html report for my application.
But I am not able to display the information page by page.
Like this,
-----------------------------------------------
Page Header
-----------------------------------------------
----------------------------------------------
Sub heading
----------------------------------------------
Body of the content
------------------------------------------------
Sub Footer
------------------------------------------------
------------------------------------------------
Page Footer
---------------------------------------------
Is there a standard way to display using html ?

Impossible with HTML, theoretically possible wiht CSS if you use a print
media stylesheet. However, I don't think enough browsers support it
well enough for it to be useful on the web.
Thank you replying .
Could you tell me , how did you generate the reports using pdf ?

>
<URL:http://groups.google.com.au/group/co...authoring.html...
>

A project I'm working on just implemented a similar thing for printing
reports and used a PDF generator on the server to create 'print
friendly' versions. It has the advantage that users can download and
keep them in a reasonable format.

--
Rob
"We shall not cease from exploration, and the end of all our
exploring will be to arrive where we started and know the
place for the first time." -- T. S. Eliot
Jan 8 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: David Elliott | last post by:
I need a control on a Web Page that can accept an HTML Document and will display it. Any help would be appreciated. Thanks, Dave Here is what I was trying...
13
by: Benjamin Smith | last post by:
I am controlling the display status of a table row using the following code. <TR id="CCRow" style="DISPLAY:none"> Instead of hard coding "none" above, I would like to change that value using a...
7
by: Oleg | last post by:
I have a web form let's say 'YYZ.aspx'. It has an iframe in it. When it loads it shows progress bar in IE this way: loading for page then again loading for page in iframe. This part is fine....
5
by: Peter Lapic | last post by:
I have to create a image web service that when it receives an imageid parameter it will return a gif image from a file that has been stored on the server. The client will be an asp.net web page...
2
by: * Tong * | last post by:
Hi, I'm wondering if you can show me an example php page that allows me to retrieve and display 3rd party pages. I.e., when my php script is called as http://site/path/getit.php?file_key it...
2
by: Evan M. | last post by:
Hello there, I have an interesting problem to takle. I'm creating a website that's going to be run in a local Intranet. The site uses a MasterPage / content page scheme, with the Master page...
17
by: seajay | last post by:
Hello, I noticed something strange when I was composing a XHTML document with CSS The following DOCTYPE causes the page to display differently on Fireflox 1.0.6 and Internet Explorer 6...
15
by: cssExp | last post by:
hello, Rather than going on a wild explanation on what's the the problem, it'll be much quicker and easier if i let you look at it yourself, so I'll post my page source (actual contents taken out,...
1
by: fsalvador | last post by:
Hi, I need help with this. I am trying to figure it out but I can't. I have 2 pages. I would like to display in the second page the content of one class and hide the content of the other...
9
by: tomhawkins1 | last post by:
Hi I currently have a site where users can upload files. These files can be doc, wmv, jpeg, xls, dwf, dwf and dwg. These files are uploaded to /home/**user**/uploads and not /home/...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.