Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
    <form method="get" action="/cgi-bin/form.cgi" enctype="application/x-www-form-urlencoded" id="frm-whatever">
        <input type="radio" name="opttype" value="A:"/>A:
        <input type="radio" name="opttype" value="B:"/>B:
        <input type="radio" name="opttype" value="C:"/>C:
        <input type="radio" name="opttype" value="D:" id="btn-toggle"/>D:
        <br>
        <input type="tbox" name="event" id="inp-tbox"/><br>
        <textarea name="tarea" rows="8" cols="80" style="width:580;height:130;display:none;" id="inp-tarea"></textarea>
    <form>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers