PDA

View Full Version : سكربتي


Mr.Kiady
03-05-2001, 07:24 PM
هلا ...
وش رايكم بها السكربت ؟


<textarea cols=70 rows=80>
<center>
<img src=P.jpg name = P Style="filter:alpha(Opacity=15)"
onmouseover=Flash() onmouseout=UnFlash() border=3>
<!--
غير عنوان الصورة حسب الصورة إلي عندك
-->
<script>
//This Script Was Written By Mr.Kiady
// E-Mail: ihk202@hotmail.com
//‎06:24 م ‎28/‎06/‎01 @ KSA - Riyadh 2001
var X
function Flash()
{
P.filters.alpha.opacity +=5
X=window.setInterval("IF()",5)
}
function IF()
{
P.filters.alpha.opacity +=5
if (P.filters.alpha.opacity>99)
{window.clearInterval(X)}
}
function UnFlash()
{
P.filters.alpha.opacity -=5
X=window.setInterval("DF()",5)
}
function DF()
{
P.filters.alpha.opacity -=5
if (P.filters.alpha.opacity<16)
{window.clearInterval(X)}
}
</script>
</textarea>

دكتور_احمد
04-05-2001, 03:21 PM
<br>
<center>
<br>
<img src=P.jpg name = P Style="filter:alpha(Opacity=15)"
<br>
onmouseover=Flash() onmouseout=UnFlash() border=3>
<br>
<!--
<br>
http://www.swalif.net/sforum/images/icons/icon12.gif
<br>
-->
<br>
<script>
<br>
//This Script Was Written By Mr.Kiady
<br>
// E-Mail: ihk202@hotmail.com
<br>
//‎06:24 م ‎28/‎06/‎01 @ KSA - Riyadh 2001
<br>
var X
<br>
function Flash()
<br>
{
<br>
P.filters.alpha.opacity +=5
<br>
X=window.setInterval("IF()",5)
<br>
}
<br>
function IF()
<br>
{
<br>
P.filters.alpha.opacity +=5
<br>
if (P.filters.alpha.opacity>99)
<br>
{window.clearInterval(X)}
<br>
}
<br>
function UnFlash()
<br>
{
<br>
P.filters.alpha.opacity -=5
<br>
X=window.setInterval("DF()",5)
<br>
}
<br>
function DF()
<br>
{
<br>
P.filters.alpha.opacity -=5
<br>
if (P.filters.alpha.opacity<16)
<br>
{window.clearInterval(X)}
<br>
}
<br>
</script>
<br>