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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Behrooz
  • Content: Threads
  • Order by date
  1. Behrooz

    Changing text-align in a text box

    I have this: <INPUT type=text language=javascript maxLength=50 name=Sender size=30 value=&quot;&quot; style=&quot;FONT-FAMILY: sans-serif; FONT-SIZE: 16px; TEXT-ALIGN: right;&quot;> Can I change the TEXT-ALIGN from &quot;right&quot; to &quot;left&quot; in a Javascript function?
  2. Behrooz

    Emulating Home Key in Textarea

    To the experts: I wonder if it is possible at all. I have a textarea, and I want to create a &quot;Home key&quot; effect on this textarea , on click of a button. Like this: function OnClickofButton1() { .... document.form1.textarea1.focus(); document.form1.textarea1.[Jump to Home, as if Home...

Part and Inventory Search

Back
Top