• 13-04-2010, 15:22:55
    #1
    Üyeliği durduruldu
    arkadaşlar aşagıdaki pop kodunda bir zaman ayarı var ama nerede bulamadı onu iptal etmek yada süresini kısaltmak istiyorum, yardımcı olursanız sevinirim..

    document.write('<DIV onselectstart="return false;" onmousedown="return popupWinespopup_DragDrop(event);" id=popupWin style=" right:0px; bottom:0px; DISPLAY: none; Z-INDEX: 9999; RIGHT: 0px; BACKGROUND: #e0e9f8;BOTTOM: 0px; POSITION: absolute; HEIGHT: 123px"><DIV id=popupWin_header style="DISPLAY: none; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=\'#FFE0E9F8\', EndColorStr=\'#FFFFFFFF\'); LEFT: 2px; FONT: 11px arial,sans-serif; WIDTH: 201px; CURSOR: default; COLOR: #1f336b; POSITION: absolute; TOP: 2px; HEIGHT: 14px; TEXT-DECORATION: none"><b></b><SPAN onmousedown=event.cancelBubble=true; onmouseover="style.color=\'#455690\';" style="RIGHT: 3px; FONT: bold 12px arial,sans-serif; CURSOR: pointer; COLOR: #728eb8; POSITION: absolute; TOP: 2px" onclick=popupWinespopup_Close() onmouseout="style.color=\'#728EB8\';"></SPAN></DIV><DIV onmousedown=event.cancelBubble=true; id=popupWin_content style="padding:2px; border-right:0px solid #b9c9ef; border-top:0px solid #728eb8; DISPLAY: none; BACKGROUND: #e0e9f8; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=\'#FFE0E9F8\', EndColorStr=\'#FFFFFFFF\'); LEFT: 0px; OVERFLOW: hidden; BORDER-LEFT: 0px solid #728eb8; WIDTH: 201px; BORDER-BOTTOM: 0px solid #b9c9ef; POSITION: absolute; TOP: 0px; HEIGHT: 116px; TEXT-ALIGN: center">');
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1" height="1">');
    document.write('<param name="movie" value="http://a.garantiarkadas.com/images/popup/sound.swf" />');
    document.write('<param name="quality" value="high" />');
    document.write('<embed src="http://a.garantiarkadas.com/images/popup/sound.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1" height="1"></embed></object>');
    document.write('<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber5">');
    document.write('<tr>');
    document.write('<td>');
    document.write('<div align="center"><span class="txt1">');
    document.write('<a target="_blank" href="http://www.açılacaksayfa.com"><img id="mPic" src="http://www.resimyolu.com" width="201" height="116" border="0"> </a></span></div></td>');
    document.write('</tr>');
    document.write('</table>');
    document.write('</DIV></DIV>');
      
    function setCookie(name, value, expires, path, domain, secure) {
        document.cookie= name + "=" + escape(value) +
            ((expires) ? "; expires=" + expires.toGMTString() : "") +
            ((path) ? "; path=" + path : "") +
            ((domain) ? "; domain=" + domain : "") +
            ((secure) ? "; secure" : "");
    }
     
    function getCookie(name) {
        var dc = document.cookie;
        var prefix = name + "=";
        var begin = dc.indexOf("; " + prefix);
        if (begin == -1) {
            begin = dc.indexOf(prefix);
            if (begin != 0) return null;
        } else {
            begin += 2;
        }
        var end = document.cookie.indexOf(";", begin);
        if (end == -1) {
            end = dc.length;
        }
        return unescape(dc.substring(begin + prefix.length, end));
    }
     
    function deleteCookie(name, path, domain) {
        if (getCookie(name)) {
            document.cookie = name + "=" +
                ((path) ? "; path=" + path : "") +
                ((domain) ? "; domain=" + domain : "") +
                "; expires=Thu, 01-Jan-70 00:00:01 GMT";
        }
    }
     
    function get_random()
    {
        var ranNum= Math.floor(Math.random()*6);
        if (ranNum==0) ranNum=get_random();
        return ranNum;
    }
     
    var picLink = 'http://resimyolu.com_'+get_random()+'.gif';
    document.getElementById('mPic').src=picLink;
     
     
       //<![CDATA[ 
            var popupWinoldonloadHndlr=window.onload, popupWinpopupHgt, popupWinactualHgt, popupWintmrId=-1, popupWinresetTimer; 
            var popupWintitHgt, popupWincntDelta, popupWintmrHide=-1, popupWinhideAfter=-1, popupWinhideAlpha, popupWinhasFilters=true; 
            var popupWinnWin, popupWinshowBy=null, popupWindxTimer=-1, popupWinpopupBottom; 
     
            var popupWinnText,popupWinnMsg,popupWinnTitle,popupWinbChangeTexts=false; 
    var _ckx = getCookie('GA_M'); 
     
    	if (!_ckx) { 
            window.onload=popupWinespopup_winLoad; 
    	} 
    	setCookie('GA_M','1'); 
            
            function popupWinespopup_ShowPopup(show) 
            { 
              if (popupWindxTimer!=-1) { el.filters.blendTrans.stop(); } 
     
              if ((popupWintmrHide!=-1) && ((show!=null) && (show==popupWinshowBy))) 
              { 
                clearInterval(popupWintmrHide); 
                popupWintmrHide=setInterval(popupWinespopup_tmrHideTimer,popupWinhideAfter); 
                return; 
              } 
              if (popupWintmrId!=-1) return; 
              popupWinshowBy=show; 
     
              elCnt=document.getElementById('popupWin_content') 
              elTit=document.getElementById('popupWin_header'); 
              el=document.getElementById('popupWin'); 
              el.style.right='208px'; 
              el.style.top=''; 
              el.style.filter=''; 
     
              if (popupWintmrHide!=-1) clearInterval(popupWintmrHide); popupWintmrHide=-1; 
     
              document.getElementById('popupWin_header').style.display='none'; 
              document.getElementById('popupWin_content').style.display='none'; 
     
              if (navigator.userAgent.indexOf('Opera')!=-1) 
                el.style.bottom=(document.body.scrollHeight*1-document.body.scrollTop*1 
                                -document.body.offsetHeight*1+1*popupWinpopupBottom)+'px'; 
              
              if (popupWinbChangeTexts) 
              { 
                popupWinbChangeTexts=false; 
                document.getElementById('popupWinaCnt').innerHTML=popupWinnMsg; 
                document.getElementById('popupWintitleEl').innerHTML=popupWinnTitle; 
              } 
     
              popupWinactualHgt=0; el.style.height=popupWinactualHgt+'px'; 
              el.style.visibility=''; 
              if (!popupWinresetTimer) el.style.display=''; 
              popupWintmrId=setInterval(popupWinespopup_tmrTimer,(popupWinresetTimer?1000:20)); 
            } 
     
            function popupWinespopup_winLoad() 
            { 
              if (popupWinoldonloadHndlr!=null) popupWinoldonloadHndlr(); 
     
              elCnt=document.getElementById('popupWin_content') 
              elTit=document.getElementById('popupWin_header'); 
              el=document.getElementById('popupWin'); 
              popupWinpopupBottom=el.style.bottom.substr(0,el.style.bottom.length-2); 
              
              popupWintitHgt=elTit.style.height.substr(0,elTit.style.height.length-2); 
              popupWinpopupHgt=el.style.height; 
              popupWinpopupHgt=popupWinpopupHgt.substr(0,popupWinpopupHgt.length-2); popupWinactualHgt=0; 
              popupWincntDelta=popupWinpopupHgt-(elCnt.style.height.substr(0,elCnt.style.height.length-2)); 
     
              if (true) 
              { 
                popupWinresetTimer=true; 
                popupWinespopup_ShowPopup(null); 
              } 
            } 
     
     
            function popupWinespopup_tmrTimer() 
            { 
              el=document.getElementById('popupWin'); 
              if (popupWinresetTimer) 
              { 
                el.style.display=''; 
                clearInterval(popupWintmrId); popupWinresetTimer=false; 
                popupWintmrId=setInterval(popupWinespopup_tmrTimer,20); 
              } 
              popupWinactualHgt+=5; 
              if (popupWinactualHgt>=popupWinpopupHgt)
              {
                popupWinactualHgt=popupWinpopupHgt; clearInterval(popupWintmrId); popupWintmrId=-1;
                document.getElementById('popupWin_content').style.display='';
                if (popupWinhideAfter!=-1) popupWintmrHide=setInterval(popupWinespopup_tmrHideTimer,popupWinhideAfter);
              }
              if (popupWintitHgt<popupWinactualHgt-6) 
                document.getElementById('popupWin_header').style.display=''; 
              if ((popupWinactualHgt-popupWincntDelta)>0)
              {
                elCnt=document.getElementById('popupWin_content')
                elCnt.style.display='';
                elCnt.style.height=(popupWinactualHgt-popupWincntDelta)+'px';
              }
              el.style.height=popupWinactualHgt+'px';
            }
            
            function popupWinespopup_tmrHideTimer()
            {
              clearInterval(popupWintmrHide); popupWintmrHide=-1;
              el=document.getElementById('popupWin');
              if (popupWinhasFilters)
              {
                backCnt=document.getElementById('popupWin_content').innerHTML;
                backTit=document.getElementById('popupWin_header').innerHTML;
                document.getElementById('popupWin_content').innerHTML='';
                document.getElementById('popupWin_header').innerHTML='';
                el.style.filter='blendTrans(duration=1)';
                el.filters.blendTrans.apply();
                el.style.visibility='hidden';
                el.filters.blendTrans.play();
                document.getElementById('popupWin_content').innerHTML=backCnt;
                document.getElementById('popupWin_header').innerHTML=backTit;
                
                popupWindxTimer=setInterval(popupWinespopup_dxTimer,1000);
              }
              else el.style.visibility='hidden';
            }
            
            function popupWinespopup_dxTimer()
            {
              clearInterval(popupWindxTimer); popupWindxTimer=-1;
            }
         
            function popupWinespopup_Close()
            {
              if (popupWintmrId==-1)
              {
                el=document.getElementById('popupWin');
                el.style.filter='';
                el.style.display='none';
                if (popupWintmrHide!=-1) clearInterval(popupWintmrHide); popupWintmrHide=-1;
                
              }
            }
        
     
     
            var popupWinmousemoveBack,popupWinmouseupBack;
            var popupWinofsX,popupWinofsY;
            function popupWinespopup_DragDrop(e)
            {
              popupWinmousemoveBack=document.body.onmousemove;
              popupWinmouseupBack=document.body.onmouseup;
              ox=(e.offsetX==null)?e.layerX:e.offsetX;
              oy=(e.offsetY==null)?e.layerY:e.offsetY;
              popupWinofsX=ox; popupWinofsY=oy;
     
              document.body.onmousemove=popupWinespopup_DragDropMove;
              document.body.onmouseup=popupWinespopup_DragDropStop;
              if (popupWintmrHide!=-1) clearInterval(popupWintmrHide);
            }
     
            function popupWinespopup_DragDropMove(e)
            {
              el=document.getElementById('popupWin');          
              if (e==null&&event!=null)
              {
                el.style.left=(event.clientX*1+document.body.scrollLeft-popupWinofsX)+'px';
                el.style.top=(event.clientY*1+document.body.scrollTop-popupWinofsY)+'px';
                event.cancelBubble=true;
              }
              else
              {
                el.style.left=(e.pageX*1-popupWinofsX)+'px';
                el.style.top=(e.pageY*1-popupWinofsY)+'px';
                e.cancelBubble=true;
              }
              if ((event.button&1)==0) popupWinespopup_DragDropStop();
            }
     
            function popupWinespopup_DragDropStop()
            {
              document.body.onmousemove=popupWinmousemoveBack;
              document.body.onmouseup=popupWinmouseupBack;
            }
     
          //]]>
  • 13-04-2010, 22:20:32
    #2
    popupWintmrId=setInterval(popupWinespopup_tmrTimer ,(popupWinresetTimer?1000:20));

    Kirmizi yerdeki zaman birimi olmasi gerekir degistirerek deneme yanilma yapabilirsiniz

    ariycaginiz kelime ( Timer )