sabret00the
07-28-2006, 12:37 PM
<form name="viewoptions" method="get" action="index.php">
<label class="asrlabels" onclick="this.form.submit()">
<input type="radio" name="asrshow" value="buddies" class="asrradio">
Show My Buddies Only</label>
<br>
<label class="asrlabels" onclick="this.form.submit()">
<input type="radio" name="asrshow" value="includeignore" class="asrradio">
Show People On My Ignore List</label>
<br>
<label class="asrlabels" onclick="form.submit()">
<input type="radio" name="asrshow" value="singleuser" class="asrradio">
Show A Single Users Shouts</label> <input name="user" type="text" size="5" maxlength="10" class="filteruserid">
<br>
<label class="asrlabels" onclick="this.form.submit()">
<input type="radio" name="asrshow" value="linkforimgs" class="asrradio">
Show Links For Images</label>
<br>
</form>
why is that not giving me any values for 'asrshow'?
i needed to have <label><input></label>
<label class="asrlabels" onclick="this.form.submit()">
<input type="radio" name="asrshow" value="buddies" class="asrradio">
Show My Buddies Only</label>
<br>
<label class="asrlabels" onclick="this.form.submit()">
<input type="radio" name="asrshow" value="includeignore" class="asrradio">
Show People On My Ignore List</label>
<br>
<label class="asrlabels" onclick="form.submit()">
<input type="radio" name="asrshow" value="singleuser" class="asrradio">
Show A Single Users Shouts</label> <input name="user" type="text" size="5" maxlength="10" class="filteruserid">
<br>
<label class="asrlabels" onclick="this.form.submit()">
<input type="radio" name="asrshow" value="linkforimgs" class="asrradio">
Show Links For Images</label>
<br>
</form>
why is that not giving me any values for 'asrshow'?
i needed to have <label><input></label>