+
----
-
الرمز:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
.cb_mnu_01{
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
text-decoration: none;
background: #0080FF;
color: #400000;
}
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function HDD_Menu(targetpage,selected){
if
(selected.options[selected.selectedIndex].value!=""){
eval(targetpage+".location='"+selected.options[selected.selectedIndex].value+"'");
}}
//-->
</script>
</head>
<body>
<select name="DropMenu1" onChange="HDD_Menu('parent',this)" class="cb_mnu_01">
<option value="#" >التبادل الاعلاني</option>
<option value="رابط المنتدى الاول" >اسم المنتدى الاول</option>
<option value="رابط المنتدى الثاني" >اسم المنتدى الثاني</option>
<option value="رابط المنتدى الثالث" >اسم المنتدى الثالث</option>
<option value="رابط المنتدى الرابع" >اسم المنتدى الرابع</option>
<option value="رابط المنتدى الخامس" >اسم المنتدى الخامس</option>
</select>
</body>
</html>