تاريخ : شنبه 25 آذر 1391برچسب:, | 17:43 | نویسنده : اميرعلى

توظيح: فقط بايد به جاى آدرس وب من آدرس وب خودتون را بنويسيد

اينم كد:

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->


<table BORDER="0" WIDTH="222" HEIGHT="18">

  <tr>

    <td WIDTH="214" HEIGHT="10">

    <form NAME="search" ID="search" ACTION="http://search.msn.com/results.asp" METHOD="get">

      <p align="center"><font FACE="arial" SIZE="2"><strong>Search

      <font COLOR="#808080">the Web </font></strong></font><font size="2"><br>

      </font>

      <input TYPE="text" ID="q" SIZE="18" MAXLENGTH="251" NAME="q" VCARD_NAME="SearchText"><input TYPE="submit" VALUE="Search" NAME="B1"><input TYPE="hidden" NAME="FORM" VALUE="FRNT"><input TYPE="hidden" NAME="un" VALUE="doc"><input TYPE="hidden" NAME="v" VALUE="1"></p>

    </form>

    </td>

  </tr>

  <tr>

    <td WIDTH="214" HEIGHT="21" VALIGN="bottom">

    <p ALIGN="center"><a href="http://www.javacode.loxblog.com">

<font size="2" color="#FFFF00">http://www.javacode.loxblog.com</font></a></td>

  </tr>

</table>

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->

 

 



تاريخ : شنبه 25 آذر 1391برچسب:, | 15:52 | نویسنده : اميرعلى

 توظيح:فقط آدرس عكس هايتان را در آنجا بنويسيد كه نوشته آدرس عكس

اينم كد:

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->


<script>pic = new Array(2);

pic[0] ='آدرس عكس'

pic[1] ='آدرس عكس'

pic[2] ='آدرس عكس'

index = Math.floor(Math.random() * pic.length);</script>

</body>

</html>

</body>

</html>


<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->

 

 



تاريخ : چهار شنبه 22 آذر 1391برچسب:, | 16:9 | نویسنده : اميرعلى

 اينم كد:

 <!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->


<script LANGUAGE="JavaScript1.2">


var intervals=1000

var sparksOn     = true;

var speed        = 25;

var power        = 1;



var documentWidth=documentHeight=randomx=randomy=leftcorner=topcorner=0

var ns=(document.layers);

var ie=(document.all);

var sparksAflyin = false;

var allDivs      = new Array(10);

var totalSparks  = 0;



function initAll(){

if(!ns && !ie){

sparksOn = false;

return;

}

setInterval("firework()",intervals)


if (ns)

document.captureEvents(Event.MOUSEDOWN | Event.MOUSEMOVE);

for(dNum=0; dNum<7; ++dNum){

if(ie)

allDivs[dNum]=eval('document.all.sDiv'+dNum+'.style');

else

allDivs[dNum]=eval('document.layers["sDiv'+dNum+'"]');

}

}


function firework(){

//below code detects the browser dimenions

if (ie){

documentWidth=document.body.clientWidth

documentHeight=document.body.clientHeight

leftcorner=document.body.scrollLeft

topcorner=document.body.scrollTop

}

else if (ns){

documentWidth=window.innerWidth

documentHeight=window.innerHeight

leftcorner=pageXOffset

topcorner=pageYOffset


}

//below code randomly generates a set of coordinates that fall within the dimension

randomx=leftcorner+Math.floor(Math.random()*documentWidth)

randomy=topcorner+Math.floor(Math.random()*documentHeight)



if(sparksOn){

if(!sparksAflyin){

sparksAflyin=true;

totalSparks=0;

for(var spark=0;spark<=6;spark++){

dx=Math.round(Math.random()*50);

dy=Math.round(Math.random()*50);

moveTo(spark,randomx,randomy,dx,dy);

}

}

}

}


function moveTo(i,tempx,tempy,dx,dy){

if(ie){

if(tempy+80>(document.body.offsetHeight+document.body.scrollTop))

tempy=document.body.offsetHeight+document.body.scrollTop-80;

if(tempx+80>(document.body.offsetWidth+document.body.scrollLeft))

tempx=document.body.offsetWidth+document.body.scrollLeft-80;

}

if(tempx>-50&&tempy>-50){

tempx+=dx;tempy+=dy;

allDivs[i].left=tempx;

allDivs[i].top=tempy;

dx-=power;dy-=power;

setTimeout("moveTo("+i+","+tempx+","+tempy+","+dx+","+dy+")",speed)

}

else

++totalSparks

if(totalSparks==7){

sparksAflyin=false;

totalSparks=0;

}

}

window.onload=initAll

</script>

<style>

#sDiv0 {position:absolute; height:1; width:1; font-family:arial black; font-size:35px; color:Aqua;}

#sDiv1 {position:absolute; height:1; width:1; font-family:arial black; font-size:22px; color:red;}

#sDiv2 {position:absolute; height:1; width:1; font-family:arial black; font-size:30px; color:blue;}

#sDiv3 {position:absolute; height:1; width:1; font-family:arial black; font-size:20px; color:orange;}

#sDiv4 {position:absolute; height:1; width:1; font-family:arial black; font-size:23px; color:yellow;}

#sDiv5 {position:absolute; height:1; width:1; font-family:arial black; font-size:25px; color:lightgreen;}

#sDiv6 {position:absolute; height:1; width:1; font-family:arial black; font-size:20px; color:silver;}

</style>

<p></p>

<div id="sDiv0">

  *</div>

<div id="sDiv1">

  *</div>

<div id="sDiv2">

  *</div>

<div id="sDiv3">

  *</div>

<div id="sDiv4">

  *</div>

<div id="sDiv5">

  *</div>

<div id="sDiv6">

  *</div>


<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->

 

 



تاريخ : چهار شنبه 22 آذر 1391برچسب:, | 15:37 | نویسنده : اميرعلى

 اينم كد:

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->

<P align=center style="margin-top: -1px; margin-bottom: -1px">

<iframe name="UpDap1" scrolling="no" border="0" frameborder="0" src="http://www.updap.com/upframe1.php?" width="160" height="160">

Your browser does not support inline frames or is currently configured not to display inline frames.

</iframe></p>

<font face="Tahoma" size="2">

<a target="_blank" href="http://www.Javacode.loxblog.com">بهترين كد هاى جاوا</a></font></p></p>



<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->

 



تاريخ : سه شنبه 21 آذر 1391برچسب:, | 19:20 | نویسنده : اميرعلى

 اينم كد:

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->


<SCRIPT language=VBScript>

   <!--

   Dim Bar, Line, SP

   Bar = 0 

   Line = "|"

   sP = 200

 Function Window_onLoad()

     Bar = 95

     sP = 10

   END Function

   

   Function Count()

   If Bar < 100 Then

      Bar = Bar + 1

      Window.Status = "در حال بارگذاري صفحه ...." & Bar & "%" & " " & String(Bar, Line)

      setTimeout "Count()", SP

   Else

      Window.Status = ""

      Document.Body.Style.Display = "" 

   End If 

   End Function

      Call Count()

   -->

</SCRIPT>



<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->

 



تاريخ : سه شنبه 21 آذر 1391برچسب:, | 19:9 | نویسنده : اميرعلى

 توظيح:خيلى فوق العاده است در عوض خيلى حجمش زياد است

اينم كد:

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->



</head>

<STYLE type=text/css>INPUT {

FONT-SIZE: small ; WIDTH: 100%}

BODY {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: x-small; PADDING-BOTTOM: 0px; MARGIN: 2px; PADDING-TOP: 0px; FONT-FAMILY: tahoma}

TD {VERTICAL-ALIGN: middle; TEXT-ALIGN: center}

TABLE {BORDER-RIGHT: #000 dashed ; BORDER-TOP: #000 dashed; MARGIN: 1px; BORDER-LEFT: #000 dashed; BORDER-BOTTOM: #000 dashed

border-size:1px}

</STYLE>

<SCRIPT language=JavaScript>  

var Result=0, Operator=0, Second=0, Ready=0, Done=1, Complete=0, Integer, CurrentValue;  

function reset(value)  

{ document.calculator.LED.value = value;  

 Result = 0, Operator = 0, Second = 0, Ready = 0; Done = 1; Complete = 0; }  

  function SetValue(NewValue)  

  {  

   Integer = 1;  

   if(Second || Done)  

   {  

 Second = 0;  

   Done = 0;  

   CurrentValue = NewValue;  

   }  

   for(var i=0; i<CurrentValue.length; i++)  

   if (CurrentValue[i]=='.')  

   Integer=0;  

  }  

  function Click(Caption)  

  {  

   CurrentValue = document.calculator.LED.value;  

   if(Caption=='.')  

   {  

  

 SetValue('0');  

  

 if(Integer)  

  

 {  

  

 CurrentValue += Caption;  

  

 document.calculator.LED.value = CurrentValue;  

  

 Complete = 0;  

  

 }  

  

 }  

  

 if (Caption.length == 1 && Caption>='0' && Caption<='9')  

  

 {  

  

 SetValue('');  

  

 if(CurrentValue=='0')  

  

 CurrentValue='';  

  

 CurrentValue += Caption;  

  

 document.calculator.LED.value = CurrentValue;  

  

 Complete = 1;  

  

 }  

  

 if (Caption=='pi')  

  

 {  

  

 CurrentValue = Math.PI;  

  

 document.calculator.LED.value = CurrentValue;  

  

 Complete = 1;  

  

 }  

  

 if (Caption=='e')  

  

 {  

  

 CurrentValue = Math.E;  

  

 document.calculator.LED.value = CurrentValue;  

  

 Complete = 1;  

  

 }  

  

 if(Caption=='-' || Caption=='+' || Caption=='/' || Caption=='*' || Caption=='^')  

  

 {  

  

 if(Second)  

  

 Operator = Caption  

  

 else  

  

 {  

  

 if(!Ready)  

  

 {  

  

 Operator = Caption;  

  

 Result = CurrentValue;  

  

 Ready=1;  

  

 } else  

  

 {  

  

 if (Operator=='^')  

  

 Result = Math.pow(Result, CurrentValue);  

  

 else  

  

 Result = eval(Result + Operator + CurrentValue);  

  

 Operator = Caption; document.calculator.LED.value = Result;  

  

 } Complete=0; Second = 1;  

  

 }  

  

 }  

  

 if(Caption=='1/x' )  

  

 {  

  

 Result = eval('1/' + CurrentValue) ; reset(Result);  

  

 }  

  

 if(Caption=='sqrt')  

  

 {  

  

 Result = Math.sqrt(CurrentValue);  

  

 reset(Result);  

  

 }  

  

 if(Caption=='exp' )  

  

 {  

  

 Result = Math.exp(CurrentValue);  

  

 reset(Result);  

  

 }  

  

 if(Caption=='log' )  

  

 {  

  

 Result = Math.log(CurrentValue) / Math.LN10;  

  

 reset(Result);  

  

 }  

  

 if(Caption=='ln' )  

  

 {  

  

 Result = Math.log(CurrentValue);  

  

 reset(Result);  

  

 }  

  

 if(Caption=='sin' )  

  

 {  

  

 Result = CurrentValue;  

  

 if (document.calculator.angle[0].checked)  

  

 Result = Result * Math.PI / 180;  

  

 if (document.calculator.angle[2].checked)  

  

 Result = Result * Math.PI / 200;  

  

 Result = Math.sin(Result);  

  

 reset(Result);  

  

 }  

  

 if(Caption=='cos' )  

  

 {  

  

 Result = CurrentValue;  

  

 if (document.calculator.angle[0].checked)  

  

 Result = Result * Math.PI / 180;  

  

 if (document.calculator.angle[2].checked)  

  

 Result = Result * Math.PI / 200;  

  

 Result = Math.cos(Result);  

  

 reset(Result);  

  

 }  

  

 if(Caption=='tan' )  

  

 {  

  

 Result = CurrentValue;  

  

 if (document.calculator.angle[0].checked)  

  

 Result = Result * Math.PI / 180;  

  

 if (document.calculator.angle[2].checked)  

  

 Result = Result * Math.PI / 200;  

  

 Result = Math.tan(Result);  

  

 reset(Result);  

  

 }  

  

 if(Caption=='asin' )  

  

 {  

  

 Result = Math.asin(CurrentValue);  

  

 if (document.calculator.angle[0].checked)  

  

 Result = Result * 180 / Math.PI;  

  

 if (document.calculator.angle[2].checked)  

  

 Result = Result * 200 / Math.PI;  

  

 reset(Result);  

  

 }  

  

 if(Caption=='acos' )  

  

 {  

  

 Result = Math.acos(CurrentValue);  

  

 if (document.calculator.angle[0].checked)  

  

 Result = Result * 180 / Math.PI;  

  

 if (document.calculator.angle[2].checked)  

  

 Result = Result * 200 / Math.PI;  

  

 reset(Result);  

  

 }  

  

 if(Caption=='atan' )  

  

 {  

  

 Result = Math.atan(CurrentValue);  

  

 if (document.calculator.angle[0].checked)  

  

 Result = Result * 180 / Math.PI;  

  

 if (document.calculator.angle[2].checked)  

  

 Result = Result * 200 / Math.PI;  

  

 reset(Result);  

  

 }  

  

 if(Caption=='sinh' )  

  

 {  

  

 Result = Math.exp(CurrentValue);  

  

 Result = (Result - 1 / Result) / 2;  

  

 reset(Result);  

  

 }  

  

 if(Caption=='cosh' )  

  

 {  

  

 Result = Math.exp(CurrentValue);  

  

 Result = (Result + 1 / Result) / 2;  

  

 reset(Result);  

  

 }  

  

 if(Caption=='tanh' )  

  

 {  

  

 Result = Math.exp(CurrentValue);  

  

 Result = (Result - 1 / Result) / (Result + 1 / Result);  

  

 reset(Result);  

  

 }  

  

 if(Caption=='asinh' )  

  

 {  

  

 //sign(x) * log(|x| + sqrt(x*x+1))  

  

 // alert(CurrentValue + Math.sqrt(CurrentValue * CurrentValue + 1));  

  

 // Result = Math.log(CurrentValue + Math.sqrt(CurrentValue * CurrentValue + 1));  

  

 Result = CurrentValue / Math.abs(CurrentValue) * Math.log(Math.abs(CurrentValue) + Math.sqrt(CurrentValue * CurrentValue + 1));  

  

 reset(Result);  

  

 }  

  

 if(Caption=='acosh' )  

  

 {  

  

 //2 log  (sqrt((x+1)/2) + sqrt((x-1)/2))   

  

 Result = 2 * Math.log(Math.sqrt((CurrentValue + 1) / 2) + Math.sqrt((CurrentValue - 1) / 2));  

  

 reset(Result);  

  

 }  

  

 if(Caption=='atanh' )  

  

 {  

  

 //0.5*log((x-1)/(x+1))  

  

 Result = Math.log((CurrentValue - 1) / (CurrentValue + 1)) / 2;  

  

 reset(Result);  

  

 }  

  

 if(Caption=='+/-')  

  

 document.calculator.LED.value = eval(-CurrentValue);  

  

 if(Caption=='=' && Complete && Operator!='0')  

  

 {  

  

 if (Operator=='^')  

  

 {  

  

 Result = Math.pow(Result, CurrentValue);  

  

 reset(Result);  

  

 } else  

  

 reset(eval(Result + Operator + CurrentValue));  

  

 }  

  

 if (Caption=='C')  

  

 reset(0);  

  

 if(document.calculator.LED.value[0] == '.')  

  

 document.calculator.LED.value = '0' + document.calculator.LED.value;  

  

}  

  

</SCRIPT>

<FORM name=calculator>

<FONT color=#6699ff size=5><SPAN style="TEXT-DECORATION: none"></FONT></A>

<TABLE height=240 cellSpacing=0 cellPadding=2 width=360 align=center border=0>

  <TBODY>

  <TR>

    <TD colSpan=4><INPUT value=0 name=LED> </TD>

    <TD><INPUT onclick="Click('C')" type=button value=C name=C></TD>

    <TD width=60><INPUT id==2 onclick="Click('=')" type=button value== name==> 

    </TD></TR>

  <TR>

    <TD colSpan=2><INPUT type=radio CHECKED value=on name=angle> Degrees</TD>

    <TD colSpan=2><INPUT type=radio value=on name=angle> Radians</TD>

    <TD colSpan=2><INPUT type=radio value=on name=angle> Gradients</TD></TR>

  <TR>

    <TD width=60><INPUT id=sin onclick="Click('sin')" type=button value=sin name=sin></TD>

    <TD width=60><INPUT id=cos onclick="Click('cos')" type=button value=cos name=cos></TD>

    <TD width=60><INPUT id=tab onclick="Click('tan')" type=button value=tan name=tab></TD>

    <TD width=60><INPUT id=sinh onclick="Click('sinh')" type=button value=sinh name=sinh></TD>

    <TD width=60><INPUT id=cosh onclick="Click('cosh')" type=button value=cosh name=cosh></TD>

    <TD width=60><INPUT id=tanh onclick="Click('tanh')" type=button value=tanh name=tanh></TD></TR>

  <TR>

    <TD width=60><INPUT id=asin onclick="Click('asin')" type=button value=asin name=asin></TD>

    <TD width=60><INPUT id=acos onclick="Click('acos')" type=button value=acos name=acos></TD>

    <TD width=60><INPUT id=atan onclick="Click('atan')" type=button value=atan name=atan></TD>

    <TD width=60><INPUT id=asinh onclick="Click('asinh')" type=button value=asinh name=asinh> 

    </TD>

    <TD width=60><INPUT id=acosh onclick="Click('acosh')" type=button value=acosh name=acosh> 

    </TD>

    <TD width=60><INPUT id=atanh onclick="Click('atanh')" type=button value=atanh name=atanh></TD></TR>

  <TR>

    <TD width=60><INPUT id=exp onclick="Click('exp')" type=button value=exp name=exp> 

    </TD>

    <TD width=60><INPUT id=7 onclick="Click('7')" type=button value=7 name=7> 

    </TD>

    <TD width=60><INPUT id=8 onclick="Click('8')" type=button value=8 name=8> 

    </TD>

    <TD width=60><INPUT id=9 onclick="Click('9')" type=button value=9 name=9> 

    </TD>

    <TD width=60><INPUT id=+ onclick="Click('+')" type=button value=+ name=+> 

    </TD>

    <TD width=60><INPUT id=^ onclick="Click('^')" type=button value=^ name=^> 

    </TD></TR>

  <TR>

    <TD width=60><INPUT id=log onclick="Click('log')" type=button value=log name=log> 

    </TD>

    <TD width=60><INPUT id=4 onclick="Click('4')" type=button value=4 name=4> 

    </TD>

    <TD width=60><INPUT id=5 onclick="Click('5')" type=button value=5 name=5> 

    </TD>

    <TD 

    width=60><INPUT id=6 onclick="Click('6')" type=button value=6 name=6></TD>

    <TD width=60><INPUT id=- onclick="Click('-')" type=button value=- name=-> 

    </TD>

    <TD width=60><INPUT id=1/x2 onclick="Click('1/x')" type=button value=1/x name=1/x> 

    </TD></TR>

  <TR>

    <TD width=60><INPUT id=abs22 onclick="Click('ln')" type=button value=ln name=ln> 

    </TD>

    <TD width=60><INPUT id=1 onclick="Click('1')" type=button value=1 name=1> 

    </TD>

    <TD width=60><INPUT id=2 onclick="Click('2')" type=button value=2 name=2> 

    </TD>

    <TD width=60><INPUT id=3 onclick="Click('3')" type=button value=3 name=3> 

    </TD>

    <TD width=60><INPUT id=* onclick="Click('*')" type=button value=* name=*> 

    </TD>

    <TD width=60><INPUT id=pi3 onclick="Click('pi')" type=button value=pi name=pi> 

    </TD></TR>

  <TR>

    <TD width=60><INPUT id=sqrt onclick="Click('sqrt')" type=button value=sqrt name=sqrt> 

    </TD>

    <TD width=60><INPUT id=0 onclick="Click('0')" type=button value=0 name=0> 

    </TD>

    <TD width=60><INPUT id=. onclick="Click('.')" type=button value=. name=.> 

    </TD>

    <TD width=60><INPUT id=+/-2 onclick="Click('+/-')" type=button value=+/- name=+/-> 

    </TD>

    <TD width=60><INPUT id=/ onclick="Click('/')" type=button value=/ name=/> 

    </TD>

    <TD width=60><INPUT id=pi4 onclick="Click('e')" type=button value=e name=e> 

  </TD></TR></TBODY></TABLE></FORM>

<P align=center></FONT></TD></TR></FORM></TD></TR></TBODY></TABLE>


<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->



تاريخ : سه شنبه 21 آذر 1391برچسب:, | 19:0 | نویسنده : اميرعلى

 اين يه نمونه:

 

 

نام مرورگر شما:Netscape

نسخه مروگر شما 8536.25
 
اينم كد:
<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->

<body>
<font face=tahoma size=2>
<SCRIPT LANGUAGE="JavaScript">
var useragent = navigator.userAgent;
var bName = (useragent.indexOf('مرورگر پر سرعت اپرا') > -
1) ? 'Opera' : navigator.appName;
var pos = useragent.indexOf('MSIE');
if (pos > -1) {
bVer = useragent.substring(pos + 5);
var pos = bVer.indexOf(';');
var bVer = bVer.substring(0,pos);
}
var pos = useragent.indexOf('مرورگر پر سرعت اپرا');
if (pos > -1){
bVer = useragent.substring(pos + 6);
var pos = bVer.indexOf(' ');
var bVer = bVer.substring(0, pos);
}
if (bName == "مرورگر نت اسكپ") {
var bVer = useragent.substring(8);
var pos = bVer.indexOf(' ');
var bVer = bVer.substring(0, pos);
}
if (bName == "Netscape" && parseInt
(navigator.appVersion) >= 5) {
var pos = useragent.lastIndexOf('/');
var bVer = useragent.substring(pos + 1);
}
document.writeln('<b>نام مرورگر شما:</b>' + bName 
+ '<br>');
document.writeln('<b>نسخه مروگر شما </b>' + bVer 
+ '<br>');
</script>
</body></font>

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->
 



كد اضافه كردن دوستان به ياهو مسنجر همراه با اضافات:

 

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->


<table border="1" width="148" cellspacing="1" style="border:1px dashed #000000; " bordercolor="#FFFFFF" height="20" bgcolor="#FFFFFF">

<tr>

<td>

<p align="center"><font size="2">

<a href=ymsgr:addfriend?YOUR ID>

من رو به ياهو اضافه كن</a

</td> </font>

</tr>

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->

كد  مشاهده وضعيت ياهو مسنجر:

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->


<script language="javascript" src="http://www.deliran.com/yahoo_status/?id=آي دي ياهو&type=7"></script>


<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->

 



تاريخ : دو شنبه 20 آذر 1391برچسب:, | 22:13 | نویسنده : اميرعلى

 اينم كد:

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->


<script language="JavaScript1.2">

var currentpos=0,alt=1,curpos1=0,curpos2=-1

function initialize(){

startit()

}

function scrollwindow(){

if (document.all)

temp=document.body.scrollTop

else

temp=window.pageYOffset

if (alt==0)

alt=1

else

alt=0

if (alt==0)

curpos1=temp

else

curpos2=temp

if (curpos1!=curpos2){

if (document.all)

currentpos=document.body.scrollTop+1

else

currentpos=window.pageYOffset+1

window.scroll(0,currentpos)

}

else{

currentpos=0

window.scroll(0,currentpos)

}

}

function startit(){

setInterval("scrollwindow()",10)

}

window.onload=initialize

</script>


<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->

 



تاريخ : دو شنبه 20 آذر 1391برچسب:, | 22:6 | نویسنده : اميرعلى

توظيح:سفارشات لازم را در پرانتز بنويسيد اخه من سفارشات لازم خودم را نوشتم

اينم كد:

<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->


<p align="center"><font size=2>

<script src="http://www.iroweb.com/Site Temp/1/TimeSay.js"></script>

<script>timemessage(روى تبليغات سمت چپ كليك كنيد)</script></p></font>


<!--Best Codes By WwW.Javacode.loxblog.com\Please Dont Delete this Line-->



صفحه قبل 1 2 3 4 5 ... 10 صفحه بعد

  • دانلود فیلم