I want a confirmation as such and after the user clicks the okay
button go to the home page. Do I do something as such?
Submit.Attribut es.Add("onclick ", "return window.confirm( 'Your entry
was submitted.')")
Response.Redire ct("Library.asp x")
Do I put it in the page load or submit_click?
Thanks.
button go to the home page. Do I do something as such?
Submit.Attribut es.Add("onclick ", "return window.confirm( 'Your entry
was submitted.')")
Response.Redire ct("Library.asp x")
Do I put it in the page load or submit_click?
Thanks.
Comment