I have this:
<INPUT type=text language=javascript maxLength=50 name=Sender size=30 value="" style="FONT-FAMILY: sans-serif; FONT-SIZE: 16px; TEXT-ALIGN: right;">
Can I change the TEXT-ALIGN from "right" to "left" in a Javascript function?
To the experts:
I wonder if it is possible at all.
I have a textarea, and I want to create a "Home key" 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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.