کد Pop-UP میخوام کمک کنید

bebe

Member
سلام دوستان من نیاز شدید به این قسمت تبلیغاتی که تو این سایت هست دارم
http://danlod.com/faindex.php
همون توی بالای صفحه یه صفحه کوچیک هست که بالاش یه عکس هست که دستش رو تکون میده و پایین رو نشون میده
اگه لطف کنید بهم بدید ممنون میشم حالا اگه این نبود ولی شبیه این بود هم مشکلی نیست
منتظرم
 

echessdesign

مدیر انجمن طراحی وب
درود بر شما
لطفا این کد ها را در صفحه خود به کار برید:
HTML:
 <html dir="rtl">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="fa">
<title>x بستن اين پنجره</title>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var expDays = 30;
var exp = new Date(); 
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));

function getCookieVal (offset) {  
var endstr = document.cookie.indexOf (";", offset);  
if (endstr == -1)    
endstr = document.cookie.length;  
return unescape(document.cookie.substring(offset, endstr));
}
function GetCookie (name) {  
var arg = name + "=";  
var alen = arg.length;  
var clen = document.cookie.length;  
var i = 0;  
while (i < clen) {    
var j = i + alen;    
if (document.cookie.substring(i, j) == arg)      
return getCookieVal (j);    
i = document.cookie.indexOf(" ", i) + 1;    
if (i == 0) break;   
}  
return null;
}
function SetCookie (name, value) {  
var argv = SetCookie.arguments;  
var argc = SetCookie.arguments.length;  
var expires = (argc > 2) ? argv[2] : null;  
var path = (argc > 3) ? argv[3] : null;  
var domain = (argc > 4) ? argv[4] : null;  
var secure = (argc > 5) ? argv[5] : false;  
document.cookie = name + "=" + escape (value) + 
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + 
((path == null) ? "" : ("; path=" + path)) +  
((domain == null) ? "" : ("; domain=" + domain)) +    
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) {  
var exp = new Date();  
exp.setTime (exp.getTime() - 1);  
var cval = GetCookie (name);  
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}

var favorite = GetCookie('language');

if (favorite != null) {
switch (favorite) {
case 'farsi' : 	url = 'http://fa.danlod.com'; // change these!
	     	break;
case 'english' : 	url = 'http://en.danlod.com'; 
	     	break;
}
// window.location.href = url;
}
//  End -->
</script>
<script language="JavaScript1.2">

// Script Source: CodeLifter.com
// Copyright 2003
// Do not remove this header

isIE=document.all;
isNN=!document.all&&document.getElementById;
isN4=document.layers;
isHot=false;

function ddInit(e){
  topDog=isIE ? "BODY" : "HTML";
  whichDog=isIE ? document.all.theLayer : document.getElementById("theLayer");  
  hotDog=isIE ? event.srcElement : e.target;  
  while (hotDog.id!="titleBar"&&hotDog.tagName!=topDog){
    hotDog=isIE ? hotDog.parentElement : hotDog.parentNode;
  }  
  if (hotDog.id=="titleBar"){
    offsetx=isIE ? event.clientX : e.clientX;
    offsety=isIE ? event.clientY : e.clientY;
    nowX=parseInt(whichDog.style.left);
    nowY=parseInt(whichDog.style.top);
    ddEnabled=true;
    document.onmousemove=dd;
  }
}

function dd(e){
  if (!ddEnabled) return;
  whichDog.style.left=isIE ? nowX+event.clientX-offsetx : nowX+e.clientX-offsetx; 
  whichDog.style.top=isIE ? nowY+event.clientY-offsety : nowY+e.clientY-offsety;
  return false;  
}

function ddN4(whatDog){
  if (!isN4) return;
  N4=eval(whatDog);
  N4.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP);
  N4.onmousedown=function(e){
    N4.captureEvents(Event.MOUSEMOVE);
    N4x=e.x;
    N4y=e.y;
  }
  N4.onmousemove=function(e){
    if (isHot){
      N4.moveBy(e.x-N4x,e.y-N4y);
      return false;
    }
  }
  N4.onmouseup=function(){
    N4.releaseEvents(Event.MOUSEMOVE);
  }
}

function hideMe(){
  if (isIE||isNN) whichDog.style.visibility="hidden";
  else if (isN4) document.theLayer.visibility="hide";
}

function showMe(){
  if (isIE||isNN) whichDog.style.visibility="visible";
  else if (isN4) document.theLayer.visibility="show";
}

document.onmousedown=ddInit;
document.onmouseup=Function("ddEnabled=false");

</script>

			<script language="javascript" src="http://danlod.com/fasite/farsi.js" type="text/javascript"></script>
			<script type="text/javascript" src="http://danlod.com/fasite/popup.js"></script>
			<script language="JavaScript" type="text/JavaScript"><!--

var urlArray = new Array(9); //for URL's, increase size as necessary
var banArray = new Array(9); //for banners, increase size as necessary
var counter = 1;
var url = "http://danlod.net/"; //initial URL

//add your necessary URL's
urlArray[0] = "http://products.danlod.net/2007/03/000036.php";
urlArray[1] = "http://products.danlod.net/2007/03/000034.php";
urlArray[2] = "http://products.danlod.net/2007/03/000032.php";
urlArray[3] = "http://products.danlod.net/2007/03/000035.php";
urlArray[4] = "http://products.danlod.net/2007/03/000018.php";
urlArray[5] = "http://products.danlod.net/2007/03/000031.php";
urlArray[6] = "http://products.danlod.net/2007/03/000033.php";
urlArray[7] = "http://products.danlod.net/2007/03/000028.php";
urlArray[8] = "http://danlod.net";


if(document.images) //pre-load all banner images
{
  for(i = 0; i < 9; i++)
  {
    banArray[i] = new Image(125, 123);
    banArray[i].src = "http://danlod.com/fasite/banners/product-ads" + (i+1) + ".jpg";
  }
}


function changeBanner() //banner changer function
{
  if(counter > 8)
   counter = 0;

  document.banner.src = banArray[counter].src; //sets a new banner

  url = urlArray[counter]; //sets a new URL to the banner
  counter++; //increase the counter for the next banner
}

//calls the changeBanner() function every 3 seconds
//change the timer as necessary (minutes * 60000) or (seconds * 1000)
var timer = window.setInterval("changeBanner()", 3000);

//--></script>
</head>

<body>
<div id="theLayer" style="border:1px solid #005599; position:absolute;width:350px;height:400px;left:290px;top:400px;visibility:visible; background-color:#ffffff" align="right" dir="rtl">
<table border="0" width="100%" cellspacing="0" cellpadding="0" style="font-family: Tahoma; font-size: 9pt" height="100%">
	<tr>
		<td height="14">
<a href="#" onClick="hideMe();return false">&nbsp;<b>x بستن اين پنجره</b></a></td>
	</tr>
	<tr>
		<td align="center" height="86">
		<img border="0" src="click.gif" width="125" height="70"><br>
		<a href="http://danlod.net/">
		<img border="0" src="danlod-logo.gif" width="117" height="144"></a><br>
		<font color="#FF9900"><b>جديدترين محصولات نرم افزاري در فروشگاه اينترنتي 
		دانلود</b></font></td>
	</tr>
	<tr>
		<td align="right" style="padding-right: 5px">
		<img border="0" src="arrow5.gif" width="8" height="10" hspace="8"><a target="_blank" href="http://products.danlod.net/2007/08/000140.php">فتوشاپ 
		CS3 Me (پشتيباني از فارسي)</a></td>
	</tr>
	<tr>
		<td align="right" style="padding-right: 5px">
		<img border="0" src="arrow5.gif" width="8" height="10" hspace="8"><a target="_blank" href="http://products.danlod.net/2007/07/000137.php">تمامی 
		نرم افزارهای گرافیکی، میکس و مونتاژ ، ساخت فیلم و طراحی وب سایت کمپانی 
		Adobe</a></td>
	</tr>
	<tr>
		<td align="right" style="padding-right: 5px">
		<img border="0" src="arrow5.gif" width="8" height="10" hspace="8"><a target="_blank" href="http://products.danlod.net/2007/06/000133.php">نرم 
		افزارهاي نورتون 2007</a></td>
	</tr>
	<tr>
		<td align="right" style="padding-right: 5px">
		<img border="0" src="arrow5.gif" width="8" height="10" hspace="8"><a target="_blank" href="http://products.danlod.net/2007/06/000128.php">ویندوز 
		مدیا سنتر 2005 (ویندوز هزاره سوم)</a></td>
	</tr>
	<tr>
		<td align="right" style="padding-right: 5px">
		<img border="0" src="arrow5.gif" width="8" height="10" hspace="8"><a target="_blank" href="http://products.danlod.net/2007/05/000069.php">قدرتمندترين 
		نرم افزار آموزش 29 زبان دنيا</a></td>
	</tr>
	<tr>
		<td align="right" style="padding-right: 5px">
		<img border="0" src="arrow5.gif" width="8" height="10" hspace="8"><a target="_blank" href="http://products.danlod.net/2007/06/000125.php">بهترين 
		هاي نوکيا 2007</a></td>
	</tr>
</table>
</div>

</body>

</html>
پاینده باشید.
 

StarSoheil

Member
echessdesign
با سلام خدمت شما. خواستم اگه براتون مقدور هست کد popup شکل زیر رو بدین:
8b74kyd.jpg


و یک راهنمایی کنید که چطور میشه این popup رو طوری تنظیم کرد که هر ip که مثلا امروز این popup براش باز شد تا 24 ساعت دیگه popup براش باز نشه.

با تشکر
 

جدیدترین ارسال ها

بالا