arravalli12
Programmer
I am updating a form and giving a message saying that Record Updated. Now I want to redirect to another page after showing the message for atleast 2-3 seconds.
At present, it redirects to other page without showing a message.
Is there any way to show the message for few seconds and then redirecting to other page?
Doupdate.Execute()
response.write " Record updated"
'Response.Redirect("familycode_Update.asp")
At present, it redirects to other page without showing a message.
Is there any way to show the message for few seconds and then redirecting to other page?
Doupdate.Execute()
response.write " Record updated"
'Response.Redirect("familycode_Update.asp")