<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>There was a typo the text field is called (TESTS) 
not (TEST) as changed below. The original problem is still there!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;form NAME="TESTTEST" action=""&gt;<BR>&lt;input type="text" 
name="(TESTS)"&gt;<BR>&lt;/form&gt;
<DIV>&nbsp;</DIV>
<DIV>&lt;SCRIPT&gt;<BR>TESTTEST.(TESTS).value = 
'HELLO';<BR>&lt;/SCRIPT&gt;</DIV></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=pmcguire@cguk.co.uk href="mailto:pmcguire@cguk.co.uk">Paul 
  McGuire</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> Wednesday, March 03, 2004 4:31 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Javascript] forms and js</DIV>
  <DIV><BR></DIV><FONT face=Arial size=2>
  <DIV>The below code wont work because of the brackets in the form name. I cant 
  do anything about those brackets the nature of the program means there there. 
  How can I write to that form text field with JS if brackets (or other special 
  characters) are there?</DIV>
  <DIV>&nbsp;</DIV>
  <DIV><BR>&lt;form NAME="TESTTEST" action=""&gt;<BR>&lt;input type="text" 
  name="(TEST)"&gt;<BR>&lt;/form&gt;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&lt;SCRIPT&gt;<BR>TESTTEST.(TESTS).value = 
  'HELLO';<BR>&lt;/SCRIPT&gt;</FONT></DIV>
  <P>
  <HR>

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