hi rahimzai,
you can try this
if you are using the texbox inside a form>>>>
<body onload="document.form1.textboxname.focus();">
<form name="form1">.........
if you are using the texbox inside a body>>>>
<body onload="window.textboxname.focus();">
this should work!!!
thanks ,
Mohan K
If debugging means removing errors ..... Then programming is its oppoiste word...!!!!
|