Yönetim paneli>>afişasmak>>genel bilgiler>>anasayfa mesajı>Ekleyin
- Kod:
[/b][b][font=Courier New]<script type="text/javascript">
function showBlock(blockId)
{
document.getElementById(blockId).style.display = "block";
}
function hideBlock(blockId)
{
document.getElementById(blockId).style.display = "none";
}
</script>
<a href="javascript:showBlock('block1')">SİTE DUYURULARI İÇİN TIKLAYINIZ</a>
<div id="block1" style="display: none">
<p>
<table height="307" width="469" background="http://80.190.202.79/pic/a/audici/flachblid1.gif"><tr align="center"> <td align="center"> <table width="400" align="center"><tr><td> <marquee direction="up" scrollamount="2" align="center"><font color="white"><center>YAZINIZI BURAYA YAZACAKSINIZ HOŞGELDİN 2009</center></font></marquee> </td></tr></table></td></tr></table></p>
<p>BY SHANEX</p>
<p> <a href="javascript:hideBlock('block1')">KAPAT</a>.
</div>[/font]
Hayırlı Olsun