[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]اتجاهات: إدراج ببساطة أدناه في القسم <BODY> من الصفحة الخاصة بك. يمكنك إضافة في العديد من <option> في قائمة اختيار كما يحلو لك. ويرد وصف المرتبطة بكل اختيار المتغيرات داخل "أوصاف [0]"، "الوصف، [1]"، وما إذا كان لديك أكثر الاختيارات، إضافة المزيد من المتغيرات، وتغيير رقم الوثيقة لتتناسب مع الغرض منه هو اختيار لوصف.
[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]كود
<body>
<center>
<form name="combowithtext">
<select name="example" size="1" onChange="showtext()">
<option value="https://zaharatb.yoo7.com/t210-topic#210">ادراج</option>
<option value="https://zaharatb.yoo7.com/t210-topic#210">اضف الكود</option>
<option value="https://zaharatb.yoo7.com/t210-topic#210">هل الكود مفهوم</option>
</select>
<input type="button" value="Go!"
onClick="gothere()"><br>
<textarea rows=5 cols=21 wrap="virtual" name="text"></textarea>
<script language="javascript">
<!--
var shortcut=document.combowithtext
var descriptions=new Array()
descriptions[0]=" إدراج ببساطة أدناه في القسم من الصفحة الخاصة بك"
descriptions[1]=" يمكنك إضافة في العديد من في قائمة "
descriptions[2]="هل فهمت"
shortcut.text.value=descriptions[shortcut.example.selectedIndex]
function gothere(){
location=shortcut.example.options[shortcut.example.selectedIndex].value
}
function showtext(){
shortcut.text.value=descriptions[shortcut.example.selectedIndex]
}
//-->
</script>
</form>
</center>
<p align="center"><font face="arial" size="-2">ادراج</font><br>
<font face="arial, helvetica" size="-2"><a href="https://zaharatb.yoo7.com/t210-topic#210">اضف الكود</a></font></p>
</body>