Konu Başlığı: Firefoxda Pulldown Sorunu
View Single Post
Sponsorlu Bağlantılar
Zoque.Forum
Advertisement
Old 28.01.2007   #1 (permalink)
sanchez
 
sanchez's Avatar
 
Üyelik Tarihi: 16.08.2005
Yer: Istanbul
Yaş: 25
Mesaj: 141
Firefoxda Pulldown Sorunu

Arkadaşlar merhaba,
http://www.benyaptim.net
adresinde bir pulldown menu kullandım portfolyo kategorisi için;

Fakat firefoxda çalılmıyor.

Listelemek için kullandığım kod:

Alıntı:
<select name="Categories" class="pulldown_portfolyo" onchange="javascript:OnChange();">
<%
set RecSet = Connection.Execute("SELECT * FROM Categories ORDER BY CategoryOrderNo")
while not RecSet.Eof
%>
<option
<%
if RecSet("CategoryNo") = CInt(CategoryNo) then
Response.Write " selected"
end if
%> value=<%=RecSet("CategoryNo")%>><%=RecSet("Categor yName")%></option>
<%
RecSet.MoveNext
wend
RecSet.Close
%>
</select>
Seçildiğinde de kullandığım kod budur:
Alıntı:
<script language="JavaScript" type="text/JavaScript">
function OnChange()
{
var location = "portfolyo.ASP?CategoryNo=" + Categories.value;
document.location = location;
}
</script>
fakat bir türlü çalışmıyor firefoxda.
Sağlam çalışan bir örneği olan varmı. Yada hata nerdedir.

Teşekkürler.
__________________
Ben YAPTIM! - Portfolyo
sanchez şu an çevrimdışı   Mesajdan alıntı yaparak yeni bir cevap ekleyin