Konu: Wp Popup Kodu
12.09.2011 10:09
<script> function popup( URLgit, width, height ) { window.open(URLgit,'fensterln','scrollbars=yes,status=no,menubar=no,resizable=no,location=no,toolbar=no,width=' + width + ',height=' + height); } </script>