Advertisement
Guest User

2

a guest
Aug 20th, 2011
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <ul id="input_6_22" class="gfield_radio">
  2.     <li class="gchoice_22_0">
  3.         <input type="radio" ... name="input_22">
  4.         <label for="choice_22_0">Sedan</label>
  5.         <div id="thenewdiv">.......</div>
  6.     </li>
  7.     <li class="gchoice_22_1">
  8.         <input type="radio" ..... name="input_22">
  9.         <label for="choice_22_1">SUV</label>
  10.         <div id="thenewdiv">.......</div>
  11.     </li>
  12.     <li class="gchoice_22_2">
  13.         <input type="radio" .... name="input_22">
  14.         <label for="choice_22_2">Van</label>
  15.         <div id="thenewdiv">.......</div>
  16.     </li>
  17. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement