2 messaggi dal 06 gennaio 2005
www.styleforstyle.it
Vorrei che in ogni riga apparrissero tre tabbelle e che dopo 9 tabbelle apparisse: Pag 1-2-3- ecc. con le tabbelle successive come posso fare???

questo è il codice della tabella che recupera dei dati da un data base...ma purtroppo ora riesco solo ad averla una per riga...

grazie in anticipo a tutti coloro che sapranno aiutarmi...


<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#Include file="cn.asp"-->
<%
dim rs
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>:: | GARMI | ::</title>
<meta name="generator" content="Namo WebEditor v6.0">
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"><LINK
href="global.css" type=text/css
rel=stylesheet>
</head>
<body text="black" link="blue" vlink="purple" alink="red" topmargin="0" marginheight="0" style="scrollbar-base-color:white;" leftmargin="0" marginwidth="0" bgcolor="white">
<table border="0" width="665" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="664" height="165" style="border-left-width:1; border-left-style:none;">
<p align="center"><font color="#FF0000"><%if not request.QueryString("cid")<>"" then%>
</font><%end if%>
<%
if request.QueryString("cid")<>"" then
set rs = cn.execute("Select * From Products Where CategoryID=" & request.QueryString("cid"))
end if
%>
<%
if not rs.eof then
while not rs.eof
%>
</p>
<TABLE cellSpacing=0 cellPadding=0 border=0 width="123" align="center">
<TR>
<TD width="123" height="12">
<DIV align=center>
<P><strong><font size="2" face="Verdana"><%=rs.fields("productname")%></font></strong></DIV></TD>
</TR>
<TR>
<td width="123" height="111">
<P align="center"><img name="image" src='/public/images/<%=rs.fields("image")%>' alt="" width="100" height="130"></td>
</TR>
<TR>
<td width="123" height="13">
<P>? <font size="2" face="Verdana, Arial, Helvetica, sans-serif"><font color="#FF0000"><%=rs.fields("price")%></font></font></P>
</td>
</TR>
</TABLE>

<p align="center" style="line-height:1; margin-top:1; margin-bottom:1;"><%
rs.movenext
wend
else
'response.Write("No products")
end if
%>
</p>
</td>
</tr>
</table>
</body>
</html>

Grazieeeeeeeee
2.907 messaggi dal 15 maggio 2001
Contributi
Dai un'occhiata all'articolo di Daniele

Clicca qui

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.