علي الكعبي مؤسس الشبكة
المساهمات : 47 تاريخ التسجيل : 07/04/2012
| موضوع: زر ترحيبي الثلاثاء أكتوبر 23, 2012 4:19 pm | |
| زر ترحيبي ثلاثة خطوات لعمل هذا التأثير <head>انسخ هذا الكود في - الكود:
-
<script language="JavaScript"> <!-- This is the Button with the typewritter text
var max=0;
function textlist()
{
max=textlist.arguments.length;
for (i=0; i<max; i++)
this[i]=textlist.arguments[i];
}
tl=new textlist
( // غير النص هنا "Welcome to abdullah net", "the largest arabic site for java", "Click Here"
);
var x=0; pos=0;
var l=tl[0].length;
function typebutt()
{
document.form1.typebutt.value=tl[x].substring(0,pos)+"";
if(pos++==l)
{
pos=0;
setTimeout("typebutt()",1500);
x++;
if(x==max)
x=0;
l=tl[x].length;
} else
setTimeout("typebutt()",50);
}
// end --> </script> <body>انسخ هذا الكود في - الكود:
-
<blockquote> <P> </P>
<form name="form1" action="http://abdullah5.port5.com/"> <p><input type="submit" name="typebutt" VALUE="Submit"> <br> </p> </form>
</p> </blockquote>
| |
|