Hi guys,
i don't know how to write when i click a submit button, i can do a
function and go back to previous page.
eg, when i click "No" button, the system will do deletefunction( ), and
go back to previous page. I only know if the button is
<input type =\"button\" name=\"submit\" value=\"No\"
OnClick=\"JavaS cript:history.g o(-1)\" ><br> i can go to previous page.
But how can i do deletefunction( )??
thx
krista
i don't know how to write when i click a submit button, i can do a
function and go back to previous page.
eg, when i click "No" button, the system will do deletefunction( ), and
go back to previous page. I only know if the button is
<input type =\"button\" name=\"submit\" value=\"No\"
OnClick=\"JavaS cript:history.g o(-1)\" ><br> i can go to previous page.
But how can i do deletefunction( )??
thx
krista
Comment