Can anybody please help me...
response.write "<TR><TD><input type=submit value=" & oSPH.fields("proj_id" & " name=select_proj onClick=setValue(this)></TD>"
The following code, produces a Submit button for each row of the table, submitting a field called "proj_id" to a javascript function. The code works, but the actual "Submit" button is labelled with the "proj_id" number. My question is simply how do i display the word "SUBMIT" on the button instead of the "proj_id"?
response.write "<TR><TD><input type=submit value=" & oSPH.fields("proj_id" & " name=select_proj onClick=setValue(this)></TD>"
The following code, produces a Submit button for each row of the table, submitting a field called "proj_id" to a javascript function. The code works, but the actual "Submit" button is labelled with the "proj_id" number. My question is simply how do i display the word "SUBMIT" on the button instead of the "proj_id"?