PDA

Click to See Complete Forum and Search --> : print from another form


ZUWARI
Nov 22nd, 2002, 12:58 AM
! i have to edit this post cos it's jumbo mumbo!

ok.... the q is

i want to print some form from another form.

so...
page1.html(button print here)----result ----> print form2[page2.html].


rolleyes:

mendhak
Nov 22nd, 2002, 01:25 AM
huh?

blackeyed
Nov 22nd, 2002, 01:28 AM
I guess he means "please explain" :D

Binish
Nov 22nd, 2002, 01:32 AM
one option is : put the form in a borderless frame and print the frame.

( I'm sure there are much better options out there ;) )

ZUWARI
Nov 22nd, 2002, 03:25 AM
i dont use frame. i used template.
the problem is that i create some form in my page and then i want to print that form. only that form and not the menu option or the header!!!

eg: button- onclick="window.print('myform')"....

i got other solution but i just want to know if i can do it