! 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:
Printable View
! 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:
huh?
I guess he means "please explain" :D
one option is : put the form in a borderless frame and print the frame.
( I'm sure there are much better options out there ;) )
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