Printing HTML Table contents.
How do I print HTML Table content?
I want to print HTML Table which is a part of window, with specified
width and height along with scollbars to scroll thru table data.
I create this table at run time.
I can not use any ActiveX control or create a temp file on local
machine, due to security reasons.
I am interested in printing the entire table data
instead of just printing the window which shows only partial data.
Is there any way to do so?
Re: Printing HTML Table contents.
just place the entire table or content to be print in a layer and access the
layer in a separate window and print it and close the seperate window..
there is a syntax for accessing the layers inside content ..
seems like document.layers.style.innertext or innerhtml.....make sure that
syntax is correct before running ok..
cool, revert back if u have further questions..
love
developerdoubts.com
"Bambu" <balubali@hotmail.com> wrote:
>
>How do I print HTML Table content?
>
>I want to print HTML Table which is a part of window, with specified
>width and height along with scollbars to scroll thru table data.
>I create this table at run time.
>I can not use any ActiveX control or create a temp file on local
>machine, due to security reasons.
>I am interested in printing the entire table data
>instead of just printing the window which shows only partial data.
>Is there any way to do so?
>