![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, When i click on OK of the confirm, nothing happens. Why am i not redirected to head.asp file? form name=ins2 method="post" onsubmit="return go2nclick()" INPUT id=go2 TYPE="submit" value="test" |
#3
| |||
| |||
|
|
andre wrote: Hi, When i click on OK of the confirm, nothing happens. Why am i not redirected to head.asp file? form name=ins2 method="post" onsubmit="return go2nclick()" INPUT id=go2 TYPE="submit" value="test" Its because you use the submit button to redirect. If you now klick on the button you will be redirected to the page. But very shortly after redirecting to your page the browser tries to submit the formular. You should use a normal button instead of the submit button: INPUT id=go2 TYPE="button" value="test" |
![]() |
| Thread Tools | |
| Display Modes | |
| |