<!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><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></BODY></HTML>