> > <form name=frm> > <input type=text name=txt1 onChange="frm.txt2.focus();"> > <input type=button name='btn1'> > <input type=text name='txt2'> > </form> > > > No luck. > > Any ideas. No way this can be achieved AFIK since the html text inupt senses a change only when the focus is lost. ie when the focus from a input box is lost. to achieve this functionality in forms you better use flash for the form and do action scripting
------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
