Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Printing information in DBman

Quote Reply
Printing information in DBman
Hi,

I need to print information directly .. ...in the sense ..

I have a page with some info and a link print .. when I click on print it needs to go to a different page .. display all the information and print . I user need not go to file- Print or do a CTRL P.

Can someone help me with this.

Thanks,

sdsouza
Quote Reply
Re: [sdsouza] Printing information in DBman In reply to
Hi,

You can print a page using Jscript. Just add
<body onload="window.print()"> to the body tag and a print dialog will be opened when loading the page.

Cheers,
Jean
Gossamer Threads Inc.