Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
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.
Chris,add the followng code to the After record updatedevent on the Eventstab:
flush_outputresponse.write("<script> window.open('page.html','_blank');</script>")