Hello,
I have a text field that is for a number. On page load the value is "0.0000"... I want the text field to be blank if the value is indeed "0.0000".
Obviously the following would be out of the question:
<form id="form1" onload="load"... will not work.
Any suggestions on how I can validate and set the value of the text field on page load?
Please let me know. Also, let me know if you need more details.
Thanks! :)
