![]() |
How to enable onsubmit?
This program toggles a script by pressing "1". The problem is, that everytime the key 1 is pressed, <form> is submitted. I want that the "onsubmit command" is running instead of submitting the form. Where is the error? The program should run as follow:
Code:
<script language="javascript"> Code:
<form action="misc.php" method="POST" I got the solution. Problem is that Javascript does not execute onsubmit when javascript itself executes the form. It is only used when the user is submitting the form. The solution is simple, change document.myformtoggle.submit();} to document.myformtoggle.onsubmit();} |
All times are GMT. The time now is 09:03 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|