Click to See Complete Forum and Search --> : javascript print


dwfwfan
06-01-2005, 08:45 AM
hi.
i want to print a html page.
i can print page using javascript's window.print() function.
but i want to adjust page dimension(vertical or horizontal) with javascript without end user's effect.
how can i do this?
thanks for your helps...

A1ien51
06-01-2005, 09:27 AM
You can not affect the printer settings with JavaScript.

You can use Print Media CSS

Eric

dwfwfan
06-02-2005, 04:32 AM
thanks for your interest's...