SonicBoomBand
Technical User
Really confused about this.
I have a 8 input boxes on my html page. On change of the boxes, I need the page to refresh. This works for 4 input boxes, but the other 4 error with an 'Object Expected' error. Can anybody suggest anything?
ONE THAT DOESN'T WORK
<input type=text name=LTSLinepack size=6 style="text-align: center; font-family: tahoma; font-weight:bold" onchange=Submit() value=20>
ONE THAT DOES
<input type=text name=FirstActionTime size=6 style="text-align: center; font-family:Tahoma; font-weight:bold" onchange=submit() value=10>
Obviously there are td tags around them and the form tag is:
<Form Name='UpdateGasday' Method=post Action='webESP.ASP?WCI=GasDay&WCE=UpdateGasday'>
All inputs use this.
Thank you in advance
Andrew Chamberlain
National Grid
I have a 8 input boxes on my html page. On change of the boxes, I need the page to refresh. This works for 4 input boxes, but the other 4 error with an 'Object Expected' error. Can anybody suggest anything?
ONE THAT DOESN'T WORK
<input type=text name=LTSLinepack size=6 style="text-align: center; font-family: tahoma; font-weight:bold" onchange=Submit() value=20>
ONE THAT DOES
<input type=text name=FirstActionTime size=6 style="text-align: center; font-family:Tahoma; font-weight:bold" onchange=submit() value=10>
Obviously there are td tags around them and the form tag is:
<Form Name='UpdateGasday' Method=post Action='webESP.ASP?WCI=GasDay&WCE=UpdateGasday'>
All inputs use this.
Thank you in advance
Andrew Chamberlain
National Grid