2 messaggi dal 06 gennaio 2005
www.styleforstyle.it
Qualcuno sa dirmi dove sbaglio, dovrei creare un menù che riceve informazioni da un data base...
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#Include file="cn.asp"-->
<%
dim rs
dim rs1
dim rs2
dim cn
dim msg

set cn = Server.CreateObject("Adodb.Connection")
set rs = server.CreateObject("Adodb.Recordset")
cn.Open Conn
sqlstring = "Select * From ProductCategories"
rs.open sqlstring, cn


%>
<HTML><HEAD><TITLE>Foto Capulli</TITLE>
<SCRIPT language=javascript>
<!--
function doRedirect(myObject) {
if (myObject.options[myObject.selectedIndex].value!="") {
top.location.href=myObject.options[myObject.selectedIndex].value;
} else {
return false;
}
}
// -->
</SCRIPT>
</HEAD>
<BODY topmargin="0" marginheight="0" bgcolor="#010623">
<p> </p>

<TABLE cellSpacing=0 cellPadding=0 align=center border=0 width="733">
<TR>
<td width="733" height="325" valign="top">
<p align="center" style="margin-top:10;"><font size="2" face="Verdana" color="white"><b>GALLERIA: </b></font><select name=select id="category" onchange=doRedirect(this)">
<option value="0" selected>Select</option>
<option value="0">-</option>
<option value='<%=rs.fields("CategoryID")%>' <%if CLng(Category)=rs.fields("CategoryID") then response.Write("Selected")%>><%=rs.fields("CategoryName")%></option>
</select>

Grazieeeeeeeee
593 messaggi dal 09 ottobre 2002
www.dotnetside.org
Risponderemmo volentieri se ci indichi qual è l'errore senza costringerci ad indovinare logica e metodo del tuo script.

Pochi post. Anzi, quasi quasi spengo
http://www.dotnetside.org/

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.