Zoque.Forum
»
Drop down yeni pencerede nasıl açılır
|
| Arsiv Bölümü Webtasarımı ve internet bölümünde önemli olduğunu düşündüğümüz mesajların toplandığı bölüm. Foruma yeni bir soru sunmadan bu bölümdeki mesajlara göz atılması tavsiye olunur. (Arama motorundan daha eski mesajlara ulaşılabilir). |
![]() |
|
|
LinkBack | Seçenekler |
|
|
#1 (permalink) |
|
Üyelik Tarihi: 02.11.2000
Yer: istanbul
Yaş: 36
Mesaj: 309
|
Drop down yeni pencerede nasıl açılır
<!--
function pull_jumpMenu(targ,selObj,restore){ eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } //--> </script> <p style="margin: 4" align="right"><b><font face="arial" size="2" color="#800000">ili seçin</font></b><font size="1" face="arial"><br> <select style="font-size:12px;font-family:arial;" onchange="pull_jumpMenu('parent',this,0)"> <option value="http://www.wunderground.com/global/stations/17350.HTML">ADANA</option> ... ... yeni bir pencerede açılması için nasıl bir kod eklemek gerekir? |
|
|
|
|
|
#3 (permalink) |
|
Üyelik Tarihi: 02.11.2000
Yer: istanbul
Yaş: 36
Mesaj: 309
|
çalışmadı...
yeni pencere açıyo ama res://C:\WINNT\system32\shdoclc.dll/http_404.htm#http://www.thbb.org/selObj.options[selObj.selectedIndex].value adlı bir linke bağlı gözüküyor |
|
|
|
|
|
#4 (permalink) |
|
Üyelik Tarihi: 02.11.2000
Yer: istanbul
Yaş: 36
Mesaj: 309
|
<script language="JavaScript">
<!-- function gotoLink(form) { var OptionIndex=form.ListBoxURL.selectedIndex; parent.location = form.ListBoxURL.options[OptionIndex].value;} //--> </script> başka bir script daha ama o da aynı pencerede açıyor ![]() yeni pencerede açılması için gerekli değişikliği bilen yok mu acaba? |
|
|
|
|
|
#5 (permalink) |
|
Üyelik Tarihi: 02.11.2000
Yer: istanbul
Yaş: 36
Mesaj: 309
|
tamam oldu
Kod:
<script> function DropDownMenu(entered) { // ********** DROP DOWN menu (c) Henrik Petersen / NetKontoret - All rights reserved **************** // The script is explained along with other useful scripts at: http://www.echoecho.com/javascript.htm // You may freely use this script as long as you do not remove this line and the 2 lines above. with (entered) { ref=options[selectedIndex].value; splitcharacter=ref.lastIndexOf("&"); if (splitcharacter!=-1) {loc=ref.substring(0,splitcharacter); target=ref.substring(splitcharacter+1,1000).toLowerCase();} else {loc=ref; target="_self";}; lowloc=loc.toLowerCase(); if (lowloc=="false") {return;} if (target=="_self") {document.location=loc;} else {if (target=="_top") {top.location=loc;} else {if (target=="_blank") {window.open(loc);} else{if (target=="_parent") {parent.location=loc;} else {parent.frames[target].location=loc;}; } } } } } </script> |
|
|
|
|
|
#7 (permalink) |
|
Üyelik Tarihi: 02.11.2000
Yer: istanbul
Yaş: 36
Mesaj: 309
|
Rica ederim
![]() Bu arada yazdığını kullandım yine: Yanlışlıkla kodu uçurmuşum sonra aklıma buraya gönderdiğim geldi, gelip baktığımda mesajını gördüm ve onu kullandım çalışıyo.Teşekkür ederim (zoque ağabey mailler gelmiyo hala, olm hostinglerden bize mail gelmiyo) |
|
|
|
Zoque'a hoşgeldiniz!