Posted by Rhonda on 09/15/05 07:00
I'm trying to display a stored text document(number) as an Input on a form.
I can display the number/value as follows using iframe:
<iframe src="counter.txt" width="50" height="20" frameborder="0" border="0"
scrolling="no" marginheight="0" marginwidth="0"></IFRAME>
But I can't find the syntax to populate Input, like:
<input type="text" name="order_num" src="counter.txt"" /></td></tr>
I must populate a named Input with my value for my PHP script to process it
with my other form fields.
Any suggestions appreciated.
[Back to original message]
|