s.a arkadaşlar forumda bir cok yerde aradım ama işe yarayan php pop up kodu bulamadım elinde kullan dığınız php pop up kodu varmı takılmadan
calışan php pop-up kodu arıyorum
<script>function clearpopupannouncement(id) {document.getElementById(id).style.display = 'none';}</script>
<DIV ID="ANNLAYER" STYLE="border-left:2px solid 000000; border-right:3px solid 000000; border-top:2px solid 000000; border-bottom:3px solid 000000;
background-color: black; position: absolute; margin-left:5; margin-right:5; margin-top:5; margin-bottom:0; top: 50px; bottom: 50px; left: 50px; right: 50px;
padding: 10px; overflow: auto; ">
<table cellpadding="1" cellspacing="0" border="0" class="tborder" width="75%" align="center"><tr><td>
<table cellpadding="6" cellspacing="1" border="0" width="100%">
<tr>
<td class="panelsurround" align="center">
<div class="panel"><div align="left">
<center><b><font color="#FFFFFF" size="6">popupa yazdıracağın mesaj</font></b><p> </p>
<center>
<input type="button" onclick="clearpopupannouncement('ANNLAYER')" name="clear" value="KAPATMA DÜĞMESİ" class="button" style="font-weight: 700">
<br />
</div></div>
</div></div>
</td>
</tr>
</table>
</td></tr></table>
</div>
Kullandığım popup kodu bu bugüne kadar sorun yaşamadım...