This topic is locked

ASPRunner 6.2

7/30/2010 1:41:22 PM
ASPRunnerPro General questions
L
luic author

Hi,
In the edit screen, I want to update the record when save button is clicked and then a new browser window is open with a web page from other site. How can I do this? Thanks.
Chris.

A
ann 8/2/2010

Chris,
add the followng code to the After record updatedevent on the Eventstab:

flush_output

response.write("<script> window.open('page.html','_blank');</script>")