كود اظهار الاميل
<FORM> <INPUT TYPE="button" VALUE="اكتب اسم زر الاميل هناء" onClick="parent.location='mailto:اكتب اميلك هناء?subject=The subject you want to appear&cc=you2@youremail.com' "> </FORM>
كود عداد الاحرف
<form method="POST">
<table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> <textarea rows="12" name="charcount" cols="60" wrap="virtual"></textarea> </td> </tr> <tr> <td width="100%"><div align="right"><p><input type="button" value="Calculate Characters" onClick="countit(this)"> <input type="text" name="displaycount" size="20"></p> <div align="center"><center><p><font face="arial" size="-2">This free script provided by</font> <font face="arial, helvetica" size="-2"><a href="http://javascriptkit.com">JavaScript Kit</a></font></p> </center></div></div></td> </tr> </table>
</form>
<script language="JavaScript">
function countit(what){
//Character count script- by javascriptkit.com //Visit JavaScript Kit (http://javascriptkit.com ) for script //Credit must stay intact for use
formcontent=what.form.charcount.value what.form.displaycount.value=formcontent.length } </script>
كود صفحه داخل صفحه تصلح للاكواد اواي
كتابه تريد والكود داخل الصفحه ظلل وانسخ
ظلل وانسخ <script language="Javascript">
<!--
/*
Select All script- By JavaScript Kit(http://www.javascriptkit.com)
Over 400+ free JavaScripts here!
*/
function selectAll(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
}
//-->
</script>
<form name="test">
<a href="javascript:selectAll('test.select1')">Select All</a><br>
<textarea name="select1" rows=10 cols=20>This is some text. This is some text. This is some text. This is some text.</textarea>
</form>
<p align="center"><font face="arial" size="-2">This free script provided by</font><br>
<font face="arial, helvetica" size="-2"><a href="http://javascriptkit.com">JavaScript
Kit</a></font></p>
كود صفحه داخل صفحه كود صغير
<form>
<textarea cols=15 rows=15 onFocus="this.select()">This is a test</textarea>
</form>
كود عداد الكلمات عربي انجليزي
<form method="POST" name="wordcount">
<script language="JavaScript">
function countit(){
/*Word count script
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
*/
var formcontent=document.wordcount.wordcount2.value
formcontent=formcontent.split(" ")
document.wordcount.wordcount3.value=formcontent.length
}
</script>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><textarea rows="12" name="wordcount2" cols="60" wrap="virtual"></textarea></td>
</tr>
<tr>
<td width="100%"><div align="right"><p><input type="button" value="Calculate Words"
onClick="countit()"> <input type="text" name="wordcount3" size="20"></p>
<div align="center"><center><p><font face="arial" size="-2">This free script provided by</font>
<font face="arial, helvetica" size="-2"><a href="http://javascriptkit.com">JavaScript
Kit</a></font></p>
</center></div></div></td>
</tr>
</table>
</form>
كود تحذيري للمواقع والصفحات المخله
<script> if (!confirm("هل تريد فعلا دخول هذا الموقع")) window.location=history.go(-1) </script>
كود اطارات خضراء زي الموجود في الصفخه
<style type="text/css">
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>
كود كتابه متحركه الكود المتحرك انسخه
<!--[if IE]>
<IE:Download ID="marqueedata" STYLE="behavior:url(#default#download)" /> <marquee id="externalmarquee" direction=up scrollAmount=4 style="width:200px;height:150px;border:1px solid black;padding:3px" onMouseover="this.scrollAmount=2" onMouseout="this.scrollAmount=4" src="update.htm"> </marquee>
<script language="JavaScript1.2">
/* External Data Source Marquee Script (Updated 99/11/02)- © Dynamic Drive (www.dynamicdrive.com ) For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com */
function downloaddata(){ marqueedata.startDownload(externalmarquee.src,displaydata) }
function displaydata(data){ externalmarquee.innerHTML=data }
if (document.all) window.onload=downloaddata
</script>
<![endif]-->
كود لاربع مواقع بحث عالمية
Yahoo.com
Google
Lycos
AltaVista
<form name="jumpy"> <select name="example" size="1" onChange="gone()"> <!-- CHANGE THE BELOW URLS TO YOUR OWN--> <option value="http://www.yahoo.com " selected>Yahoo.com</option> <option value="http://www.google.com">Google</option > <option value="http://www.lycos.com">Lycos</option > <option value="http://www.AltaVista.com">AltaVista</option > </select>
<input type="button" name="test" value="Go!" onClick="gone()"> </form>
<script language="javascript"> <!--
//Drop-down Document Viewer- © Dynamic Drive (www.dynamicdrive.com ) //For full source code, 100's more DHTML scripts, and TOS, //visit http://www.dynamicdrive.com
//Specify display mode (0 or 1) //0 causes document to be displayed in an inline frame, while 1 in a new browser window var displaymode=1 //if displaymode=0, configure inline frame attributes (ie: dimensions, intial document shown var iframecode='<iframe id="external" style="width:95%;height:400px" src="http://www.yahoo.com"></iframe>'
/////NO NEED TO EDIT BELOW HERE////////////
if (displaymode==0) document.write(iframecode)
function gone(){ var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].value if (document.getElementById&&displaymode==0) document.getElementById("external").src=selectedurl else if (document.all&&displaymode==0) document.all.external.src=selectedurl else{ if (!window.win2||win2.closed) win2=window.open(selectedurl) //else if win2 already exists else{ win2.location=selectedurl win2.focus() } } } //--> </script>
هذه مجموعه اكواد كيفية فتح الصفحه منوعه
كود فتح صفحه من فوق وتحت
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=0)">
كود فتح صفحه من داخل لبراء
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=1)">
كود فتح صفحه من براء لداخل
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=2)">
كود فتح صفحه من تحت لفوق
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=4)">
كود فتح صفخه من فوق لتحت
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=5)">
كود فتح صفحه من اليسار الي اليمين
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=6)">
كود فتح صفحه من اليمين الي اليسار
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=7)">
كود فتح صفحه بشكل جميل1
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=21)">
كود فتح صفحه بشكل جميل2
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=22)">
ك ود اظهار رابط صفحه او اي شي تريد داخل صفحه
<object type="text/x-scriptlet" width=100% height="250" data="ادخل رابط هناء"> </object>
كود نقاط حمر تتبع الماوس
<script language="JavaScript">
//Comment trail script- By Kurt (kurt.grigg@virgin.net)
//Script featured on Dynamic Drive
//Visit http://www.dynamicdrive.com for this script and more
colours=new Array('#ff0000','#00ff00','#ffffff','#ff00ff','#ffa500','#ffff00','#00ff00','#ffffff','ff00ff')
n = 10;
y = 0;
x = 0;
n6=(document.getElementById&&!document.all);
ns=(document.layers);
ie=(document.all);
d=(ns||ie)?'document.':'document.getElementById("';
a=(ns||n6)?'':'all.';
n6r=(n6)?'")':'';
s=(ns)?'':'.style';
if (ns){
for (i = 0; i < n; i++)
document.write('<layer name="dots'+i+'" top=0 left=0 width='+i/2+' height='+i/2+' bgcolor=#ff0000></layer>');
}
if (ie)
document.write('<div id="con" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
if (ie||n6){
for (i = 0; i < n; i++)
document.write('<div id="dots'+i+'" style="position:absolute;top:0px;left:0px;width:'+i/2+'px;height:'+i/2+'px;background:#ff0000;font-size:'+i/2+'"></div>');
}
if (ie)
document.write('</div></div>');
(ns||n6)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
y = (ns||n6)?evnt.pageY+4 - window.pageYOffset:event.y+4;
x = (ns||n6)?evnt.pageX+1:event.x+1;
}
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
function animate(){
o=(ns||n6)?window.pageYOffset:0;
if (ie)con.style.top=document.body.scrollTop;
for (i = 0; i < n; i++){
var temp1 = eval(d+a+"dots"+i+n6r+s);
randcolours = colours[Math.floor(Math.random()*colours.length)];
(ns)?temp1.bgColor = randcolours:temp1.background = randcolours;
if (i < n-1){
var temp2 = eval(d+a+"dots"+(i+1)+n6r+s);
temp1.top = parseInt(temp2.top);
temp1.left = parseInt(temp2.left);
}
else{
temp1.top = y+o;
temp1.left = x;
}
}
setTimeout("animate()",10);
}
animate();
// -->
</script>