Kurt001: JavaScript Übergabevariable funktioniert nicht

Beitrag lesen

Hi Ekki,

das was am Client ankommt ist:

<form name='dummyForm' action='index.php' method='POST'>
  <input type='hidden' name='mySubmit' value='Tutorial'>
  <A href='javascript: submitForm(Testwert)'>Anleitung</A>
</form>

das habe ich jetzt mal aus 'Quelltext anzeigen' kopiert.
Ich hoffe es ist das was Du meintest.