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
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