منتديات صواديف عشاق

منتديات صواديف عشاق (https://s-eshq.com/vb/index.php)
-   •₪•♔قسم تطوير| المنتديات ♔•₪• (https://s-eshq.com/vb/forumdisplay.php?f=67)
-   -   مواقع واكواد JavaScript (https://s-eshq.com/vb/showthread.php?t=6423)

هلاك 12-30-2023 04:54 PM

مواقع واكواد JavaScript
 
اهلا اخوتي واخواتي معي مواقع لأكواد الجافا سكربت مع بعض الاكواد المهمة

اولاً موقع ساعات الجافا سكربت http://www.clocklink.com/

ثانياً موقع يضهر الزوار واعلام بلادهم وعددهم http://www.flagcounter.com/index.html?

ثالثاً موقع يضهر زوار الموقع على كرة ارضية متحركة http://www.revolvermaps.com/

الان الاكواد


كود نص يضيئ تدريجياً

كود:

<h2> <script language="JavaScript1.2">    var message="ضعوا النص هنا" var neonbasecolor="gray" var neontextcolor="yellow" var flashspeed=100  //in milliseconds  ///No need to edit below this line/////  var n=0 if (document.all||document.getElementById){ document.write('<font color="'+neonbasecolor+'">') for (m=0;m<message.length;m++) document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>') document.write('</font>') } else document.write(message)  function crossref(number){ var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number) return crossobj }  function neon(){  //Change all letters to base color if (n==0){ for (m=0;m<message.length;m++) //eval("document.all.neonlight"+m).style.color=neonbasecolor crossref(m).style.color=neonbasecolor }  //cycle through and change individual letters to neon color crossref(n).style.color=neontextcolor  if (n<message.length-1) n++ else{ n=0 clearInterval(flashing) setTimeout("beginneon()",1500) return } }  function beginneon(){ if (document.all||document.getElementById) flashing=setInterval("neon()",flashspeed) } beginneon()  </script> </h2> </font></p>
كود طباعة الصفحة

كود:

<a href="javascript:window.print()">اطبع هذه الصفحة</a>
كود لوضع الفلاش

كود:

<object width="150" height="340"> <param value="MYFLASH.swf" name="movie"/> <embed width="150" src="URL OF MYFLASH.swf" height="340"> </embed> </object>
كود القراَن الكريم


كود:

<center><************************ align="center" allowtransparency="1" frameborder="0" height="334" id="IW_frame_1438" scrolling="no" src="http://www.tvquran.com/add/index.htm" width="302"></************************></center></div>

كود اَلة حاسبة

كود:

**************************************** function compute(obj)    {obj.expr.value = eval(obj.expr.value)} var one = '1' var two = '2' var three = '3' var four = '4' var five = '5' var six = '6' var seven = '7' var eight = '8' var nine = '9' var zero = '0' var plus = '+' var minus = '-' var multiply = '*' var divide = '/' var decimal = '.' function enter(obj, string)    {obj.expr.value += string} function clear(obj)    {obj.expr.value = ''}                      </SCRIPT>        <FONT COLOR="#CC0000" face="Arial"><P><B>الألة الحاسبة                          الإلكترونية</B></P></FONT>      <FORM name="calc">                        <DIV align="center">        <TABLE border="1" bgcolor="#0033CC">                          <TR>                            <TD colSpan="4"><INPUT size=30                                name=expr action="compute(this.form)"></TD></TR>                          <TR>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, seven)" type=button value="  7  "></P></TD>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, eight)" type=button value="  8  "></P></TD>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, nine)" type=button value="  9  "></P></TD>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, divide)" type=button value="  /  "></P></TD></TR>                          <TR>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, four)" type=button value="  4  "></P></TD>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, five)" type=button value="  5  "></P></TD>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, six)" type=button value="  6  "></P></TD>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, multiply)" type=button value="  *  "></P></TD></TR>                          <TR>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, one)" type=button value="  1  "></P></TD>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, two)" type=button value="  2  "></P></TD>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, three)" type=button value="  3  "></P></TD>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, minus)" type=button value="  -  "></P></TD></TR>                          <TR>                            <TD bgColor="#000033" colSpan=2>                              <P><INPUT onclick="enter(this.form, zero)" type=button value="      0      "></P></TD>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, decimal)" type=button value="  .  "></P></TD>                            <TD bgColor="#000033">                              <P><INPUT onclick="enter(this.form, plus)" type=button value="  +  "></P></TD></TR>                          <TR>                            <TD bgColor="#000033" colSpan=2>                              <P><INPUT onclick=compute(this.form) type=button value="  =  "></P></TD>                            <TD bgColor="#000033" colSpan=2>                              <P><INPUT onclick=clear(this.form) type=reset value=AC>          </P></TD></TR></TABLE></DIV></FORM>          <P align="center">                              <FONT face="Courier , New tahoma , erdana, arial, helveticav" size="2"                              color="#0000FF"><B><A target="_blank"

الشريط الخاص بقناة الجزيرة الاخبارية

كود:

<************************ frameborder="0" height="50" marginheight="0" marginwidth="0" scrolling="no" src="http://www.faisal1.com/News_Grab/jazeera.php" width="100%"></************************>

ماتركس 12-30-2023 10:30 PM

جارى العمل مع الهدف

صواديف عشاق 01-01-2024 04:43 AM

تسلم ع جميل الجلب ونشره هلاك
لك الـhttps://www.klk-gla.com/vb/1/_rose2.gifhr5

ريحانة القلب 01-01-2024 01:51 PM

يعطيك العافية على جهودك


الساعة الآن 06:50 AM

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. TranZ By Almuhajir
new notificatio by 9adq_ala7sas
User Alert System provided by Advanced User Tagging (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
This Forum used Arshfny Mod by islam servant

vEhdaa 1.1 by NLP ©2009