<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=913324017-09122003><FONT face=Arial 
color=#0000ff size=2>Thank you all!!!</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> javascript-bounces@LaTech.edu 
[mailto:javascript-bounces@LaTech.edu] <B>On Behalf Of </B>Dan 
Costea<BR><B>Sent:</B> Tuesday, December 09, 2003 12:15 PM<BR><B>To:</B> 
[JavaScript List]<BR><B>Subject:</B> Re: [Javascript] Textbox 
Highlighting<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><FONT face=Arial size=2>you can use the .focus () and .select () methods of 
the INPUT object. For example:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>... </FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;input name="lala" 
value="text..."/&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>...</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;script&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;var txtTest = 
document.all["lala"];<BR>&nbsp;txtTest.focus ();<BR>&nbsp;txtTest.select 
();<BR></FONT><FONT face=Arial size=2>&lt;/script&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Dan.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=dstoltz@shh.org href="mailto:dstoltz@shh.org">Dave Stoltz</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=javascript@LaTech.edu 
  href="mailto:javascript@LaTech.edu">'[JavaScript List]'</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, December 09, 2003 7:08 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Javascript] Textbox 
  Highlighting</DIV>
  <DIV><BR></DIV>
  <DIV><SPAN class=913030717-09122003><FONT face=Arial size=2>How can I set 
  focus to a form textbox, and highlight the text in the box (so the user 
  doesn't have to highlight with the mouse)???</FONT></SPAN></DIV>
  <DIV><SPAN class=913030717-09122003><FONT face=Arial 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=913030717-09122003><FONT face=Arial 
  size=2>Thanks!</FONT></SPAN></DIV>
  <DIV><SPAN class=913030717-09122003></SPAN>&nbsp;</DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Javascript mailing 
  list<BR><A href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</A><BR><A 
  href="https://lists.LaTech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</A><BR></BLOCKQUOTE></BODY></HTML>