<% if reklam_ana_ust=1 then sql="select * from reklamlar where sayfa="&sayfa_ID&" and pozisyon='ana_ust' and aktif=1 order by id desc;" set veriler=mysql_baglanti.execute(sql) if not veriler.eof then veriler.movefirst do while not veriler.eof if veriler("tip")="flash" then %> " height="<%=veriler("boy")%>"> " /> " quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="<%=veriler("en")%>" height="<%=veriler("boy")%>"> <% else %> ">" width="<%=veriler("en")%>" height="<%=veriler("boy")%>" border="0"/> <% end if veriler.movenext loop end if end if %>