The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
form problems
HTML Code:
<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> i needed to have <label><input></label> |
#2
|
||||
|
||||
try
HTML Code:
<form name="viewoptions" method="get" action="index.php"> <label for="buddies"> <input type="radio" name="asrshow" id="buddies" value="buddies" class="asrradio" onclick="this.form.submit()" /> Show My Buddies Only</label> <br /> <label for="includeignore"> <input type="radio" name="asrshow" id="includeignore" value="includeignore" class="asrradio" onclick="this.form.submit()" /> Show People On My Ignore List</label> <br /> <label for="singleuser"> <input type="radio" name="asrshow" id="singleuser" value="singleuser" class="asrradio" onclick="this.form.submit()" /> Show A Single Users Shouts</label> <input type="text" name="user" size="5" maxlength="10" class="filteruserid" /> <br /> <label for="linkforimgs"> <input type="radio" name="asrshow" id="linkforimgs" value="linkforimgs" class="asrradio" onclick="this.form.submit()" /> Show Links For Images</label> </form> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|