1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | <script>function openpopup(){//configure "seeyou.htm and the window dimensions as desiredwindow.open("seeyou.htm","","width=300,height=338")};function get_cookie(Name) {var search = Name + "="var returnvalue = "";if (document.cookie.length > 0) {offset = document.cookie.indexOf(search)if (offset != -1) {// if cookie existsoffset += search.length;// set index of beginning of valueend = document.cookie.indexOf(";",offset);// set index of end of cookie valueif (end == -1) end = document.cookie.length;returnvalue=unescape(document.cookie.substring(offset, end))}}return returnvalue;}function loadpopup(){if (get_cookie('popped')==''){openpopup()document.cookie="popped=yes"}} </script> |
Ý kiến bạn đọc [ 0 ]
Ý kiến của bạn