T
trpost
I hope this is a simple fix, but it has been driving me crazy, I have
the following code, that errors out with a syntax error:
<INPUT TYPE=button
OnClick=javascript:window.location='edit.php?action=remote&ID=1234&pw='+this.form.password.value+;
VALUE=remote update>
The specific piece that I narrowed the error down to is:
+this.form.password.value+;
If I exclude this, it works fine, but in my app I want to be able to
append the password field value from the form. Please help as I am by
no means a javascript expert, but just want to append the form field
value to the OnClick string.
Thanks
the following code, that errors out with a syntax error:
<INPUT TYPE=button
OnClick=javascript:window.location='edit.php?action=remote&ID=1234&pw='+this.form.password.value+;
VALUE=remote update>
The specific piece that I narrowed the error down to is:
+this.form.password.value+;
If I exclude this, it works fine, but in my app I want to be able to
append the password field value from the form. Please help as I am by
no means a javascript expert, but just want to append the form field
value to the OnClick string.
Thanks