Found the answer: I was getting an error caused by

document.myTest.km.value = myvariable;

which is inside the function "Submit Form".  

By using <p>&lt;input type=&quot;hidden&quot; name=&quot;km&quot; value=&quot;&quot;&gt;</p> within the form, "document.myTest.km" is initialised and the value of km is successfully posted.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to