cute
05-18-2007, 05:07 AM
hi all,
In a page code like this
var f;
f =document.Form1.output1.value;
document.Form1.f.focus();
in this,the variable 'f' has the value of the 'output1' box
how do i take this as ID for focus text box.i tried the above.
the above code didn't work .
how to do this
help me plz......
In a page code like this
var f;
f =document.Form1.output1.value;
document.Form1.f.focus();
in this,the variable 'f' has the value of the 'output1' box
how do i take this as ID for focus text box.i tried the above.
the above code didn't work .
how to do this
help me plz......