ravula2000
IS-IT--Management
I want to submit the page to itself based on a condition. How can I do that in ASP?
Please help..
Iam using this..
Response.Write "<script language='javascript'>"
Response.write "document.form1.action = 'a.asp?save=Y';"
Response.Write "document.CheckForm.submit();"
Response.Write "</script>"
It is not working.. What is the problem with this?
Thanks
Please help..
Iam using this..
Response.Write "<script language='javascript'>"
Response.write "document.form1.action = 'a.asp?save=Y';"
Response.Write "document.CheckForm.submit();"
Response.Write "</script>"
It is not working.. What is the problem with this?
Thanks