Moderator: titan99
<select name="Professionsfilter" onchange="top.location.href=this.options[this.selectedIndex].value">
<select name="Professionsfilter" onchange="window.location.href=this.options[this.selectedIndex].value">
$choiceForm = '<form action="'.$script_filename.'" method="POST">
'.$wordings[$roster_conf['roster_lang']]['Professions'].' :
<select name="Professionsfilter" onchange="top.location.href=this.options[this.selectedIndex].value">
<option value="'.$script_filename.'&Professionsfilter=All">'.$wordings[$roster_conf['roster_lang']]['AS_Select_Professions'].'</option>'."\n";
while($row_fct = $wowdb->fetch_array($result_fct))
{
if( $_REQUEST['Professionsfilter'] == $row_fct['fct_name'] )
$choiceForm .= ' <option value="'.$script_filename.'&Professionsfilter='.$row_fct['fct_name'].'" selected="selected">'.$row_fct['fct_name']."</option>\n";
else
$choiceForm .= ' <option value="'.$script_filename.'&Professionsfilter='.$row_fct['fct_name'].'">'.$row_fct['fct_name']."</option>\n";
}
$wowdb->free_result($result_fct);
$choiceForm .= ' </select>
</form><br />';
http://www.blacktemplars.org/Roster&smp;file=addon&roster_addon_name=Aldor_Scryer&Professionsfilter=Alchemy
http://www.blacktemplars.org/index.php?name=Roster&file=addon&roster_addon_name=Aldor_Scryer&Professionsfilter=Alchemy
Users browsing this forum: No registered users and 0 guests