صفحة 1 من 4 123 ... الأخيرةالأخيرة
النتائج 1 إلى 10 من 38

الموضوع: سلسلة اكواد Java script ....... "مجموعة من افضل الاكواد"

  1. #1

    تاريخ التسجيل
    Sep 2004
    الدولة
    Misr - Cairo
    المشاركات
    3,288

    توضيح سلسلة اكواد Java script ....... "مجموعة من افضل الاكواد"

    سلسلة اكواد جافا سكرايبت

    كود اخر الاخبار من قناة الجزيرةمعدل



    <SCRIPT language=JavaScript><!--

    var g=new Date(); g=g.getTime()%1000;

    document.writeln('<iframe width=100% height=17 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://www.faisal1.com/News_Grab/jazeera.php>');

    // --></SCRIPT>

    <NOSCRIPT><!--webbot bot="HTMLMarkup" startspan --><IFRAME

    marginWidth=0 marginHeight=0

    frameBorder=0 width=0 scrolling=no

    height=0><!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --></IFRAME></IFRAME><!--webbot bot="HTMLMarkup" endspan --></NOSCRIPT>

    <body bgcolor="#ffffff">



    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    محرك بحث جوجلجديد



    <center>

    <form action="http://www.google.com/search" method="get" target="_blank">

    <table height="28" cellSpacing="0" cellPadding="0">

    <tbody>

    <tr>

    <td height="24"><a style="COLOR: #00009c; TEXT-DECORATION: none" href="http://www.google.com/"><img alt="Google" src="http://www.google.com/logos/Logo_40wht.gif" align="absMiddle" border="0" width="128" height="53"></a>

    <input maxLength="255" size="25" name="q" style="color: #800000; border: 1 solid #000000">

    <input type="submit" value="ابحث" name="btnG" style="color: #FFFFFF; font-family: Tahoma; background-color: #333300; border: 1 solid #000000"></td>

    </tr>

    </tbody>

    </table>

    </form>

    </center><!-- Search Google -->



    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    محرك بحث العرب



    <html><head><title>Suggestion form on an Arab Search Engine</title>

    <META NAME="description" CONTENT="Suggest an arab search engine or an Arab directory">

    <META NAME="keywords" CONTENT="Arabic Search Engines, Arab Search Engine"></head>

    <body background="backg.gif" link="#800040" vlink="#001428">

    <center><font size="2" face="Arial"><b><a href="http://www.arab.de/asearch.htm">

    </a></b></font></center><br><br><br>

    <p><center><font size ="2" face="Arial"><b> Please enter the URL of the arab search engine or directory<p>

    </b></font></center><center><form action="/cgi-bin/email/ArabAlman/sgsearch.eml" method="POST">

    <input type="hidden" name="ResponsePage" value="http://members.aol.com/ArabAlman/sgsdanke.htm">

    <font size="2" face="Arial"><b>URL:</b></font><input type="text" size="60" name="URL" value="http://"><br><br>

    <input type="submit" value="Submit URL"> <input type="reset" value="Clear URL"></form></center>

    <br><br><br><center><font size="2" face="Arial"><b><a href="http://www.arab.de/asearch.htm">

    </a></b></font></center></body></html>



    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    رابط مشع



    <p align="left"><script language="JavaScript">

    <!-- Begin

    function initArray() {

    for (var i =0; i < initArray.arguments.length; i++) {

    this[i] = initArray.arguments[i];

    }

    this.length = initArray.arguments.length;

    }

    var colors = new initArray(

    "green",

    "purple",

    "blue",

    "red",

    "black",

    "white",

    "blue",

    "yellow",

    "green",

    "fuschia",

    "blue",

    "purple",

    "green",

    "purple");

    delay = .5; // seconds

    link = 0;

    vlink = 2;

    function linkDance() {

    link = ( link+3)%colors.length;

    vlink = (vlink+1)%colors.length;

    document.linkColor = colors[link];

    document. vlinkColor = colors[vlink];

    setTimeout("linkDance()",delay*1000);

    }

    linkDance();

    // End -->

    </script></p>

    <p align="center"><a href="http://egyptsons.com"><font size="6"

    face="Monotype Koufi">موقع ابناء مصر </font></a></p>

    <p align="center"><font size="6" face="Monotype Koufi"></font> </p>



    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

  2. #2

    تاريخ التسجيل
    Sep 2004
    الدولة
    Misr - Cairo
    المشاركات
    3,288

    أوكي

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    رسالة تظهر للزائر عندما يدخللصفحتك



    <SCRIPT LANGUAGE="JavaScript">

    <!--

    window.alert("مرحبا بكم اتمنى ان ينال رضاكم موقعى بس لاتنسون الترشيح")





    // -->

    </SCRIPT>



    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    لجعل الصفحة تتحرك من الأعلى الى الأسفلبشكل اتوماتيكي



    <script language="JavaScript1.2">



    //change 1 to another integer to alter the scroll speed. Greater is faster

    var speed=1

    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+speed

    else

    currentpos=window.pageYOffset+speed

    window.scroll(0,currentpos)

    }

    else{

    currentpos=30

    window.scroll(0,currentpos)

    }

    }

    function startit(){

    setInterval("scrollwindow()",30)

    }

    window.onload=initialize

    </script>



    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    كلمات تتبع الماوس



    <HTML>



    <HEAD>

    <TITLE>mouse</TITLE>

    <META name="description" content="">

    <META name="keywords" content="">

    <style>.spanstyle {

    COLOR: white; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px; VISIBILITY: visible

    }

    </style>



    <SCRIPT LANGUAGE="JavaScript">



    var x, y;

    var step = 10;

    var flag = 0;



    var message = "حط الكتابه هنا ";

    message = message.split("");

    var xpos = new Array();

    for (i = 0; i <= message.length - 1; i++) {

    xpos[i] = -50;

    }

    var ypos = new Array();

    for (i = 0; i <= message.length - 1; i++) {

    ypos[i]= -50;

    }

    function handlerMM(e) {

    x = (document.layers) ? e.pageX : document.body.scrollLeft + event.clientX;

    y = (document.layers) ? e.pageY : document.body.scrollTop + event.clientY;

    flag = 1;

    }

    function makesnake() {

    if (flag == 1 && document.all) {

    for (i = message.length - 1; i >= 1; i--) {

    xpos[i] = xpos[i - 1] + step;

    ypos[i] = ypos[i - 1];

    }

    xpos[0] = x + step;

    ypos[0] = y;

    for (i = 0; i < message.length - 1; i++) {

    var thisspan = eval("span" + (i) + ".style");

    thisspan.posLeft = xpos[i];

    thisspan.posTop = ypos[i];

    }

    }

    else if (flag==1 && document.layers) {

    for (i = message.length - 1; i >= 1; i--) {

    xpos[i] = xpos[i - 1] + step;

    ypos[i] = ypos[i - 1];

    }

    xpos[0] = x + step;

    ypos[0] = y;

    for (i = 0; i < message.length - 1; i++) {

    var thisspan = eval("document.span" + i);

    thisspan.left = xpos[i];

    thisspan.top = ypos[i];

    }

    }

    var timer = setTimeout("makesnake()", 10);

    }

    // End -->

    </script>

    </HEAD>

    <body bgcolor="#000080" text="#000000" onload="makesnake()"

    style="OVERFLOW-X: hidden; OVERFLOW-Y: scroll; WIDTH: 100%">



    <SCRIPT LANGUAGE="JavaScript">

    <!-- Begin

    for (i = 0; i <= message.length-1; i++) {

    document.write("<span id='span"+i+"' class='spanstyle'>");

    document.write(message[i]);

    document.write("</span>");

    }

    if (document.layers) {

    document.captureEvents(Event.MOUSEMOVE);

    }

    document.onmousemove = handlerMM;

    // End -->

    </script>



    <//--><//"--><!-- VC layer -->

    <SCRIPT LANGUAGE="JavaScript">

    <!--

    document.write('<LAYER SRC="' + ValueBanner + '&t=html" WIDTH="' + IWidth

    + '" ');

    document.write('HEIGHT="' + IHeight + '" VISIBILITY="hide" onLoad=');

    document.write('"moveToAbsolute(VC.pageX,VC.pageY) ; clip.width=' + IWidth

    + '; ');

    document.write('clip.height=' + IHeight +

    '; visibility=\'show\'"></LAYER>');

    // -->

    </SCRIPT>

    <!-- vc layer -->

    </BODY>

    </HTML>



    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

  3. #3

    تاريخ التسجيل
    Sep 2004
    الدولة
    Misr - Cairo
    المشاركات
    3,288
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    ساعة



    <SCRIPT LANGUAGE="JavaScript">

    var timerID = null

    var timerRunning = false



    function stopclock()

    {

    if(timerRunning)

    clearTimeout(timerID)

    timerRunning = false

    }



    function startclock()

    {

    stopclock()

    showtime()

    }



    function showtime()

    {

    var now = new Date()

    var hours = now.getHours()

    var minutes = now.getMinutes()

    var seconds = now.getSeconds()

    var timeValue = "" + ((hours > 12) ? hours - 12 : hours)

    timeValue += ((minutes < 10) ? ":0" : ":") + minutes

    timeValue += ((seconds < 10) ? ":0" : ":") + seconds

    timeValue += (hours >= 12) ? "PM" : "AM"

    document.clock.face.value = timeValue

    timerID = setTimeout("showtime()",1000)

    timerRunning = true

    }

    //-->

    </SCRIPT>



    <form name="clock" onSubmit="0">

    <INPUT TYPE="text" NAME="face" SIZE=11 READONLY VALUE ="....Initializing....">

    </form>



    <SCRIPT LANGUAGE="JavaScript">

    <!--

    startclock()

    //-->

    </SCRIPT>



    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    كود لعمل رابط يفتح بمجرد مرور مؤشر الفأره عليه



    <a href="" onmouseover="parent.location='http://faisal1.com'">ممنوع اللمس .. لا تقترب </A>



    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    قائمة رهيبة تظهر من الجانبالايسر



    <style>

    <!--



    #slidemenubar, #slidemenubar2{

    position:absolute;

    left:-155px;

    width:160px;

    top:170px;

    border:1.5px solid green;

    background-color:lightyellow;

    layer-background-color:lightyellow;

    font:bold 12px Verdana;

    line-height:20px;

    }

    -->

    </style>

    <script language="JavaScript1.2">



    /*

    Sliding Menu Bar Script-

    © Dynamic Drive (www.dynamicdrive.com)

    For full source code, installation instructions,

    100's more DHTML scripts, and Terms Of

    Use, visit dynamicdrive.com

    */



    if (document.all)

    document.write('<div id="slidemenubar2" style="left:-150" onMouseover="pull()" onMouseout="draw()">')

    </script>

    <layer id="slidemenubar" onMouseover="pull()" onMouseout="draw()">

    <script language="JavaScript1.2">

    var sitems=new Array()

    var sitemlinks=new Array()



    //extend or shorten this list

    sitems[0]="الصفحة الرئيسية"

    sitems[1]="الموقع الاول"

    sitems[2]="الموقع الثانى"

    sitems[3]="الموقع الثالث"

    sitems[4]="الموقع الرابع"

    sitems[5]="الموقع الخامس"

    sitems[6]="الموقع السادس"

    sitems[7]="الموقع السابع"

    sitems[8]="الموقع الثامن"

    sitems[9]="الموقع التاسع"

    sitems[10]="الموقع العاشر"

    sitems[11]="الموقع الحادى عشر"

    sitems[12]="الموقع الثانى عشر"





    //These are the links pertaining to the above text.

    sitemlinks[0]="هنا تضع المواقع"

    sitemlinks[1]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

    sitemlinks[2]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

    sitemlinks[3]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

    sitemlinks[4]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

    sitemlinks[5]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

    sitemlinks[6]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

    sitemlinks[7]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

    sitemlinks[8]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

    sitemlinks[9]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

    sitemlinks[10]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

    sitemlinks[11]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"

    sitemlinks[12]="؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟"



    for (i=0;i<=sitems.length-1;i++)

    document.write('<a href='+sitemlinks[i]+'>'+sitems[i]+'</a><br>')

    </script>

    </layer>

    <script language="JavaScript1.2">

    function regenerate(){

    window.location.reload()

    }

    function regenerate2(){

    if (document.layers)

    setTimeout("window.onresize=regenerate",400)

    }

    window.onload=regenerate2

    if (document.all){

    document.write('</div>')

    themenu=document.all.slidemenubar2.style

    rightboundary=0

    leftboundary=-150

    }

    else{

    themenu=document.layers.slidemenubar

    rightboundary=150

    leftboundary=10

    }

    function pull(){

    if (window.drawit)

    clearInterval(drawit)

    pullit=setInterval("pullengine()",50)

    }

    function draw(){

    clearInterval(pullit)

    drawit=setInterval("drawengine()",50)

    }

    function pullengine(){

    if (document.all&&themenu.pixelLeft<rightboundary)

    themenu.pixelLeft+=5

    else if(document.layers&&themenu.left<rightboundary)

    themenu.left+=5

    else if (window.pullit)

    clearInterval(pullit)

    }

    function drawengine(){

    if (document.all&&themenu.pixelLeft>leftboundary)

    themenu.pixelLeft-=5

    else if(document.layers&&themenu.left>leftboundary)

    themenu.left-=5

    else if (window.drawit)

    clearInterval(drawit)

    }

    </script>



    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

  4. #4

    تاريخ التسجيل
    Sep 2004
    الدولة
    Misr - Cairo
    المشاركات
    3,288

    يغمز

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    نص بألوان قوس قزح



    <p align="center"><font size="6" face="Tahoma"><strong><script

    language="JavaScript">



    <!--



    function createHexArray(n)

    {

    this.length=n;

    for (var i=1; i<=n; i++)

    this[i]=i-1;



    this[11]="A";

    this[12]="B";

    this[13]="C";

    this[14]="D";

    this[15]="E";

    this[16]="F";



    return this;

    }





    hx = new createHexArray(16);





    function convertToHex(x)

    {

    var high=x/16;

    var s=high+"";

    s=s.substring(0,2);

    high=parseInt(s,10);

    var left=hx[high+1];

    var low=x-high*16;

    s=low+"";

    s=s.substring(0,2);

    low=parseInt(s,10);

    var right=hx[low+1];

    var string=left+""+right;

    return string;

    }



    function makeRainbow(text)

    {

    text=text.substring(3,text.length-4);

    color_d1=255;

    mul=color_d1/text.length;

    for(i=0;i < text.length;i++)

    {

    color_d1=255*Math.sin(i/(text.length/3)); "255*Math.sin(i/(text.length/3))"

    color_h1=convertToHex(color_d1);

    color_d2=mul*i;

    color_h2=convertToHex(color_d2);

    document.write("<FONT COLOR=\"#FF"+color_h1+color_h2+"\">"+text.substrin g(i,i+1)+"</FONT>");

    }

    }

    //-->

    </script> <!--Place this script in the BODY section.--> <!--You may edit these font tags.--> </strong></font><font size="6"><strong><script

    language="JavaScript"><!--

    // You may edit the message below.

    {makeRainbow("<< مرحبابكم في موقعنا >> ");}

    // --></script></strong></font></p>





    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    لينك متحرك

    <a href="http://www.egyptsons.com"><marquee width=100% behavior=alternate direction=left align=middle border=3>موقع ابناء مصر</marquee></a>

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    قام بالتجميع و التعديل
    تحياتي احمد المليجي "New tut"
    التعديل الأخير تم بواسطة أحمد المليجي ; 17-03-2005 الساعة 10:56 AM

  5. #5

    تاريخ التسجيل
    Nov 2002
    الدولة
    Mansoura-Egypt
    العمر
    38
    المشاركات
    7,991
    مع انى مش عارفة له كويس

    بس شكرا يااحمد مجهود كبير
    >>>>>

  6. #6

    تاريخ التسجيل
    Sep 2004
    الدولة
    Misr - Cairo
    المشاركات
    3,288
    اقتباس المشاركة الأصلية كتبت بواسطة سمسمة
    مع انى مش عارفة له كويس

    بس شكرا يااحمد مجهود كبير

    و الله احنا بنعمل اللي علينا و بنحط الحاجات دي
    و اهو كل حاجة ليها زبونها
    وشكرا
    @@

  7. #7

    تاريخ التسجيل
    Sep 2004
    الدولة
    Misr - Cairo
    المشاركات
    3,288
    ان شاء الله هناك المزيد من الاكواد

  8. #8

    تاريخ التسجيل
    Sep 2004
    الدولة
    Misr - Cairo
    المشاركات
    3,288
    كود جديد يزل اعلانات لايكوس المزعجة ......

    <?? START AD-buster! version 2.32 ??>

    <?? stamped on April 12* 2005 at 10:24 PM ??>

    <!********************************************** ** * >

    <?? AD-buster! - Google AD Frame Blocker ??>

    <script type="text/javascript">
    <!--
    if (top.frames.length > 0)
    {
    top.location.href = location.href;
    }
    // -->
    </script>

    <!********************************************** ** * >

    <?? AD-buster! - Lycos UK Top Banner AD Blocker ??>
    <script type="text/javascript">
    function TOP_BANNER_AD_KILLER()
    {
    setTimeout("AD_closeAll()"* 1);
    }

    setInterval("TOP_BANNER_AD_KILLER()"* 1);
    </script>

    <!********************************************** ** * >

    <?? END AD-buster! ??>

    __________________________________________________ _____
    شريط اخبار الجزيرة
    <SCRIPT language=JavaScript>
    <!--
    var g=new Date(); g=g.getTime()%1000;
    document.writeln('<iframe width=100% height=30 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://www.faisal1.com/jazeer1m.php>');
    // --></SCRIPT>
    <NOSCRIPT><!--webbot bot="HTMLMarkup" startspan --><IFRAME
    marginWidth=0 marginHeight=0
    frameBorder=0 width=0 scrolling=no
    height=0><!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --></IFRAME></IFRAME><!--webbot bot="HTMLMarkup" endspan --></NOSCRIPT>

    ----------------------------------------------------------------
    التعديل الأخير تم بواسطة أحمد المليجي ; 13-10-2005 الساعة 08:21 PM

  9. #9

    تاريخ التسجيل
    Nov 2002
    الدولة
    Mansoura-Egypt
    العمر
    38
    المشاركات
    7,991
    تصور بقيت اعرف اشتغل عليهم دلوأتى

    هاخد الكود بتاع لايكوس دة كدة اجربه
    >>>>>

  10. #10

    تاريخ التسجيل
    Sep 2004
    الدولة
    Misr - Cairo
    المشاركات
    3,288
    ياريت تقولي لنا علي النتيجة لما تجربية............

صفحة 1 من 4 123 ... الأخيرةالأخيرة

المواضيع المتشابهه

  1. مشاركات: 0
    آخر مشاركة: 29-03-2012, 10:10 AM
  2. مشاركات: 0
    آخر مشاركة: 27-02-2012, 07:50 AM
  3. سلسلة روايات "هاري بوتر" تطرح للبيع على شكل كتب الكترونية
    بواسطة رويتر في المنتدى الأخبار اليومية
    مشاركات: 0
    آخر مشاركة: 24-06-2011, 02:10 PM
  4. سلسلة إعرف دينك "1" "العهد والبركة والختان"
    بواسطة samey في المنتدى لقاءات في حب الله
    مشاركات: 7
    آخر مشاركة: 01-06-2006, 03:56 AM
  5. ":":" تابعوا معى ..سلسلة آداب المسلم ":":"
    بواسطة الاســكندرانــى في المنتدى لقاءات في حب الله
    مشاركات: 21
    آخر مشاركة: 24-03-2005, 10:40 PM

المفضلات

المفضلات

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •