document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2. <head>
  3. <title>Radio Button</title>
  4. </head>
  5. <body>
  6. <form method="post" action="simpan.php">
  7.  Jenis Kelamin :
  8.  <input checked name="jk" type="radio" value="L">Laki-Laki
  9.  <input name="jk" type="radio" value="P">Perempuan
  10. </form>
  11. </body>
  12. </html>
');