R
rsht
I am new to the ASP.Net and need some helps.
In ASP, page one can have a button event "confirm()" to pop-up a yes
or no window:
<form ... action="page2" >
....
<input onClick="confirm();">
</form>
and if user click yes to onfirm, the function can have form.submit to
post the form values to page2
Now I am having trouble to write aspx pages to do the same. Would
anyone can give some helps?
Thanks a lots!
In ASP, page one can have a button event "confirm()" to pop-up a yes
or no window:
<form ... action="page2" >
....
<input onClick="confirm();">
</form>
and if user click yes to onfirm, the function can have form.submit to
post the form values to page2
Now I am having trouble to write aspx pages to do the same. Would
anyone can give some helps?
Thanks a lots!