Is there a text field tag with a value parameter that I can refer to
with Javascript besides the input tag?
What I have been doing is using Ajax and PHP to pull data out of a
database. Then with Javascript I have been filling the value of an
input text field with with that data. The input text field has its
border styled off so it looks just like text.
Is there a cleaner way of doing this?
with Javascript besides the input tag?
What I have been doing is using Ajax and PHP to pull data out of a
database. Then with Javascript I have been filling the value of an
input text field with with that data. The input text field has its
border styled off so it looks just like text.
Is there a cleaner way of doing this?
Comment