Posted by Michael Schrading on 08/12/07 10:13
Hello world :-)
My problem ist to have a line like this
<form ... action="url/script.php" .... onsubmit="return running();">
the function running() is a Javascript- function which should call a php-script, just to set a value in a variable and to know that the form has been submitted, and than close this php script.
But how to start a php-script within a Javascript-function which will do this??
I know it's sunday, but... :-)
please for a help or hint wouild be fine.
Michael
[Back to original message]
|