|
»Forumlar »SE ? Core Labs
»Çıkış Yapmak İstiyormusunuz Popup
https://seditio.com.tr/eski1/forums.php?m=posts&q=997 |
| Author: Kaan, Posted: 2010-10-14 13:09 GMT. |
|
??k?? Yapmak ?stiyormusunuz Popup Yap?mc? : Kaan Eklenti Versiyonu: 1.0 Seditio Versiyonu: 100-101-110-120-121-125-130-150 Zorluk Derecesi : Basit A??klama: ??k?? Yapmak ?Stedi?inizde Popup ?eklinde ??k?? Yapmak ?stiyormusunuz Diye Sorar ?n ?zleme : Bu Sitede test edebilirsiniz. system/header.php yi a??n alttakini bulun. Kod: $out['loginout'] = "<a href=\"".$out['loginout_url']."\">".$L['Logout']."</a>"; De?i?tirin Kod: $out['loginout'] = "<a href=\"".$out['loginout_url']."\" onclick=\"return confirm_logout()\">".$L['Logout']."</a>"; skins/temaad?/header.tpl yi a??n </head> bulun ?st?ne ekleyin. Kod: <script type="text/javascript"> <!-- function confirm_logout() { if (confirm('Formumuzdan ??k?? Yapmak ?stiyorumusunuz ?')) { return true; } else { return false; } } function blurAnchors() { if(document.getElementsByTagName) { var a = document.getElementsByTagName("a"); for(var i = 0; i < a.length; i++) { a[i].onfocus = function(){this.blur()}; } } } window.onload = blurAnchors; //--> </script> |
| Powered by Seditio | Print version |