i have 2 buttons inside my form, next and previous
next submits the form and previous goes back to the previuos page, this works fine in IE
in firefox the previuos button actually submits the form aswell when it should redirect to the previuos page
any ideas what i can do?
Code:
<button class="NavButtons" onClick="window.location='ModuleQuestions.asp?ques=<% Response.Write prevpag %>'">Previous Question
</button>