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 Key is pressed].
}
Is it possible at all? If it is possible, how? I want it in IE only.
Thank you.
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 Key is pressed].
}
Is it possible at all? If it is possible, how? I want it in IE only.
Thank you.