السبت، 23 أغسطس 2008
ارتباط مهتز
<html>
<head>
<script language="JavaScript">
function shakeleft()
{
myLink.style.position="relative"
myLink.style.left="3"
timer=setTimeout("shakeright()",10)
}
function shakeright()
{
myLink.style.left="0"
timer=setTimeout("shakeleft()",10)
}
function stoptimer()
{
clearTimeout(timer)
}
</script>
<title>الرحال</title>
</head>
<body onunload="stoptimer()" bgcolor="#F3F3F3">
<p align="center">
<a id="myLink" href="http://www.uaezayed.com/"
onmouseover="shakeleft()" onmouseout="stoptimer()">www.uaezayed.com </a>
</body>
</html>
ليست هناك تعليقات:
إرسال تعليق
‹
›
الصفحة الرئيسية
عرض إصدار الويب
ليست هناك تعليقات:
إرسال تعليق