Pages vues depuis 25/05/2001 : 108 397 156
Index du forum »» CSS »» Liste deroulante
echo "<select onchange=\"window.location=('modules.php?ModStart=links&ModPath=france&op=viewslinkauteur&url='+this.options[this.selectedIndex].value)\">";
echo "<option>Par Auteur</option>";
$result=mysql_query("select artid,title from ".$NPDS_Prefix."seccont where secid='2' order by title ASC");
while (list($artid,$title) = mysql_fetch_row($result)) {
echo "<option value=\"$artid\">$title</option>"; }