Skip to content

Instantly share code, notes, and snippets.

@patelc75
Created August 18, 2011 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patelc75/1154514 to your computer and use it in GitHub Desktop.
Save patelc75/1154514 to your computer and use it in GitHub Desktop.
<TABLE><TBODY>
<TR>
<TD>
<INPUT id=product_complete name=product value=complete CHECKED type=radio _eventID="5">
<SPAN style="FONT-SIZE: 120%">
<LABEL for=product_complete>myHalo Complete</LABEL><B>&nbsp;($59.00/mo)</B>
</SPAN> <BR>
<DIV style="DISPLAY: block" id=product_sizes class=sizes>
<DIV class=prepend-1><INPUT id=S_22_28_inches name=order[device_model_size] value="S 22-28 inches" type=radio _eventID="6"> <LABEL for=S_22_28_inches>S 22-28 inches</LABEL><BR></DIV>
<DIV class=prepend-1><INPUT id=M_L_28_42_inches name=order[device_model_size] value="M-L 28-42 inches" type=radio _eventID="7"> <LABEL for=M_L_28_42_inches>M-L 28-42 inches</LABEL><BR></DIV>
<DIV class=prepend-1><INPUT id=XL_XXL_42_60_inches name=order[device_model_size] value="XL-XXL 42-60 inches" CHECKED type=radio _eventID="8"> <LABEL for=XL_XXL_42_60_inches>XL-XXL 42-60 inches</LABEL><BR></DIV></DIV>
</TD>
<TD>
<IMG alt=Myhalo-chest-strap src="/images/myhalo-chest-strap.gif?1290004906">
</TD>
<SCRIPT type=text/javascript>
//<![CDATA[
new Form.Element.Observer('product_complete', 1, function(element, value) {toggleProductDetails(); shippingChoices();})
//]]>
</SCRIPT>
</TR>
<TR>
<TD>
<INPUT id=product_clip name=product value=clip type=radio _eventID="9">
<SPAN style="FONT-SIZE: 120%"><LABEL for=product_clip>myHalo Clip</LABEL><B>&nbsp;($49.00/mo)</B></SPAN>
</TD>
<TD>
<IMG alt=Myhalo-belt-clip src="/images/myhalo-belt-clip.jpg?1290004906">
</TD>
<SCRIPT type=text/javascript>
//<![CDATA[
new Form.Element.Observer('product_clip', 1, function(element, value) {toggleProductDetails(); shippingChoices();})
//]]>
</SCRIPT>
</TR>
<TR>
<TD colSpan=2><A class=prepend-1 href="/images/clip-complete-comparison-chart.png?1309374242" rel=facebox>What's the difference?</A>
</TD>
</TR>
</TBODY>
</TABLE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment