Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by robertocarvalho

  1. robertocarvalho

    output to textarea

    Changing the type from submit to button resolves the problem.
  2. robertocarvalho

    output to textarea

    Ok, the code <textarea id=txt onclick=&quot;fill()&quot;></textarea> works. But I need fire the procedure with a button pressing, so I use: <input type=&quot;submit&quot; onclick=&quot;fill ()&quot;> but the textarea remains blank.
  3. robertocarvalho

    output to textarea

    Hi. I like to know how to fill a textarea with a result. My code use VBSCRIPT : <textarea name=&quot;a&quot; ... script: some=frmOne.Text1.value * 2 frmOne.a.value = some There is no output to textarea, but some=frmOne.Text1.value * 2 frmOne.a.value = some msgbox some &quot;some&quot...

Part and Inventory Search

Back
Top