selam arkadaşlar; aşağıdaki tabloda veritabanından benim istediğim bilgileri tablo halinde sıralıyor. Fakat ürün adına tıkladığımda o id'ye ait bilgileri default.asp veya goster.asp de gösteremiyorum (default.asp?id=<%=hsnyilmaz("id")%>">) Teşekkürler. <!--#include file="veriyolu.asp"--><head> <link rel="stylesheet" type="text/css" href="<%=strScriptYolu%>stil.css" /> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" /> <title>Untitled Document</title> </head> <% Set hsnyilmaz=Server.CreateObject("ADODB.Recordset") sql="Select * from haluk" hsnyilmaz.open sql,Sanal,1,3 if request.QueryString("cmd")="sil" then Set hsnyilmaz_sorgusil=Server.CreateObject("ADODB.Recordset") silsql="Delete from hassanrezervon where id="&request.QueryString("id")&"" hsnyilmaz_sorgusil.open silsql,Sanal %> <% =request.QueryString("baslik") %> <meta http-equiv="refresh" content="0;URL=default.asp"> <title>Asp Veri Listeleme</title> <body onLoad="acilis()"> <% end if %> <div style="width:910px;" align="center"> <% do while not hsnyilmaz.eof %> <div style="float:left; width:197px; color: #0000FF; font-size: medium;"> <table width="150" border="2" align="center" height="113"> <tr> <td width="150" height="0" valign="top" class="yonetimyazi"><p> </p> <table width="150"> <tr> <td colspan="2"> <div class="urun_baslik"> <div align="center"> <%= hsnyilmaz("urunkod") %></div></td> </tr> <tr> <td width="179" style="height: 130px"><div align="center"><b><font size="2" color="#02529F"><img src="<%=hsnyilmaz("resim")%>" alt= "" width="141" height="119" border="0"></font></b></div> </tr> <tr> <td colspan="2"> <div class="urun_adi"> <div align="center"><%= hsnyilmaz("urunadi") %></div></td> </tr> <tr> <td class="urunbaslik" style="height: 22px"> <div class="urun_goster"> <div align="center" span> <a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=33754319&url=default.asp?id=<%=hsnyilmaz("id")%>" data-href="default.asp?id=<%=hsnyilmaz("id")%>">Ürün Göster</a></div> </td> </tr> </table></td> </tr> <% Response.Write("<br>") %> </table> </div> <% hsnyilmaz.MoveNext loop %> </div> <p> </p> <p><span class="style8"></span><span class="style"><br> </span><br> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p><strong></strong> <body> </p> </body> </html>