flnMichael
Programmer
Hey,
I want to have a value inserted into a text field on the page load from a javascript function. I am unfamiliar with the syntax to do that, if at all possible. Here's what I have
I just want the function to happen on the page load, but the number of text fields is dynamic, so I can't do it in the body onload area. Can someone help me out with the syntax?
Thanks
Mike
I want to have a value inserted into a text field on the page load from a javascript function. I am unfamiliar with the syntax to do that, if at all possible. Here's what I have
Code:
<input type=text size=10 disabled name=elapseddate value='AddDate(this.form);'>
I just want the function to happen on the page load, but the number of text fields is dynamic, so I can't do it in the body onload area. Can someone help me out with the syntax?
Thanks
Mike