Hi,
Please let me know if it's possible to do this.
Basically, I want to build a web form to collect some information from the user. There is a submit button on the form and when the user click on the submit button, a radWindow will pop up. Inside the radWindow, I have three buttons: "Print", "Save", and "Cancel".
"Save" button will just save everything in the web form.
"Cancel" button will close the radWindow and go back to the web form.
"Print" button will print the content on web form. I want to keep the radWindow open when user click on "Print" button.
I figured out how to do "Save" and "Cancel", but I couldn't figure how to print the content on the web form (parent page) and keep the radWindow open.
I tried some simple javascript, like calling window.print.print() from the radWindow, but it didn't work.
Can you show me a way to do the "Print" button?
Thanks
Please let me know if it's possible to do this.
Basically, I want to build a web form to collect some information from the user. There is a submit button on the form and when the user click on the submit button, a radWindow will pop up. Inside the radWindow, I have three buttons: "Print", "Save", and "Cancel".
"Save" button will just save everything in the web form.
"Cancel" button will close the radWindow and go back to the web form.
"Print" button will print the content on web form. I want to keep the radWindow open when user click on "Print" button.
I figured out how to do "Save" and "Cancel", but I couldn't figure how to print the content on the web form (parent page) and keep the radWindow open.
I tried some simple javascript, like calling window.print.print() from the radWindow, but it didn't work.
Can you show me a way to do the "Print" button?
Thanks