Basically I want to submit form values and at the same time as clicking the submit button I want to be taken to another webpage. Can this be achieved using javascript onclick function. So something like this:
<input type="submit" value="Submit" onclick="go to web page">