<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>RE: [Javascript] variable problem</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>congratulations Bob!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>N</FONT></DIV>
<BLOCKQUOTE dir=ltr 
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=filipiab@atsc.army.mil href="mailto:filipiab@atsc.army.mil">Filipiak, 
  Bob (Contractor)</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=javascript@LaTech.edu 
  href="mailto:'javascript@LaTech.edu'">'javascript@LaTech.edu'</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, June 07, 2001 11:00 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [Javascript] variable 
  problem</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=006265514-07062001>Sorry, ignore post it is totally wrong. It was the 
  result of brain fatigue from taking 2hrs and 25 minutes out of 2hrs and 30 
  minutes to complete and pass&nbsp;MCP Test for w2k Pro. I've been cramming 
  since&nbsp;April when I was given the software and told to get certified by 
  June.</SPAN></FONT></DIV>
  <DIV>&nbsp;</DIV>
  <P><FONT size=2>Bob Filipiak (Contractor)<BR>MCP </FONT></P>
  <BLOCKQUOTE style="MARGIN-RIGHT: 0px">
    <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
    size=2>-----Original Message-----<BR><B>From:</B> Filipiak, Bob (Contractor) 
    <BR><B>Sent:</B> Thursday, June 07, 2001 10:11 AM<BR><B>To:</B> 
    'javascript@LaTech.edu'<BR><B>Subject:</B> RE: [Javascript] variable 
    problem<BR><BR></DIV></FONT>
    <P><FONT size=2>Try document.game_assesment.row+ i +"_"+ j +.checked = 
    true;</FONT> </P>
    <P><FONT size=2>Bob Filipiak (Contractor)</FONT> <BR><FONT size=2>MCP 
    </FONT></P>
    <P><FONT size=2>-----Original Message-----</FONT> <BR><FONT size=2>From: 
    rastlore@yahoo.ca [<A 
    href="mailto:rastlore@yahoo.ca">mailto:rastlore@yahoo.ca</A>]</FONT> 
    <BR><FONT size=2>Sent: Thursday, June 07, 2001 9:57 AM</FONT> <BR><FONT 
    size=2>To: Javascript@LaTech.edu</FONT> <BR><FONT size=2>Subject: 
    [Javascript] variable problem</FONT> </P><BR>
    <P><FONT size=2>Hello,&nbsp; I am having a problem, I am a newbie at this 
    javascript stuff </FONT><BR><FONT size=2>by the way.&nbsp; I was wondering 
    why the below works (more specifically I </FONT><BR><FONT size=2>am asking 
    about the variables "i" and "j" why it works in the eval </FONT><BR><FONT 
    size=2>and not in the other statement is my question) :</FONT> </P>
    <P><FONT size=2>if (eval("document.game_assesment.row"+ i +"_"+ j 
    +".checked") == </FONT><BR><FONT size=2>true)</FONT> </P>
    <P><FONT size=2>but this give me an error :</FONT> <BR><FONT 
    size=2>document.game_assesment.row"+ i +"_"+ j +".checked = true;</FONT> 
</P>
    <P><FONT size=2>I have also tried this, but it gives and error as well 
    :</FONT> <BR><FONT size=2>document.game_assesment.row'+ i +'_'+ j +'.checked 
    = true;</FONT> </P>
    <P><FONT size=2>The button's I am tried to access is :</FONT> </P>
    <P><FONT size=2>&lt;FORM NAME="game_assesment"&gt;</FONT> <BR><FONT 
    size=2>&lt;INPUT type="radio" NAME="row0_0" VALUE="0"&gt;</FONT> <BR><FONT 
    size=2>&lt;INPUT type="radio" NAME="row0_1" VALUE="0"&gt;</FONT> <BR><FONT 
    size=2>&lt;INPUT type="radio" NAME="row0_2" VALUE="0"&gt;</FONT> <BR><FONT 
    size=2>&lt;/FORM&gt;</FONT> </P>
    <P><FONT size=2>Thanks for any help you could offer.</FONT> </P><BR>
    <P><FONT size=2>_______________________________________________</FONT> 
    <BR><FONT size=2>Javascript mailing list</FONT> <BR><FONT 
    size=2>Javascript@LaTech.edu</FONT> <BR><FONT size=2><A target=_blank 
    href="http://www.LaTech.edu/mailman/listinfo/javascript">http://www.LaTech.edu/mailman/listinfo/javascript</A></FONT> 
    </P></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>