duyuru.asp yi şu şekilde değiştir bakalım;

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>BKA_Duyuru_Ver.1.0.asp</title>
<SCRIPT LANGUAGE="JavaScript">
<!--
function pencere() {
window.open("","pencere","width=340,height=340,resizable=no,status=no,scrollbars=yes")
}
// -->

</SCRIPT>
</head>
<body>
<!-- #include file="dahili.asp" -->
<% 
Rs.Open "SELECT * FROM admin", Baglanti, 1, 3
color=  Rs("color")
size=   Rs("size")
hizli=  Rs("hizli")
yavas=  Rs("yavas")
yon=    Rs("yon")
bgcolor= Rs("bgcolor")
tekrar= Rs("tekrar")
width=  Rs("width")
height= Rs("height")
rs.close
%>
<marquee width="526" height="25" bgcolor="<%=bgcolor%>" id="kayanyazi" direction="<%=yon%>" scrollamount="<%=hizli%>" OnMouseOver="this.scrollAmount=<%=yavas%>" OnMouseOut="this.scrollAmount=<%=hizli%>">
<font color="<%=color%>" size="<%=size%>">
<b>
<%Rs.Open "SELECT * FROM duyurular", Baglanti, 1, 3
do while not rs.eof%>
<a href="duyuru/duyuru_aciklama.asp?id=<%=Rs("Id")%>" onClick="pencere()" TARGET="pencere"><%=Rs("Baslik")%></a>      &nbsp; 
<%rs.movenext
loop
rs.close%>
</font>
</marquee>

</body>
</html>