Set value of textbox in javascript in html.?

  • Thread starter Thread starter ita4pmc
  • Start date Start date
you have to use javascript:

<input type="text" name="foo" value="onclick()"> not sure of the actual syntax but google for onclick and it'll deffo work.
 
Back
Top