Radio Buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm creating a table with four columns and nine lines. In the last three
columns I'm trying to place a radio button group in each column so that there
are nine choices for each group, top to bottom. When I create the three
radio button groups, I cannot span the remaining rows. The radio button group
places itself in one cell of the column and I cannot split this sell into
additional rows span the cell over the remaining 8 rows. Any suggestions?
 
Insert a nested table.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Thank you Thomas, but the problem remains. When I place a nested table in
the cell and insert a radio button group, I still cannot a radio button on
each of the nine rows for the same radio button group.
 
Why not, are you trying to use the group function/command, if so don't. Each radio button must have
the same group name, and then a individual unique name.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
But I must use the group function because each of the lines in the table is
an option selection for different versions of the same component. The radio
button group in each column must only show one selected line in the group for
each column.
 
Can you provide a URL to this page?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Or paste your code in a reply here.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Thanks Thomas, here is the code you were asking for

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 2</title>
</head>

<body>

<table border="0" cellpadding="0" cellspacing="0" width="833" height="809">
<!-- MSTableType="layout" -->
<tr>
<td valign="top" colspan="2" height="75">
<!-- MSCellType="DecArea" -->
</td>
</tr>
<tr>
<td valign="top" width="417">
<!-- MSCellType="NavBody" -->
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="../_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" startspan --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374"
endspan -->
<table border="1" cellspacing="1" width="100%" style="font-family: Arial;
font-size: 10pt; border-collapse: collapse; margin: 0"
bordercolorlight="#0000FF">
<tr>
<td>
<p align="center"><b><font face="Arial" size="4">AMD
CPU's</font><font face="Arial">
</font></b></td>
<td width="60" align="center" bgcolor="#00FF00">
<font face="Arial" size="1">VL3220</font></td>
<td width="60" align="center" bgcolor="#00FF00">
<font face="Arial" size="1">PR5210</font></td>
<td width="60" align="center" bgcolor="#00FF00">
<font face="Arial" size="1">PR7210</font></td>
</tr>
<tr>
<td bgcolor="#FFFF99">
<p style="margin-top: 0; margin-bottom: 0">AMD Sempron - 2600+</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="1">(1.833ghz /
256mbL2 / Socket A)</font></td>
<td width="60" bgcolor="#FFFF99">
</td>
<td width="60" bgcolor="#FFFF99"> </td>
<td width="60" bgcolor="#FFFF99">
</td>
</tr>
<tr>
<td>
<p style="margin-top: 0; margin-bottom: 0">AMD Sempron - 2800+</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.0ghz /
256mbL2 / Socket A)</font></td>
<td width="60"> </td>
<td width="60"> </td>
<td width="60"> </td>
</tr>
<tr>
<td bgcolor="#FFFF99">
<p style="margin-top: 0; margin-bottom: 0">AMD Sempron - 3000+</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.0ghz /
512mbL2 / Socket A)</font></td>
<td width="60" bgcolor="#FFFF99"> </td>
<td width="60" bgcolor="#FFFF99"> </td>
<td width="60" bgcolor="#FFFF99"> </td>
</tr>
<tr>
<td>
<p style="margin-top: 0; margin-bottom: 0">AMD Athlon 64 - 3000+</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.0ghz /
512kL2
/ 754pin)</font></td>
<td width="60"> </td>
<td width="60"> </td>
<td width="60"> </td>
</tr>
<tr>
<td bgcolor="#FFFF99">
<p style="margin-top: 0; margin-bottom: 0">AMD Athlon 64 - 3200+</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.0ghz /
1mbL2
/ 754pin)</font></td>
<td width="60" bgcolor="#FFFF99"> </td>
<td width="60" bgcolor="#FFFF99"> </td>
<td width="60" bgcolor="#FFFF99"> </td>
</tr>
<tr>
<td>
<p style="margin-top: 0; margin-bottom: 0">AMD Athlon 64 - 3500+</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.2ghz /
512kL2
/ 754pin)</font></td>
<td width="60"> </td>
<td width="60"> </td>
<td width="60"> </td>
</tr>
<tr>
<td bgcolor="#FFFF99">
<p style="margin-top: 0; margin-bottom: 0">AMD Athlon 64 - 3800+</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.4ghz /
512kL2
/ 939pin)</font></td>
<td width="60" bgcolor="#FFFF99"> </td>
<td width="60" bgcolor="#FFFF99"> </td>
<td width="60" bgcolor="#FFFF99"> </td>
</tr>
<tr>
<td>
<p style="margin-top: 0; margin-bottom: 0">AMD Athlon 64 - 4000+</p>
<p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.4ghz /
1mbL2
/ 939pin)</font></td>
<td width="60"> </td>
<td width="60"> </td>
<td width="60"> </td>
</tr>
<tr>
<td bgcolor="#FFFF99"> </td>
<td width="180" bgcolor="#FFFF99" colspan="3">
<p style="margin-top: 0; margin-bottom: 0" align="center">
</p>
</td>
</tr>
</table>
</form>
<p> </td>
<td valign="top" height="734" width="416">
<!-- MSCellType="ContentBody" -->
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults"
U-File="../_private/Intel_CPU_results.csv" S-Format="TEXT/CSV"
S-Label-Fields="TRUE" startspan B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE" S-Date-Format="%m/%d/%Y" S-Time-Format="%I:%M:%S
%p" S-Builtin-Fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time"
S-Form-Fields="PR7310 " --><!--webbot bot="SaveResults" endspan -->
<table border="1" cellspacing="1" width="100%"
bordercolorlight="#0000FF" style="border-collapse: collapse">
<tr>
<td>
<p align="center"><b><font face="Arial" size="4">Intel
CPU's</font><font face="Arial">
</font></b></td>
<td width="60" align="center" bgcolor="#00FF00">
<font face="Arial" size="1">VL3320</font></td>
<td width="60" align="center" bgcolor="#00FF00">
<font face="Arial" size="1">PR5310</font></td>
<td width="60" align="center" bgcolor="#00FF00">
<font face="Arial" size="1">PR7310</font></td>
</tr>
<tr>
<td bgcolor="#FFFF99">
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="2">Intel Celeron D 330J </font>
<font face="Arial" size="1"> </font></p>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="1">(2.66ghs / 256kL2 /
533FSB)</font></td>
<td align="left" width="60" bgcolor="#FFFF99"><font
face="Arial">
<input type="radio" value="VL3320: Cel D 330J - BASE CPU"
name="VL3320" checked></font><font face="Arial" size="2"
color="#FF0000">BASE</font></td>
<td align="left" width="60" bgcolor="#FFFF99">
<p align="center"><font face="Arial" color="#0000FF">--</font></td>
<td align="center" width="60" bgcolor="#FFFF99">
<font face="Arial" color="#0000FF">--</font></td>
</tr>
<tr>
<td>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="2">Intel Celeron D 335J</font><font
face="Arial" size="1">
</font></p>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="1">(2.80ghz / 256kL2 /
533FSB)</font></td>
<td align="left" width="60"><font face="Arial">
<input type="radio" value="VL3320: Cel D 335J - $24.00 "
name="VL3320"></font><font color="#0000FF" size="2"
face="Arial">$24</font></td>
<td align="left" width="60">
<input type="radio" value="PR5310: Cel D 335J - BASE CPU"
name="PR5310" checked><font face="Arial" size="2"
color="#FF0000">BASE</font></td>
<td align="center" width="60"><font face="Arial"
color="#0000FF">--</font></td>
</tr>
<tr>
<td bgcolor="#FFFF99">
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="2">Intel Celeron D 340J</font><font
face="Arial" size="1">
</font></p>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="1">(2.93ghz / 256kL2 /
533FSB)</font></td>
<td align="left" width="60" bgcolor="#FFFF99">
<p align="center"><font face="Arial"
color="#0000FF">--</font></td>
<td align="left" width="60" bgcolor="#FFFF99">
<input type="radio" value="PR5310: Cel D 340J - $24.00"
name="PR5310"><font color="#0000FF" size="2" face="Arial">$24</font></td>
<td align="center" width="60" bgcolor="#FFFF99">
<font face="Arial" color="#0000FF">--</font></td>
</tr>
<tr>
<td>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="2">Intel Pentium 4 530J</font><font
face="Arial" size="1">
</font></p>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="1">(3.00ghz / 1mbL2 /
800FSB)</font></td>
<td align="left" width="60"><font face="Arial">
<input type="radio" value="VL3320: P4 - 530J - $170.00"
name="VL3320"></font><font color="#0000FF" size="2"
face="Arial">$170</font></td>
<td align="left" width="60">
<input type="radio" value="PR5310: P4 530J - $146.00"
name="PR5310"><font color="#0000FF" size="2" face="Arial">$146</font></td>
<td align="left" width="60">
<input type="radio" value="Base: Cel D 330J5" name="PR7310"
checked><font face="Arial" size="2" color="#FF0000">BASE</font></td>
</tr>
<tr>
<td bgcolor="#FFFF99">
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="2">Intel Pentium 4 540J</font><font
face="Arial" size="1">
</font></p>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="1">(3.20ghz / 1mbL2 /
800FSB)</font></td>
<td align="left" width="60" bgcolor="#FFFF99"><font
face="Arial">
<input type="radio" value="VL3320: P4 - 540J - $226.00"
name="VL3320"></font><font color="#0000FF" size="2"
face="Arial">$226</font></td>
<td align="left" width="60" bgcolor="#FFFF99">
<input type="radio" value="PR5310: P4 540J - $205.00"
name="PR5310"><font color="#0000FF" size="2" face="Arial">$205</font></td>
<td align="left" width="60" bgcolor="#FFFF99">
<input type="radio" value="PR7310: P4 540J - $75.00"
name="PR7310"><font color="#0000FF" size="2" face="Arial">$75</font></td>
</tr>
<tr>
<td>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="2">Intel Pentium 4 550J</font><font
face="Arial" size="1">
</font></p>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="1">(3.40ghz / 1mbL2 /
800FSB)</font></td>
<td align="center" width="60"><font face="Arial"
color="#0000FF">
--</font></td>
<td align="left" width="60"> </td>
<td align="left" width="60">
<input type="radio" value="PR7310: P4 550J - $175.00"
name="PR7310"><font color="#0000FF" size="2" face="Arial">$175</font></td>
</tr>
<tr>
<td bgcolor="#FFFF99">
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="2">Intel Pentium 4 560J</font><font
face="Arial" size="1">
</font></p>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="1">(3.60ghz / 1mbL2 /
800FSB)</font></td>
<td align="center" width="60" bgcolor="#FFFF99">
<font face="Arial" color="#0000FF">--</font></td>
<td align="left" width="60" bgcolor="#FFFF99"> </td>
<td align="left" width="60" bgcolor="#FFFF99">
<input type="radio" value="PR7310: P4 560J - $395.00"
name="PR7310"><font color="#0000FF" size="2" face="Arial">$395</font></td>
</tr>
<tr>
<td align="left" valign="top">
<p align="left"><font face="Arial" size="1" color="#FF0000">These
radio buttons do not work correctly - each Submit should report the
selected option for each column.</font></td>
<td align="center" width="60"><font size="1">
<input type="submit" value="Submit" name="VL3321"
style="font-size: 8pt; font-family: Arial"><input type="reset" value="Reset"
name="CPU_I1" style="font-family: Arial; font-size: 8pt"></font></td>
<td align="center" width="60"><font size="1">
<input type="submit" value="Submit" name="PR5310"
style="font-size: 8pt; font-family: Arial"><input type="reset" value="Reset"
name="CPU_I2" style="font-family: Arial; font-size: 8pt"></font></td>
<td align="center" width="60"><font size="1">
<input type="submit" value="Submit" name="PR7310"
style="font-size: 8pt; font-family: Arial"><input type="reset" value="Reset"
name="CPU_I3" style="font-family: Arial; font-size: 8pt"></font></td>
</tr>
</table>
</form>
<table border="1" cellspacing="1" width="100%"
bordercolorlight="#0000FF" style="border-collapse: collapse">
<tr>
<td height="34" align="left" valign="top">
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="2">Intel Celeron D 330J </font>
<font face="Arial" size="1"> </font></p>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Arial" size="1">(2.66ghs / 256kL2 /
533FSB)</font></td>
<td width="60" rowspan="5" align="center" valign="top">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="../_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p style="line-height: 200%; margin-top: 0; margin-bottom: 0">
<input type="radio" value="V1" name="R2"></p>
<p style="line-height: 200%; margin-top: 0; margin-bottom: 0">
<input type="radio" value="V2" name="R2"></p>
<p style="line-height: 200%; margin-top: 0; margin-bottom: 0">
<input type="radio" value="V8" name="R2"></p>
<p style="line-height: 200%">
<input type="radio" value="V9" checked name="R2"><input
type="submit" value="Submit" name="B7"><input type="reset" value="Reset"
name="B8"></p>
</form>
</td>
<td width="60" rowspan="5"> </td>
<td width="60" rowspan="5"> </td>
</tr>
<tr>
<td height="38"> </td>
</tr>
<tr>
<td height="33"> </td>
</tr>
<tr>
<td height="33"> </td>
</tr>
<tr>
<td height="33"><font face="Arial" size="1" color="#FF0000">Cannot
get
the table row lines to cross the radio button group .</font></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </td>
</tr>
</table>

</body>

</html>
 
Drop me an email with your phone number.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
In Your Intel Table you need 3 forms to "split" the results
Make the VL3320 column 1 form and the PR5310 & PR5310 columns each another form (each in a nested 9 row table in 1 cell)
So youe 1st form would just be

<table border="1" cellspacing="1"><form method="POST" action="--WEBBOT-SELF--">
<tr><td bgcolor="#00FF00">VL3320</td>
</tr><tr>
<td><input type="radio" value="VL3320: Cel D 330J - BASE CPU" name="VL3320" checked>BASE</td>
</tr><tr>
<td><input type="radio" value="VL3320: Cel D 335J - $24.00 " name="VL3320">$24</td>
</tr><tr><td><p align="center">--</p></td>
</tr><tr>
<td><input type="radio" value="VL3320: P4 - 530J - $170.00" name="VL3320">$170</td>
</tr><tr>
<td><input type="radio" value="VL3320: P4 - 540J - $226.00" name="VL3320">$226</td>
</tr><tr><td>--</td>
</tr><tr><td>--</td>
</tr><tr>
<td><input type="submit" value="Submit" name="VL3321"><br><input type="reset" value="Reset" name="CPU_I1"></td>
</tr></form></table>


In your Intel Celeron D 330J table wrap the form tags around the whole table
<table border="1" cellspacing="1" width="100%"><form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="../_private/form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" -->
<tr><td align="left" valign="top"><p>Intel Celeron D 330J </p><p>(2.66ghs / 256kL2 / 533FSB)</p></td>
<td align="left" valign="top"><input type="radio" value="V1" name="R2" checked></td>
</tr><tr><td></td>
<td><input type="radio" value="V1" name="R2" checked></td>
</tr><tr><td></td>
<td><input type="radio" value="V1" checked name="R2"></td>
</tr><tr><td></td>
<td><input type="radio" value="V1" name="R2" checked></td>
</tr><tr>
<td>Cannot get the table row lines to cross the radio button group .</td>
<td><input type="submit" value="Submit"><br><input type="reset" value="Reset"></td>
</tr></form></table>


--




| Thanks Thomas, here is the code you were asking for
|
| <html>
|
| <head>
| <meta http-equiv="Content-Language" content="en-us">
| <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
| <title>New Page 2</title>
| </head>
|
| <body>
|
| <table border="0" cellpadding="0" cellspacing="0" width="833" height="809">
| <!-- MSTableType="layout" -->
| <tr>
| <td valign="top" colspan="2" height="75">
| <!-- MSCellType="DecArea" -->
| </td>
| </tr>
| <tr>
| <td valign="top" width="417">
| <!-- MSCellType="NavBody" -->
| <form method="POST" action="--WEBBOT-SELF--">
| <!--webbot bot="SaveResults" U-File="../_private/form_results.csv"
| S-Format="TEXT/CSV" S-Label-Fields="TRUE" startspan --><input TYPE="hidden"
| NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374"
| endspan -->
| <table border="1" cellspacing="1" width="100%" style="font-family: Arial;
| font-size: 10pt; border-collapse: collapse; margin: 0"
| bordercolorlight="#0000FF">
| <tr>
| <td>
| <p align="center"><b><font face="Arial" size="4">AMD
| CPU's</font><font face="Arial">
| </font></b></td>
| <td width="60" align="center" bgcolor="#00FF00">
| <font face="Arial" size="1">VL3220</font></td>
| <td width="60" align="center" bgcolor="#00FF00">
| <font face="Arial" size="1">PR5210</font></td>
| <td width="60" align="center" bgcolor="#00FF00">
| <font face="Arial" size="1">PR7210</font></td>
| </tr>
| <tr>
| <td bgcolor="#FFFF99">
| <p style="margin-top: 0; margin-bottom: 0">AMD Sempron - 2600+</p>
| <p style="margin-top: 0; margin-bottom: 0"><font size="1">(1.833ghz /
| 256mbL2 / Socket A)</font></td>
| <td width="60" bgcolor="#FFFF99">
| </td>
| <td width="60" bgcolor="#FFFF99"> </td>
| <td width="60" bgcolor="#FFFF99">
| </td>
| </tr>
| <tr>
| <td>
| <p style="margin-top: 0; margin-bottom: 0">AMD Sempron - 2800+</p>
| <p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.0ghz /
| 256mbL2 / Socket A)</font></td>
| <td width="60"> </td>
| <td width="60"> </td>
| <td width="60"> </td>
| </tr>
| <tr>
| <td bgcolor="#FFFF99">
| <p style="margin-top: 0; margin-bottom: 0">AMD Sempron - 3000+</p>
| <p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.0ghz /
| 512mbL2 / Socket A)</font></td>
| <td width="60" bgcolor="#FFFF99"> </td>
| <td width="60" bgcolor="#FFFF99"> </td>
| <td width="60" bgcolor="#FFFF99"> </td>
| </tr>
| <tr>
| <td>
| <p style="margin-top: 0; margin-bottom: 0">AMD Athlon 64 - 3000+</p>
| <p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.0ghz /
| 512kL2
| / 754pin)</font></td>
| <td width="60"> </td>
| <td width="60"> </td>
| <td width="60"> </td>
| </tr>
| <tr>
| <td bgcolor="#FFFF99">
| <p style="margin-top: 0; margin-bottom: 0">AMD Athlon 64 - 3200+</p>
| <p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.0ghz /
| 1mbL2
| / 754pin)</font></td>
| <td width="60" bgcolor="#FFFF99"> </td>
| <td width="60" bgcolor="#FFFF99"> </td>
| <td width="60" bgcolor="#FFFF99"> </td>
| </tr>
| <tr>
| <td>
| <p style="margin-top: 0; margin-bottom: 0">AMD Athlon 64 - 3500+</p>
| <p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.2ghz /
| 512kL2
| / 754pin)</font></td>
| <td width="60"> </td>
| <td width="60"> </td>
| <td width="60"> </td>
| </tr>
| <tr>
| <td bgcolor="#FFFF99">
| <p style="margin-top: 0; margin-bottom: 0">AMD Athlon 64 - 3800+</p>
| <p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.4ghz /
| 512kL2
| / 939pin)</font></td>
| <td width="60" bgcolor="#FFFF99"> </td>
| <td width="60" bgcolor="#FFFF99"> </td>
| <td width="60" bgcolor="#FFFF99"> </td>
| </tr>
| <tr>
| <td>
| <p style="margin-top: 0; margin-bottom: 0">AMD Athlon 64 - 4000+</p>
| <p style="margin-top: 0; margin-bottom: 0"><font size="1">(2.4ghz /
| 1mbL2
| / 939pin)</font></td>
| <td width="60"> </td>
| <td width="60"> </td>
| <td width="60"> </td>
| </tr>
| <tr>
| <td bgcolor="#FFFF99"> </td>
| <td width="180" bgcolor="#FFFF99" colspan="3">
| <p style="margin-top: 0; margin-bottom: 0" align="center">
| </p>
| </td>
| </tr>
| </table>
| </form>
| <p> </td>
| <td valign="top" height="734" width="416">
| <!-- MSCellType="ContentBody" -->
| <form method="POST" action="--WEBBOT-SELF--">
| <!--webbot bot="SaveResults"
| U-File="../_private/Intel_CPU_results.csv" S-Format="TEXT/CSV"
| S-Label-Fields="TRUE" startspan B-Reverse-Chronology="FALSE"
| S-Email-Format="TEXT/PRE" S-Email-Address="(e-mail address removed)"
| B-Email-Label-Fields="TRUE" S-Date-Format="%m/%d/%Y" S-Time-Format="%I:%M:%S
| %p" S-Builtin-Fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time"
| S-Form-Fields="PR7310 " --><!--webbot bot="SaveResults" endspan -->
| <table border="1" cellspacing="1" width="100%"
| bordercolorlight="#0000FF" style="border-collapse: collapse">
| <tr>
| <td>
| <p align="center"><b><font face="Arial" size="4">Intel
| CPU's</font><font face="Arial">
| </font></b></td>
| <td width="60" align="center" bgcolor="#00FF00">
| <font face="Arial" size="1">VL3320</font></td>
| <td width="60" align="center" bgcolor="#00FF00">
| <font face="Arial" size="1">PR5310</font></td>
| <td width="60" align="center" bgcolor="#00FF00">
| <font face="Arial" size="1">PR7310</font></td>
| </tr>
| <tr>
| <td bgcolor="#FFFF99">
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="2">Intel Celeron D 330J </font>
| <font face="Arial" size="1"> </font></p>
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="1">(2.66ghs / 256kL2 /
| 533FSB)</font></td>
| <td align="left" width="60" bgcolor="#FFFF99"><font
| face="Arial">
| <input type="radio" value="VL3320: Cel D 330J - BASE CPU"
| name="VL3320" checked></font><font face="Arial" size="2"
| color="#FF0000">BASE</font></td>
| <td align="left" width="60" bgcolor="#FFFF99">
| <p align="center"><font face="Arial" color="#0000FF">--</font></td>
| <td align="center" width="60" bgcolor="#FFFF99">
| <font face="Arial" color="#0000FF">--</font></td>
| </tr>
| <tr>
| <td>
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="2">Intel Celeron D 335J</font><font
| face="Arial" size="1">
| </font></p>
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="1">(2.80ghz / 256kL2 /
| 533FSB)</font></td>
| <td align="left" width="60"><font face="Arial">
| <input type="radio" value="VL3320: Cel D 335J - $24.00 "
| name="VL3320"></font><font color="#0000FF" size="2"
| face="Arial">$24</font></td>
| <td align="left" width="60">
| <input type="radio" value="PR5310: Cel D 335J - BASE CPU"
| name="PR5310" checked><font face="Arial" size="2"
| color="#FF0000">BASE</font></td>
| <td align="center" width="60"><font face="Arial"
| color="#0000FF">--</font></td>
| </tr>
| <tr>
| <td bgcolor="#FFFF99">
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="2">Intel Celeron D 340J</font><font
| face="Arial" size="1">
| </font></p>
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="1">(2.93ghz / 256kL2 /
| 533FSB)</font></td>
| <td align="left" width="60" bgcolor="#FFFF99">
| <p align="center"><font face="Arial"
| color="#0000FF">--</font></td>
| <td align="left" width="60" bgcolor="#FFFF99">
| <input type="radio" value="PR5310: Cel D 340J - $24.00"
| name="PR5310"><font color="#0000FF" size="2" face="Arial">$24</font></td>
| <td align="center" width="60" bgcolor="#FFFF99">
| <font face="Arial" color="#0000FF">--</font></td>
| </tr>
| <tr>
| <td>
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="2">Intel Pentium 4 530J</font><font
| face="Arial" size="1">
| </font></p>
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="1">(3.00ghz / 1mbL2 /
| 800FSB)</font></td>
| <td align="left" width="60"><font face="Arial">
| <input type="radio" value="VL3320: P4 - 530J - $170.00"
| name="VL3320"></font><font color="#0000FF" size="2"
| face="Arial">$170</font></td>
| <td align="left" width="60">
| <input type="radio" value="PR5310: P4 530J - $146.00"
| name="PR5310"><font color="#0000FF" size="2" face="Arial">$146</font></td>
| <td align="left" width="60">
| <input type="radio" value="Base: Cel D 330J5" name="PR7310"
| checked><font face="Arial" size="2" color="#FF0000">BASE</font></td>
| </tr>
| <tr>
| <td bgcolor="#FFFF99">
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="2">Intel Pentium 4 540J</font><font
| face="Arial" size="1">
| </font></p>
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="1">(3.20ghz / 1mbL2 /
| 800FSB)</font></td>
| <td align="left" width="60" bgcolor="#FFFF99"><font
| face="Arial">
| <input type="radio" value="VL3320: P4 - 540J - $226.00"
| name="VL3320"></font><font color="#0000FF" size="2"
| face="Arial">$226</font></td>
| <td align="left" width="60" bgcolor="#FFFF99">
| <input type="radio" value="PR5310: P4 540J - $205.00"
| name="PR5310"><font color="#0000FF" size="2" face="Arial">$205</font></td>
| <td align="left" width="60" bgcolor="#FFFF99">
| <input type="radio" value="PR7310: P4 540J - $75.00"
| name="PR7310"><font color="#0000FF" size="2" face="Arial">$75</font></td>
| </tr>
| <tr>
| <td>
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="2">Intel Pentium 4 550J</font><font
| face="Arial" size="1">
| </font></p>
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="1">(3.40ghz / 1mbL2 /
| 800FSB)</font></td>
| <td align="center" width="60"><font face="Arial"
| color="#0000FF">
| --</font></td>
| <td align="left" width="60"> </td>
| <td align="left" width="60">
| <input type="radio" value="PR7310: P4 550J - $175.00"
| name="PR7310"><font color="#0000FF" size="2" face="Arial">$175</font></td>
| </tr>
| <tr>
| <td bgcolor="#FFFF99">
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="2">Intel Pentium 4 560J</font><font
| face="Arial" size="1">
| </font></p>
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="1">(3.60ghz / 1mbL2 /
| 800FSB)</font></td>
| <td align="center" width="60" bgcolor="#FFFF99">
| <font face="Arial" color="#0000FF">--</font></td>
| <td align="left" width="60" bgcolor="#FFFF99"> </td>
| <td align="left" width="60" bgcolor="#FFFF99">
| <input type="radio" value="PR7310: P4 560J - $395.00"
| name="PR7310"><font color="#0000FF" size="2" face="Arial">$395</font></td>
| </tr>
| <tr>
| <td align="left" valign="top">
| <p align="left"><font face="Arial" size="1" color="#FF0000">These
| radio buttons do not work correctly - each Submit should report the
| selected option for each column.</font></td>
| <td align="center" width="60"><font size="1">
| <input type="submit" value="Submit" name="VL3321"
| style="font-size: 8pt; font-family: Arial"><input type="reset" value="Reset"
| name="CPU_I1" style="font-family: Arial; font-size: 8pt"></font></td>
| <td align="center" width="60"><font size="1">
| <input type="submit" value="Submit" name="PR5310"
| style="font-size: 8pt; font-family: Arial"><input type="reset" value="Reset"
| name="CPU_I2" style="font-family: Arial; font-size: 8pt"></font></td>
| <td align="center" width="60"><font size="1">
| <input type="submit" value="Submit" name="PR7310"
| style="font-size: 8pt; font-family: Arial"><input type="reset" value="Reset"
| name="CPU_I3" style="font-family: Arial; font-size: 8pt"></font></td>
| </tr>
| </table>
| </form>
| <table border="1" cellspacing="1" width="100%"
| bordercolorlight="#0000FF" style="border-collapse: collapse">
| <tr>
| <td height="34" align="left" valign="top">
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="2">Intel Celeron D 330J </font>
| <font face="Arial" size="1"> </font></p>
| <p style="margin-top: 0; margin-bottom: 0">
| <font face="Arial" size="1">(2.66ghs / 256kL2 /
| 533FSB)</font></td>
| <td width="60" rowspan="5" align="center" valign="top">
| <form method="POST" action="--WEBBOT-SELF--">
| <!--webbot bot="SaveResults" U-File="../_private/form_results.csv"
| S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
| <p style="line-height: 200%; margin-top: 0; margin-bottom: 0">
| <input type="radio" value="V1" name="R2"></p>
| <p style="line-height: 200%; margin-top: 0; margin-bottom: 0">
| <input type="radio" value="V2" name="R2"></p>
| <p style="line-height: 200%; margin-top: 0; margin-bottom: 0">
| <input type="radio" value="V8" name="R2"></p>
| <p style="line-height: 200%">
| <input type="radio" value="V9" checked name="R2"><input
| type="submit" value="Submit" name="B7"><input type="reset" value="Reset"
| name="B8"></p>
| </form>
| </td>
| <td width="60" rowspan="5"> </td>
| <td width="60" rowspan="5"> </td>
| </tr>
| <tr>
| <td height="38"> </td>
| </tr>
| <tr>
| <td height="33"> </td>
| </tr>
| <tr>
| <td height="33"> </td>
| </tr>
| <tr>
| <td height="33"><font face="Arial" size="1" color="#FF0000">Cannot
| get
| the table row lines to cross the radio button group .</font></td>
| </tr>
| </table>
| <p> </p>
| <p> </p>
| <p> </td>
| </tr>
| </table>
|
| </body>
|
| </html>
|
|
| "Thomas A. Rowe" wrote:
|
| > Or paste your code in a reply here.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WebMaster Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > > Can you provide a URL to this page?
| > >
| > > --
| > > ==============================================
| > > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > > WebMaster Resources(tm)
| > >
| > > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > > ==============================================
| > > If you feel your current issue is a results of installing
| > > a Service Pack or security update, please contact
| > > Microsoft Product Support Services:
| > > http://support.microsoft.com
| > > If the problem can be shown to have been caused by a
| > > security update, then there is usually no charge for the call.
| > > ==============================================
| > >
| > > | > >> But I must use the group function because each of the lines in the table is
| > >> an option selection for different versions of the same component. The radio
| > >> button group in each column must only show one selected line in the group for
| > >> each column.
| > >>
| > >> "Thomas A. Rowe" wrote:
| > >>
| > >>> Why not, are you trying to use the group function/command, if so don't. Each radio button must
| > >>> have
| > >>> the same group name, and then a individual unique name.
| > >>>
| > >>> --
| > >>> ==============================================
| > >>> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >>> WebMaster Resources(tm)
| > >>>
| > >>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > >>> ==============================================
| > >>> If you feel your current issue is a results of installing
| > >>> a Service Pack or security update, please contact
| > >>> Microsoft Product Support Services:
| > >>> http://support.microsoft.com
| > >>> If the problem can be shown to have been caused by a
| > >>> security update, then there is usually no charge for the call.
| > >>> ==============================================
| > >>>
| > >>> | > >>> > Thank you Thomas, but the problem remains. When I place a nested table in
| > >>> > the cell and insert a radio button group, I still cannot a radio button on
| > >>> > each of the nine rows for the same radio button group.
| > >>> >
| > >>> > "Thomas A. Rowe" wrote:
| > >>> >
| > >>> >> Insert a nested table.
| > >>> >>
| > >>> >> --
| > >>> >> ==============================================
| > >>> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >>> >> WebMaster Resources(tm)
| > >>> >>
| > >>> >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > >>> >> ==============================================
| > >>> >> If you feel your current issue is a results of installing
| > >>> >> a Service Pack or security update, please contact
| > >>> >> Microsoft Product Support Services:
| > >>> >> http://support.microsoft.com
| > >>> >> If the problem can be shown to have been caused by a
| > >>> >> security update, then there is usually no charge for the call.
| > >>> >> ==============================================
| > >>> >>
| > >>> >> | > >>> >> > I'm creating a table with four columns and nine lines. In the last three
| > >>> >> > columns I'm trying to place a radio button group in each column so that there
| > >>> >> > are nine choices for each group, top to bottom. When I create the three
| > >>> >> > radio button groups, I cannot span the remaining rows. The radio button group
| > >>> >> > places itself in one cell of the column and I cannot split this sell into
| > >>> >> > additional rows span the cell over the remaining 8 rows. Any suggestions?
| > >>> >>
| > >>> >>
| > >>> >>
| > >>>
| > >>>
| > >>>
| > >
| > >
| >
| >
| >
 
Thomas, you mean the same group name, and a unique individual *value* don't
you?
i.e. the group name might be "Cars" but the value(s) for each of the radio
button could be "Toyota", "Subaru", "Mitsubishi" "General Motors",
"Volkwagon", "BMW" for instance.
 
Yes, not the grouping function under FP2003 with you can group fields, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top