hacker_maroc
06-19-2008, 04:20 PM
السلام عليكم و رحمة الله تعالى و بركاته
ممكن حد يساعدني
لدي صفحة بها قائمة إختيار و أريد لما أختار من القائمة شيء يظهر الإختيار في جزء من الصفحة و يظهر وراء الرابط هكذا الإختيار=chanteur?
أنظروا الصورة
http://lahdah.com/up//uploads/82e778e36d.jpg
وكذلك كود الصفحة
<html>
<title>test selection</title>
<head>
<****** language="Java******">
<!--
function Xmenu(url,haut,gauche,largeur,hauteur,options){
window.open(url,"","top="+haut+",left="+gauche+",width="+largeur+",height="+hauteur+","+options);
}
//-->
</******>
<meta **********="Content-Type" content="text/htm; charset=iso-8859-1">
<link title="style" type="text/css" rel="stylesheet" href="style.css" />
<style type="text/css">
body {
background-color: #000000;
}
.style1 {color: #FFFFFF}
.style2 {
font-weight: bold;
color: #52A5FF;
}
.style3 {color: #52A5FF}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
<link title="style" type="text/css" rel="stylesheet" href="images/style.css">
</head>
<form name="form2">
<div align="center">
<select name="menu2" onChange="choix=this.options[this.selectedIndex].value;if (choix){Xmenu (choix,10,10,280,300,'toolbar=no,location=no,statu s=no,menubar=no,scrollbars=no,resizable=no')}">
<option value="">choiser la selection</option>
<option value="menu1.htm">Page 1</option>
<option value="menu2.htm">Page 2</option>
</select>
</div>
</form>
<div align="center">
<iframe src="lecteur.php" frameborder="0" scrolling="no" width="280" height="300" name="I1"></iframe>
</div>
</body></html>
ولكم فائق الشكر و التقدير
ممكن حد يساعدني
لدي صفحة بها قائمة إختيار و أريد لما أختار من القائمة شيء يظهر الإختيار في جزء من الصفحة و يظهر وراء الرابط هكذا الإختيار=chanteur?
أنظروا الصورة
http://lahdah.com/up//uploads/82e778e36d.jpg
وكذلك كود الصفحة
<html>
<title>test selection</title>
<head>
<****** language="Java******">
<!--
function Xmenu(url,haut,gauche,largeur,hauteur,options){
window.open(url,"","top="+haut+",left="+gauche+",width="+largeur+",height="+hauteur+","+options);
}
//-->
</******>
<meta **********="Content-Type" content="text/htm; charset=iso-8859-1">
<link title="style" type="text/css" rel="stylesheet" href="style.css" />
<style type="text/css">
body {
background-color: #000000;
}
.style1 {color: #FFFFFF}
.style2 {
font-weight: bold;
color: #52A5FF;
}
.style3 {color: #52A5FF}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
<link title="style" type="text/css" rel="stylesheet" href="images/style.css">
</head>
<form name="form2">
<div align="center">
<select name="menu2" onChange="choix=this.options[this.selectedIndex].value;if (choix){Xmenu (choix,10,10,280,300,'toolbar=no,location=no,statu s=no,menubar=no,scrollbars=no,resizable=no')}">
<option value="">choiser la selection</option>
<option value="menu1.htm">Page 1</option>
<option value="menu2.htm">Page 2</option>
</select>
</div>
</form>
<div align="center">
<iframe src="lecteur.php" frameborder="0" scrolling="no" width="280" height="300" name="I1"></iframe>
</div>
</body></html>
ولكم فائق الشكر و التقدير
