kwok3d
05-30-2003, 01:23 PM
i was trying to merge a highlighting function into a submit button. and this script only highlight the text field... what should i change to make it highlight the value?
<input type=button value="Highlight All" onClick="javascript:this.form.txt.focus();this.form.txt.select();">
also how i can merge the highlight function into the submit button?
thanks
<input type=button value="Highlight All" onClick="javascript:this.form.txt.focus();this.form.txt.select();">
also how i can merge the highlight function into the submit button?
thanks