النتائج 1 إلى 5 من 5

الموضوع: الاخ Zizwar ممكن حل لهذا الكود

  1. #1
    عضو نشيط جدا
    تاريخ التسجيل
    Feb 2003
    المشاركات
    484

    الاخ Zizwar ممكن حل لهذا الكود



    السلام عليكم
    الاخ Zizwar والاخوان هنا ولايهون البقيه
    ارغب فى عمل ..ظهور لاكثر من ثلاث صفحات بطريقة scroll لاعلى.بنفس المكان بلغة الجافا
    ولكن الطريقة.لاتقبل الiframe
    فقط text
    هل هناك حل
    مثال
    http://www.aleqtisadiah.com/stocks/slast.php
    اريد نفس العرض بحيث اضع ثلاث صفحات .والانتقال.يصبح بالجافا
    بارك الله فيكم





    __________________
    أن أردت التحليق مع الصقور فلا تبقى مع الدجاج -----------
    تصميم...تطوير .برمجه....
    9fahad@gmail.com


  2. #2
    خبير JavaScript
    تاريخ التسجيل
    Jul 2002
    المشاركات
    2,920


    الصفحة لاتفتح معي لو امكن ان تضع لي صورة او الشفرة المصدرية






  3. #3
    عضو نشيط جدا
    تاريخ التسجيل
    Feb 2003
    المشاركات
    484


    كود:
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1256"><style>body {	background-color: #FFFFFF;	color: #000000;	font: 8pt 'MS Sans Serif', 'Microsoft Sans Serif';	margin: 0px 0px 0px 0px;	padding: 0px;}.dcitb {	border-collapse: collapse;	color: #000000;	font: 8pt 'MS Sans Serif', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}.tdc {	font: 8pt 'MS Sans Serif', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;	background: #fff2eb;	text-align: center;	direction: rtl;}.alt1{font: 8pt 'MS Sans Serif', verdana, arial, helvetica, sans-serif;background-color: #ffffff;color: #004993;direction: rtl;text-align: center;}.alt2{font: 8pt 'MS Sans Serif', verdana, arial, helvetica, sans-serif;background-color: #def1fc;color: #000000;direction: rtl;text-align: right;}.u{font: 7pt arial;color: #00CC00;}.d{font: 7pt 'arial';color: #FF0000;}</style>
    <script language="JavaScript1.2">
    var scrollerwidth=125
    var scrollerheight=308
    var scrollerbgcolor=''
    var scrollerbackground=''
    var messages=new Array()
    messages[0]="<table align=center border='1' bordercolor='#75AFDF' width=125 class=dcitb cellspacing=0 cellpadding=0><td class=alt1>الأكثر إرتفاعاً</td></tr></table>"
    messages[1]="<table align=center border='1' bordercolor='#75AFDF' width=125 class=dcitb cellspacing=0 cellpadding=0><td class=alt1>الأكثر إنخفاضاً</td></tr></table>"
    messages[2]="<table align=center border='1' bordercolor='#75AFDF' width=125 class=dcitb cellspacing=0 cellpadding=0><td class=alt1>الأكثر نشاطاً بالكمية</td></tr></table>"
    messages[3]="<table align=center border='1' bordercolor='#75AFDF' width=125 class=dcitb cellspacing=0 cellpadding=0><td class=alt1>الأكثر نشاطاً بالقيمة</td></tr></table>"
    
    var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
    var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
    if (messages.length>2)
    i=2
    else
    i=0
    function move1(whichlayer){
    tlayer=eval(whichlayer)
    if (tlayer.top>0&&tlayer.top<=5){
    tlayer.top=0
    setTimeout("move1(tlayer)",9000)
    setTimeout("move2(document.main.document.second)",9000)
    return
    }
    if (tlayer.top>=tlayer.document.height*-1){
    tlayer.top-=5
    setTimeout("move1(tlayer)",10)
    }
    else{
    tlayer.top=scrollerheight
    tlayer.document.write(messages[i])
    tlayer.document.close()
    if (i==messages.length-1)
    i=0
    else
    i++
    }
    }
    function move2(whichlayer){
    tlayer2=eval(whichlayer)
    if (tlayer2.top>0&&tlayer2.top<=5){
    tlayer2.top=0
    setTimeout("move2(tlayer2)",9000)
    setTimeout("move1(document.main.document.first)",9000)
    return
    }
    if (tlayer2.top>=tlayer2.document.height*-1){
    tlayer2.top-=5
    setTimeout("move2(tlayer2)",10)
    }
    else{
    tlayer2.top=scrollerheight
    tlayer2.document.write(messages[i])
    tlayer2.document.close()
    if (i==messages.length-1)
    i=0
    else
    i++
    }
    }
    function move3(whichdiv){
    tdiv=eval(whichdiv)
    if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){
    tdiv.style.top=0
    setTimeout("move3(tdiv)",9000)
    setTimeout("move4(second2_obj)",9000)
    return
    }
    if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){
    tdiv.style.top=parseInt(tdiv.style.top)-5
    setTimeout("move3(tdiv)",10)
    }
    else{
    tdiv.style.top=scrollerheight
    tdiv.innerHTML=messages[i]
    if (i==messages.length-1)
    i=0
    else
    i++
    }}
    function move4(whichdiv){
    tdiv2=eval(whichdiv)
    if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){
    tdiv2.style.top=0
    setTimeout("move4(tdiv2)",9000)
    setTimeout("move3(first2_obj)",9000)
    return
    }
    if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){
    tdiv2.style.top=parseInt(tdiv2.style.top)-5
    setTimeout("move4(second2_obj)",10)
    }
    else{
    tdiv2.style.top=scrollerheight
    tdiv2.innerHTML=messages[i]
    if (i==messages.length-1)
    i=0
    else
    i++
    }}
    function startscroll(){
    if (ie||dom){
    first2_obj=ie? first2 : document.getElementById("first2")
    second2_obj=ie? second2 : document.getElementById("second2")
    move3(first2_obj)
    second2_obj.style.top=scrollerheight
    second2_obj.style.visibility='visible'
    }
    else if (document.layers){
    document.main.visibility='show'
    move1(document.main.document.first)
    document.main.document.second.top=scrollerheight+5
    document.main.document.second.visibility='show'
    }
    }
    window.onload=startscroll
    </script>
    <script language="JavaScript1.2">
    if (ie||dom){
    document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hiden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+')">')
    document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0;top:0">')
    document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0;top:1;">')
    document.write(messages[0])
    document.writeln('</div>')
    document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0;top:0;visibility:hidden">')
    document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
    document.writeln('</div>')
    document.writeln('</div>')
    document.writeln('</div>')
    }
    </script>






    __________________
    أن أردت التحليق مع الصقور فلا تبقى مع الدجاج -----------
    تصميم...تطوير .برمجه....
    9fahad@gmail.com

  4. #4
    خبير JavaScript
    تاريخ التسجيل
    Jul 2002
    المشاركات
    2,920


    جرب
    كود PHP:
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1256"><style>body {    background-color#FFFFFF;    color: #000000;    font: 8pt 'MS Sans Serif', 'Microsoft Sans Serif';    margin: 0px 0px 0px 0px;    padding: 0px;}.dcitb {    border-collapse: collapse;    color: #000000;    font: 8pt 'MS Sans Serif', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}.tdc {    font: 8pt 'MS Sans Serif', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;    background: #fff2eb;    text-align: center;    direction: rtl;}.alt1{font: 8pt 'MS Sans Serif', verdana, arial, helvetica, sans-serif;background-color: #ffffff;color: #004993;direction: rtl;text-align: center;}.alt2{font: 8pt 'MS Sans Serif', verdana, arial, helvetica, sans-serif;background-color: #def1fc;color: #000000;direction: rtl;text-align: right;}.u{font: 7pt arial;color: #00CC00;}.d{font: 7pt 'arial';color: #FF0000;}</style>
    <script language="JavaScript1.2">
    var 
    scrollerwidth=125
    var scrollerheight=308
    var scrollerbgcolor=''
    var scrollerbackground=''
    var messages=new Array()
    messages[0]='<iframe src="http://www.wino.ws"></iframe>';
    messages[1]='<iframe src="http://www.swalif.net"></iframe>';
    messages[2]='<iframe src="http://www.google.com"></iframe>';
    messages[3]='<iframe src="http://www.alltheweb.com"></iframe>';

    var 
    ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
    var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
    if (messages.length>2)
    i=2
    else
    i=0
    function move1(whichlayer){
    tlayer=eval(whichlayer)
    if (
    tlayer.top>0&&tlayer.top<=5){
    tlayer.top=0
    setTimeout
    ("move1(tlayer)",9000)
    setTimeout("move2(document.main.document.second)",9000)
    return
    }
    if (
    tlayer.top>=tlayer.document.height*-1){
    tlayer.top-=5
    setTimeout
    ("move1(tlayer)",10)
    }
    else{
    tlayer.top=scrollerheight
    tlayer
    .document.write(messages[i])
    tlayer.document.close()
    if (
    i==messages.length-1)
    i=0
    else
    i++
    }
    }
    function 
    move2(whichlayer){
    tlayer2=eval(whichlayer)
    if (
    tlayer2.top>0&&tlayer2.top<=5){
    tlayer2.top=0
    setTimeout
    ("move2(tlayer2)",9000)
    setTimeout("move1(document.main.document.first)",9000)
    return
    }
    if (
    tlayer2.top>=tlayer2.document.height*-1){
    tlayer2.top-=5
    setTimeout
    ("move2(tlayer2)",10)
    }
    else{
    tlayer2.top=scrollerheight
    tlayer2
    .document.write(messages[i])
    tlayer2.document.close()
    if (
    i==messages.length-1)
    i=0
    else
    i++
    }
    }
    function 
    move3(whichdiv){
    tdiv=eval(whichdiv)
    if (
    parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){
    tdiv.style.top=0
    setTimeout
    ("move3(tdiv)",9000)
    setTimeout("move4(second2_obj)",9000)
    return
    }
    if (
    parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){
    tdiv.style.top=parseInt(tdiv.style.top)-5
    setTimeout
    ("move3(tdiv)",10)
    }
    else{
    tdiv.style.top=scrollerheight
    tdiv
    .innerHTML=messages[i]
    if (
    i==messages.length-1)
    i=0
    else
    i++
    }}
    function 
    move4(whichdiv){
    tdiv2=eval(whichdiv)
    if (
    parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){
    tdiv2.style.top=0
    setTimeout
    ("move4(tdiv2)",9000)
    setTimeout("move3(first2_obj)",9000)
    return
    }
    if (
    parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){
    tdiv2.style.top=parseInt(tdiv2.style.top)-5
    setTimeout
    ("move4(second2_obj)",10)
    }
    else{
    tdiv2.style.top=scrollerheight
    tdiv2
    .innerHTML=messages[i]
    if (
    i==messages.length-1)
    i=0
    else
    i++
    }}
    function 
    startscroll(){
    if (
    ie||dom){
    first2_obj=iefirst2 document.getElementById("first2")
    second2_obj=iesecond2 document.getElementById("second2")
    move3(first2_obj)
    second2_obj.style.top=scrollerheight
    second2_obj
    .style.visibility='visible'
    }
    else if (
    document.layers){
    document.main.visibility='show'
    move1(document.main.document.first)
    document.main.document.second.top=scrollerheight+5
    document
    .main.document.second.visibility='show'
    }
    }
    window.onload=startscroll
    </script>
    <script language="JavaScript1.2">
    if (ie||dom){
    document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hiden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+')">')
    document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0;top:0">')
    document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0;top:1;">')
    document.write(messages[0])
    document.writeln('</div>')
    document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0;top:0;visibility:hidden">')
    document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
    document.writeln('</div>')
    document.writeln('</div>')
    document.writeln('</div>')
    }
    </script> 







  5. #5
    عضو نشيط جدا
    تاريخ التسجيل
    Feb 2003
    المشاركات
    484


    جزاك الله خير يامبدع فعلا هذا المطلوب
    ودمت بالف خير





    __________________
    أن أردت التحليق مع الصقور فلا تبقى مع الدجاج -----------
    تصميم...تطوير .برمجه....
    9fahad@gmail.com





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

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

أضف موقعك هنا| اخبار السيارات | حراج | شقق للايجار في الكويت | بيوت للبيع في الكويت | دليل الكويت العقاري | مقروء | شركة كشف تسربات المياه | شركة عزل اسطح بالرياض | عزل فوم بالرياض| عزل اسطح بالرياض | كشف تسربات المياة بالرياض | شركة عزل اسطح بالرياض