<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2919.6307" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Cutter,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>that was the answer, thanks</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Bill</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A href="mailto:cutterbl@hotmail.com" title=cutterbl@hotmail.com>Cutter Bl</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  href="mailto:javascript@LaTech.edu" 
  title=javascript@LaTech.edu>javascript@LaTech.edu</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, September 17, 2001 10:25 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Javascript] capturing the 
  ID with radio buttons</DIV>
  <DIV><BR></DIV>
  <DIV>
  <DIV>
  <P>While your radio buttons would have the same name, each should have a 
  different value. Why not just pass your filter id as the value of each 
  radio?</P>
  <DIV>Cutter</DIV></DIV>
  <DIV><A href="http://www.falcon-knives.com/">Falcon Knives</A></DIV>
  <DIV></DIV>
  <P>
  <P></P>----Original Message Follows---- <BR>From: "Bill Marriott" 
  <BILL.MARRIOTT@OPTUSNET.COM.AU><BR>Reply-To: <A 
  href="mailto:javascript@LaTech.edu">javascript@LaTech.edu</A> <BR>To: 
  <JAVASCRIPT@LATECH.EDU><BR>Subject: [Javascript] capturing the ID with radio 
  buttons <BR>Date: Sun, 16 Sep 2001 17:56:44 +1000 <BR><BR>Hi Everyone, 
  <BR><BR>I have a project that needs to capture the current ID (filter value) 
  of the <BR>record that the user selects using Radio Buttons and store it in a 
  variable. <BR>The records are presented in a table form like. 
  <BR><BR><TR><BR><TD width="5%"><INPUT name=RB type=radio value=V></TD> <BR><TD 
  width="45%">Murray Valley East </TD><BR><TD width="30%">MVE</TD> <BR><TD 
  width="15%">NSW</TD> <BR><TD class=invisible id=filter width="5%">7</TD> 
  <BR></TR><BR><TR><BR><TD width="5%"><INPUT name=RB type=radio value=V></TD> 
  <BR><TD width="45%">Murray Valley West </TD><BR><TD width="30%">MVW</TD> 
  <BR><TD width="15%">NSW</TD> <BR><TD class=invisible id=filter 
  width="5%">8</TD> <BR></TR><BR><BR>I don't know how many rows are going to be 
  presented in the table because <BR>they are generated on the fly in an 
  Informix tag. <BR>The form 
  <FORM name=radioForm>is wrapped around all the rows. <BR>Can anyone tell me 
  how I might be able to check if a record has been <BR>selected and how to 
  capture the selected filter value from the table? <BR><BR>Thanks in advance 
  <BR><BR>Bill <BR><BR><BR><BR>_______________________________________________ 
  <BR>Javascript mailing list <BR>Javascript@LaTech.edu 
  <BR>http://www.LaTech.edu/mailman/listinfo/javascript <BR></FORM></DIV><BR 
  clear=all>
  <HR>
  Get your FREE download of MSN Explorer at <A 
  href="http://go.msn.com/bql/hmtag_itl_EN.asp">http://explorer.msn.com</A><BR>_______________________________________________ 
  Javascript mailing list Javascript@LaTech.edu 
  http://www.LaTech.edu/mailman/listinfo/javascript</BLOCKQUOTE></BODY></HTML>