Forum'da ara:
Ara


Yazar Mesaj
Mesaj18.03.2009, 20:06 (UTC)    
Mesaj konusu: açılan menü kodu

merhaba arkadaşlar...

Kod:
<p><select style="border-right: 1px solid; border-top: 1px solid; font-size: 10pt; border-left: 1px solid; color: rgb(0,0,0); border-bottom: 1px solid; font-family: Arial; background-color: rgb(244,247,252)" onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=930,height=830,resizable=yes,scrollbars=yes') }" name="select">                                     </select></p>


bu menunun popup değilde aynı site içinde açılmasını nasıl yapabilirim Question

teşşekürler...
______________
Mesaj19.03.2009, 10:33 (UTC)    
Mesaj konusu:

yokmu yardım edicek Rolling Eyes
______________
Mesaj19.03.2009, 10:37 (UTC)    
Mesaj konusu:

bunu deneyiniz
Kod:

<!--  http://www.kodmerkezi.com -->

<HEAD>
<script LANGUAGE="JavaScript">

<!--
var urls = new Array("http://www.siteadi.com","http://www.siteadi.com","http://www.siteadi.com", "http://www.siteadi.com", "http://www.siteadi.com","http://www.siteadi.com");

function wechsleSeite(form){
i = form.menu.selectedIndex;
if (i != 0) {
window.location.href = urls[i]; }
}
//-->

</script>
</HEAD>
<table border=0 CELLSPACING=0 CELLPADDING=0 WIDTH=00% HEIGHT=0% ALIGN="right" VALIGN="MIDDLE">
<TR>
<TD ALIGN="MIDDLE">
<font face="Tahoma,Verdana,Arial" size="2" COLOR="#767676">
<B></B>
<FORM>
<SELECT NAME="menu" onChange="wechsleSeite(this.form)">
<option selected>-- Lütfen Seçiniz --</option>
<OPTION>Seçenek 1
<OPTION>Seçenek 2
<OPTION>Seçenek 3
<OPTION>Seçenek 4
<OPTION>Seçenek 5
</SELECT>
</FORM>
</TD>
</TR>
</TABLE>

<!--  http://www.kodmerkezi.com -->

Mesaj19.03.2009, 12:52 (UTC)    
Mesaj konusu:

teşşekürler çok işime yaradı Smile
______________
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu