I've inserted a textbox into my page and I want the text box to be preloaded with the results of a math equation. I tried the EVAL function but that didn't work.
<input type="text" name="S400" size="10" value=eval(25/10)>
Is this even possible? What is the proper syntax?
thanks,
mike
<input type="text" name="S400" size="10" value=eval(25/10)>
Is this even possible? What is the proper syntax?
thanks,
mike