robojerk wrote:Here's my Aldor/Scryer page. When I click on the drop down to choose to view a profession it takes me to an invalid web address.. I am using the dragonfly version of roster.
robojerk wrote:Here's my Aldor/Scryer page. When I click on the drop down to choose to view a profession it takes me to an invalid web address.. I am using the dragonfly version of roster.
$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
if( $_REQUEST['Professionsfilter'] == $row_fct['fct_name'] )
$choiceForm .= ' <option value="'.getlink($script_filename.'&Professionsfilter='.$row_fct['fct_name']).'" selected="selected">'.$row_fct['fct_name']."</option>\n";
else
$choiceForm .= ' <option value="'.getlink($script_filename.'&Professionsfilter='.$row_fct['fct_name']).'">'.$row_fct['fct_name']."</option>\n";
$script_filename = $module_name.'&smp;file=addon&roster_addon_name='.$_REQUEST['roster_addon_name'];
$script_filename = $module_name.'&file=addon&roster_addon_name='.$_REQUEST['roster_addon_name'];
Users browsing this forum: No registered users and 0 guests