I'm looking for the best way to open a new window to put printable output while allowing the normal processing to complete, based on a checkbox selection. I'm using a custom CRUD form with a submit button.
To re-state, once the submit button is pressed, a new window is launched with the printable data (I'm using CRUD read to accomplish the creation of the desired new window) while the original window continues to the next logical screen. Furthermore the database needs to be updated prior to the launch of the new window to get the value of the checkbox. Currently, the update works OR I can launch the new form in the same window. I'm searching for the best way to accomplish them asynchronously in different windows. Thanks in advance. Gary -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.