Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
HiI like write codes after deleted events....For example;response.redirect "Sales_add.asp" target=_blanc and reload "Sales_add.asp"But, to be error.What true codes?Thanks.
Hi,here is the correct code of redirection:
flush_outputresponse.write("<script> window.open('Sales_add.asp','_blank');</script>")
and the code for reload:
flush_outputresponse.write("<script> window.location.reload();</script>")
This codes good worksThanks