printer friendly command

  • Thread starter Thread starter Pierre
  • Start date Start date
P

Pierre

Hi all

i have a form that a user can e-mail me on my web site

It is a site with frame

It work correctly. But say the user want to print with his browser
he will not see the entire form.

So i want to make a button that open a new form and display it differently
and add a
send to printer button with this code:
<a href="javascript:window.print()">Send To Printer</a>

The problem is in don't know how to open a copy of the form filled by the
user with the data he just type
Also i dont want to copy the buttons SEND and RESET located at the bottom of
the form

regards.
Pierre
 
Why not just open the form in a new window to begin with, then the user can send as well as print
the completed form.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Thanks for the answer,

Actually if i put the send to printer link on the page, i can print it
correctly.
If the user print from the browser print option then it is truncvated.

Now is there a way to make automatically a selection before the send print
command
I would like to avoid printing the send to buttons
Regartds
pierre

Thomas A. Rowe a écrit dans le message ...
 
I have never had a problem with using the browser's print function when I have the form open in a
new browser window.

FYI: You need to keep the width of the form to 600 pixels so that it can be printed without the user
having to adjust the printer's margin settings.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top