Admin   ;
الدولة : عدد المساهمات : 642 نقاط : 152032 تاريخ التسجيل : 10/01/2010 العمر : 36 الموقع : http://abdo4esl.weebly.com/ العمل/الترفيه : معلم لغة إنجليزية
| موضوع: سكربتات لموقعك جميلة جدا الأحد 10 يناير 2010, 2:07 pm | |
| ــــــــــــــــــــــــــــــ نقدم لكم مجموعة سكربتات متنوعة و جميلة لموقعك
سكربت ساعة إلكترونية
- الكود:
-
<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>
سكربت صفحة داخل صفحة - الكود:
-
<IFRAME WIDTH=100% HEIGHT=300 SRC="http://هنا ضع عنوان الصفحة"></IFRAME> سكربت حكمة تتغير - الكود:
-
<script LANGUAGE="JavaScript">
<!-- Begin var a = Math.random() + "" var rand1 = a.charAt(5) quotes = new Array quotes[1] = "لايلدغ المؤمن من جحر مرتين" quotes[2] = "لا يرمي الناس بالحجارة من كان بيته من زجاج" quotes[3] = "اللهم علمني ما نسيت و ذكرني بما جهلت" quotes[4] = "إن الله و ملائكته يصلون على النبي يا أيها اللذين آمنوا صلوا و سلموا عليه تسليما" quotes[5] = "إنما الأعمال بالنيات " quotes[6] = "اهلا بكم في صفحتي" quotes[7] = "خير الامور أوسطها" quotes[8] = "لتكن كبيرة أو صغيرة فهي بلادي و ليكن بعيد أو قريب فه ابن بلدي - مثل صيني" quotes[9] = "لا إله إلا الله" quotes[0] = "بلادي و إن جارت علي عزيزة" var quote = quotes[rand1] document.write(quote); // End --> سكربت اليوم والساعة والتاريخ - الكود:
-
<HTML> <HEAD> <TITLE>Clock And Date</TITLE> <SCRIPT LANGUAGE="JavaScript">
<!-- Hide JavaScript From Java-Impaired Browsers var timerID = null var timerRunning = false function MakeArray(size) { this.length = size; for(var i = 1; i <= size; i++) { this[i] = ""; } return this; } function stopclock (){ if(timerRunning) clearTimeout(timerID); timerRunning = false } function showtime () { var now = new Date(); var year = now.getYear(); var month = now.getMonth() + 1; var date = now.getDate(); var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds(); var day = now.getDay(); Day = new MakeArray(7); Day[0]="SUN"; Day[1]="MON"; Day[2]="TUE"; Day[3]="WED"; Day[4]="THU"; Day[5]="FRI"; Day[6]="SAT"; var timeValue = ""; timeValue += (Day[day]) + " "; timeValue += ((month < 10) ? " 0" : " ") + month + "-"; timeValue += date + "-" + year + " "; timeValue += ((hours <= 12) ? hours : hours - 12); timeValue += ((minutes < 10) ? ":0" : ":") + minutes; timeValue += ((seconds < 10) ? ":0" : ":") + seconds; timeValue += (hours < 12) ? " AM" : " PM"; window.status = timeValue; timerID = setTimeout("showtime()",1000); timerRunning = true } function startclock () { stopclock(); showtime() } // End Hiding -->
</SCRIPT> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#FF0000" VLINK="#000080" ALINK="#000080" onLoad="startclock();"> سكربت نص بإطار متوهج - الكود:
-
<p align="center"> <INPUT TYPE="button" VALUE="راسلـــــــني" onClick="parent.location='mailto:عنوان البريد?subject=جملة ترحيب بالمرسل'" style="font-family: Tahoma; color: #0000FF; background-color: #F0F0F0"> </FORM> سكربت مكتبة منتديات عبده الأقصرى لتعلم اللغة الإنجليزية - الكود:
-
<embed style="font-weight: bold; color: Yellow; background-color: Black;" src="http://www.box.com//static/flash/box_explorer.swf?widget_hash=51ac7852b9bd151d3e3d&v=0&cl=0&s=0" wmode="transparent" type="application/x-shockwave-flash" height="700" width="1100"></div><div style="text-align: center;"><span style="font-weight: bold;"><font size="3">
سكربت قائمة منسدلة وغير مل يلزم
- الكود:
-
<form name="guideform"> <p align="center"><select name="guidelinks" size="1" onchange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value"> <option selected value="javascript:void(0)">إختيار..</option> <option value="http://عنوان الصفحة">أسم الصفحة</option> <option value="http://عنوان الصفحة">أسم الصفحة</option> <option value="http://عنوان الصفحة">أسم الصفحة</option> <option value="http://عنوان الصفحة">أسم الصفحة</option> <option value="http://عنوان الصفحة">أسم الصفحة</option> </select> </p> </form>
سكربت منع استخدام الماوس الأيمن - الكود:
-
<SCRIPT language=JavaScript><!--
function click() { if (event.button==2) { alert('هنا تضع جملتك'); } } document.onmousedown=click // --> // --></SCRIPT>
سكربت عبارة ترحيبية على شريط المعلومات - الكود:
-
<script language="JavaScript">
<!--
var currentmsg = 0 var MsgTime = 1000 var MsgEndTime = 4000
function initArray(n) { this.length = n; for (var i =1; i <= n; i++) { this[i] = ' ' } }
msg = new initArray(4) msg[0]="اهلا وسهلا بكم" msg[1]="عموري يرحب بكم" msg[2]="ويتمنى قضاء وقت ممتع" msg[3]="برجاء ابداء الملاحظات على الإميل" msg[4]="amory@ayna.com" function msgrotator() { window.status = msg[currentmsg]
if (currentmsg > msg.length - 1) { currentmsg = 0 setTimeout("msgrotator()", MsgEndTime) }
else { currentmsg = currentmsg + 1 setTimeout("msgrotator()", MsgTime) } }
msgrotator(); //--> http://amory.8m.com </script> كود لتشغيل ملف صوتى عند دخوا الزائر - الكود:
-
<center> <object id="RAOCXPlayer" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" height="50" width="250"> <param name="controls" value="ControlPanel"> <param name="nolabels" value="true"> <param name="autostart" value="true"> <param name="console" value="player1"> <embed TYPE="audio/x-pn-realaudio-plugin" NAME="player1" CONTROLS="ControlPanel" HEIGHT=25 WIDTH=250 NOLABELS=TRUE AUTOSTART=TRUE console="player1"> </object> <object id="RAOCXPlayer2" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" height="25" width="250"> <param name="controls" value="StatusBar"> <param name="nolabels" value="true"> <param name="autostart" value="true"> <param name="SRC" value="http://www.uaefm.com/abdullah_rwaishid/tesawar.ram"> <param name="console" value="player1"> <embed TYPE="audio/x-pn-realaudio-plugin" NAME="player2" SRC="http://عنوان الملف الصوتي" CONTROLS="StatusBar" HEIGHT=25 WIDTH=250 NOLABELS=TRUE AUTOSTART=TRUE console="player1"> </object> </center> </td> <td align=center width=150> سكربت وضع إطار لفيلم فيديو - الكود:
-
<p align="center"> <br> <br> <br> <embed SRC="موقع الفيلم في الانترنت" type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="ImageWindow" HEIGHT="172" WIDTH="220" AUTOSTART="true" style="border: 179 groove #333333"> <br> <br> <br> <p align="center"> <br> <br> <br> <embed type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="ControlPanel" HEIGHT="40" WIDTH="218" AUTOSTART="true" style="border: 10 double #000000"> <br>
سكربت إضافة فلاش على موقعك - الكود:
-
<IFRAME WIDTH=100% HEIGHT=300 SRC="http://www.alwsm.com/bannar.swf"></IFRAME> <br>
سكربت آله حاسبة - الكود:
-
<SCRIPT LANGUAGE=LiveScript><!-- Hide the script from browsers which do not support it.
// Global Variables var acc = 0; // accumulator for calculations var oper = " "; // the previous operation var startnum = true; // is this a new number var decpoint = false; // is there a decimal point var errorstate = false; // an error has occured so lock keys until "AC" is pressed
// Global "Constants" (...) MAXLEN = 14;
// // IsNumeric - returns true if a string is a valid numeric literal // function IsNumeric(num) { var idx = 0; var ch = ""; var foundpoint = false;
for (idx = 0; idx < num.length; idx++) { ch = num.substring(idx, idx +1 ); if ((ch < "0") || (ch > "9")) { if ((ch == ".") && (!foundpoint)) { foundpoint = true; continue; } else { if ((ch == "-") && (idx == 0)) { continue; } } return false; } } // for idx
return true; }
// // ContainsChar - check if a string contains a certain char // function ContainsChar(str, ch) { var idx;
for (idx = 0; idx < str.length; idx++) { if (str.substring(idx, idx + 1) == ch) { return true; } } // for idx
return false; }
// // ContainsDecimalPoint - check if a number string contains a decimal point // function ContainsDecimalPoint(num) { return ContainsChar(num, "."); }
// // DisplayChanged - the display was explicitly changed, so check if it is valid // function DisplayChanged(form, display) { if (!errorstate) { if (IsNumeric(display.value)) { display.defaultValue = display.value; startnum = false; decpoint = ContainsDecimalPoint(display.value); } else { alert("You must enter a numeric value here."); display.value = display.defaultValue; } } else { // errorstate alert('An error has occured. Press the "AC" button.'); } }
// // NumPressed - a digit button was pressed, add it to the current display // function NumPressed(form, digit) { if (!errorstate) { if ((digit !=0) || (form.display.value != "0")) { if (startnum) { // need to put a new number on the display (e.g. after "=") form.display.value = eval(digit); } else { if (form.display.value.length < MAXLEN) { form.display.value = form.display.value + digit; } // enough room to put new digit } // add the digit
startnum = false; form.display.defaultValue = form.display.value; } // not trying to add leading zeros } else { //errorstate alert('An error has occured. Please press the "AC" button'); } }
// // ChangeSign - "+/-" button was pressed, change sign of current display // function ChangeSign(form) { if (!errorstate) { if (form.display.value != "0") { if (eval(form.display.value) < 0) { // negative no problem form.display.value = 0 - eval(form.display.value); } else { // positive, make sure it's not too long if (form.display.value.length < MAXLEN) form.display.value = 0 - eval(form.display.value); } // positive
form.display.defaultValue = form.display.value; startnum = false; } // not 0, can be negated } else { // errorstate alert('An error has occured. Please press the "AC" button'); } }
// // PointPressed - the decimal dot was pressed, add it to number and start putting disits after it // function PointPressed(form) { if (!errorstate) { if ((!decpoint) && (form.display.value.length < MAXLEN - 1)) { form.display.value = form.display.value + "."; form.display.defaultValue = form.display.value; decpoint = true; startnum = false; } // decimal point not already present } else { // errorstate alert('An error has occured. Please press the "AC" button'); } }
// // ClearAll - "AC" button was pressed, restart the calculator // function ClearAll(display) { display.value = "0"; display.defaultValue = "0"; decpoint = false; acc = 0; oper = " "; startnum = true; errorstate = false; }
// // ClearNum - "C" button was pressed, clear only current number on display // function ClearNum(display) { if (!errorstate) { display.value = "0"; display.defaultValue = "0"; decpoint = false; startnum = true; } else { // errorstate alert('An error has occured. Please press the "AC" button'); } }
// // RemoveZeros - remove leading zeros after a decimal point from a number string // function RemoveZeros(num) { var idx;
if (ContainsChar(num, ".")) { idx = num.length - 1; ch = num.substring(idx, idx + 1); while((idx > 0) && (ch == "0")) { idx--; ch = num.substring(idx, idx + 1); } num = num.substring(0, idx + 1);
// get rid of a trailing decimal point, if it remained hanging after the torture ... if (num.substring(num.length - 1, num.length) == ".") { num = num.substring(0, num.length - 1) } } // num contains a decimal point
return num; }
// // CalcDisplay - calculate the new display using the accumulator and the previous operator // function CalcDisplay(display) { if (oper == "+") { display.value = acc + eval(display.value); } else if (oper == "-") { display.value = acc - eval(display.value); } else if (oper == "*") { display.value = acc * eval(display.value); } else if (oper == "/") { if (display.value == "0") { display.value = "ERROR !" errorstate = true; } else { display.value = acc / eval(display.value); } }
if (!errorstate) { if ((eval(display.value) >= eval("1e" + MAXLEN)) || (eval(display.value) <= eval("-1e" + (MAXLEN - 1)))) { display.value = "ERROR !"; errorstate = true; } else { if (!ContainsChar(display.value, "e")) { // not exponential format if (display.value.length > MAXLEN) { // number is in permited range, so extra digits are after decimal point // truncate extra digits display.value = display.value.substring(0, MAXLEN); // get rid of a hanging decimal point if (display.value.substring(MAXLEN - 1, MAXLEN) == ".") { display.value = display.value.substring(0, MAXLEN - 1); } else { // get rid of trailing zeros display.value = RemoveZeros(display.value); } } // string too long } else { // exponential format // Numbers smaller than 0.00001 are represented in exponential notation by the browser. // A piece of code to translate them to fix notation should be put here. // This is getting *much* too boring for me, so I leave it as is. // If anyone has the will power to write it, I'll be glad to include it ... } // exponential format } // not too high or low } // no error yet (division by zero) display.defaultValue = display.value; }
// // OperPressed - calculate the new display and move it to the accumulator // function OperPressed(form, newoper) { if (!errorstate) { CalcDisplay(form.display); oper = newoper; acc = eval(form.display.value); startnum = true; decpoint = false; } else { // errorstate alert('An error has occured. Please press the "AC" button'); } }
// // CalcResult - the "=" button was pressed, put result on display // function CalcResult(form) { if (!errorstate) { CalcDisplay(form.display); oper = " "; acc = 0; startnum = true; decpoint = false; } else { // errorstate alert('An error has occured. Please press the "AC" button'); } }
// End of hiding script from browsers which do not support it. --></SCRIPT>
<P> </P>
<P><FORM ACTION="" METHOD=POST> <P><TABLE BORDER=2> <TR> <TD> <P><INPUT TYPE=text NAME=display VALUE="0" SIZE=15 onchange="DisplayChanged(this.form, this.form.display)"></P> </TD> </TR> <TR> <TD> <P><TABLE BORDER=1> <TR> <TD> <P><INPUT TYPE=radio NAME=radio VALUE=value338414 CHECKED onclick="history.go(-1)"></P> </TD> <TD> <P> </P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" C " onclick="ClearNum(this.form.display)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE="AC" onclick="ClearAll(this.form.display)"></P> </TD> </TR> <TR> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" 1 " onclick="NumPressed(this.form, 1)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" 2 " onclick="NumPressed(this.form, 2)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" 3 " onclick="NumPressed(this.form, 3)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" + " onclick='OperPressed(this.form, "+")'></P> </TD> </TR> <TR> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" 4 " onclick="NumPressed(this.form, 4)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" 5 " onclick="NumPressed(this.form, 5)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" 6 " onclick="NumPressed(this.form, 6)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" - " onclick='OperPressed(this.form, "-")'></P> </TD> </TR> <TR> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" 7 " onclick="NumPressed(this.form, 7)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" 8 " onclick="NumPressed(this.form, 8)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" 9 " onclick="NumPressed(this.form, 9)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" X " onclick='OperPressed(this.form, "*")'></P> </TD> </TR> <TR> <TD> <P><INPUT TYPE=button NAME=Button VALUE="+/-" onclick="ChangeSign(this.form)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" 0 " onclick="NumPressed(this.form, 0)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" . " onclick="PointPressed(this.form)"></P> </TD> <TD> <P><INPUT TYPE=button NAME=Button VALUE=" / " onclick='OperPressed(this.form, "/")'></P> </TD> </TR> <TR> <TD COLSPAN=4> <P><INPUT TYPE=button NAME=Button VALUE=" = " onclick="CalcResult(this.form)"> <SCRIPT LANGUAGE=LiveScript><!-- Hide the script from browsers which do not support it. document.forms[0].display.value = "0"; document.forms[0].display.value = document.forms[0].display.defaultValue; // End of hiding script from browsers which do not support it. --></SCRIPT><SCRIPT LANGUAGE=LiveScript><!-- Hide the script from browsers which do not support it. document.forms[0].display.value = "0"; document.forms[0].display.value = document.forms[0].display.defaultValue; // End of hiding script from browsers which do not support it. --></SCRIPT></P> هذه هى الأكواد الأكثر استخداماً فى جميع المواقع والمنتديات ولكن لكم عندى هدية الموضوع سكربت القرآن الكريم قراءة وتحفيظمعاينة الإسكربت - الكود:
-
<iframe src="http://quran.ksu.edu.sa/index.php?l=ar" style="min-width:1000px;width:100%;height:830px;border:none;overflow:hidden"></iframe> أتمنى أن يكون الموضوع مفيد
عدل سابقا من قبل Admin في الإثنين 30 أبريل 2012, 5:18 pm عدل 1 مرات | |
|
مسلم وأفتخر عضو صاحب مكان
الدولة : عدد المساهمات : 56 نقاط : 46907 تاريخ التسجيل : 21/01/2010
| موضوع: الرد الخميس 21 يناير 2010, 2:35 pm | |
| جميلة جدا مشكوووووووووووووووووووووووور | |
|