بسم الله الرحمن الرحيم
اخواني الكرام
ارسل إليكم مجموعة رائعة من الاكواد لاستخدامها في تطوير موقعك ولنبدأ مع بعض
1- كود اخر الاخبار من قناة الجزيرة
<****** language=Java******><!--
var g=new Date(); g=g.getTime()%1000;
********.writeln('<iframe width=100% height=30 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://www.faisal1.com/jazeer1m.php>');
// --></******>
<NO******><!--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 --></NO******>
2- اخر الاخبار من موقع البي بي سي
<****** language=Java******><!--
var g=new Date(); g=g.getTime()%1000;
********.writeln('<iframe width=100% height=30 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://www.faisal1.com/bbc1m.php>');
// --></******>
<NO******><!--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 --></NO******>
3- محرك بحث لدليل فيصل للمواقع
<body>
<table cellSpacing="0" cellPadding="0" align="center" border="0" width="46">
<form name="search_form" action="http://www.faisal1.com/links/index.php?action=search" method="post">
<tbody>
<tr>
<td class="bodymd" width="53"><input size="11" name="search_for" value="دليل فيصل" style="font-family: Tahoma; color: #800000; font-size: 8pt; background-color: #F1F1EB; border: 1 solid #000000"></td>
</tr>
<tr>
<td align="middle" width="53">
<p align="center"><input type="submit" value="ابحث الان" name="submit" style="font-family: Tahoma; color: #FF9900; background-color: #000000; border: 1 solid #000000"></p>
</td>
</tr>
</FORM>
</tbody>
</table>
</body>
4- أخبار المفكرة الإسلامية
<p align="center"><!--webbot bot="HTMLMarkup" startspan --><p align="center"><!--webbot bot="HTMLMarkup" startspan --><P align="left" class="para">
<iframe id='myframe' src=' [فقط الأعضاء المسجلين والمفعلين يمكنهم رؤية الوصلات . إضغط هنا للتسجيل] me_var=tahoma&fontsize_var=4&fontbold_var=1&fontit alic_var=0&fontunderline_var=0&direction_var=right ' frameBorder='no' width='100%' height='100%'></iframe>
</P>
<!--webbot bot="HTMLMarkup" endspan -->
</p>
5- الاخبار من محيط
<****** language=Java******><!--
var g=new Date(); g=g.getTime()%1000;
********.writeln('<iframe width=100% height=30 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://us.moheet.com/asp/country_m.asp?m=23>');
// --></******>
<NO******><!--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 --></NO******>
6- كود اخر الاخبار من الاي إف بي
<****** language=Java******><!--
var g=new Date(); g=g.getTime()%1000;
********.writeln('<iframe width=100% height=45 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://www.asharqalawsat.com/scrollafp.asp>');
// --></******>
<NO******><!--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 --></NO******>
7- خدمة الأمثال والأحكام العشوائية من موقع فيصل
<****** language=Java******><!--
var g=new Date(); g=g.getTime()%1000;
********.writeln('<iframe width=60% height=35 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://faisal1.com/services/wq/wqh.php>');
// --></******>
<NO******><!--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 --></NO******>
8- محرك بحث
<****** language="Java******"><!--
// START HIDE
var MAX_ENGINES = 35;
var tp='';
var tpp='';
var find = 'hunt';
var hold=0;
var hold2=0;
var gog=0;
var ap='';
function MakeArray(n) {
for (var i = 1; i <= n; i++) {
this[i] = 0;
}
this.maxlen = n;
this.len = 0;
return this;
}
var engs = new MakeArray(MAX_ENGINES);
function find_substring(needle, haystack) {
var i, needlen = needle.length, haylen = haystack.length;
for (i=0; i<=haylen-needlen; i++) {
if (needle == haystack.substring(i,i+needlen))
return i;
}
return false;
}
function Engine(name, opts, home, search) {
var gotcha = find_substring(find, search);
this.name = name;
this.opts = opts;
this.home = home;
this.pre_gotcha = search.substring(0,gotcha);
this.post_gotcha= search.substring(gotcha+find.length, search.length);
}
function Add(name, opts, home, search) {
engs.len++;
if (engs.len <= engs.maxlen) {
engs[engs.len] = new Engine(name, opts, home, search)
}
else {
***** ('Better increase MAX_ENGINES: ' + engs.Len + '>' + engs.maxlen)
}
}
function DisplayForm() {
********.writeln('<FORM Name=Gotchaform OnSubmit="HandleForm(this); return false">');
********.writeln('<strong></strong> <INPUT size=15 name="query">');
********.writeln('<strong></strong> <SELECT name="service">');
for (i=1; i <= engs.len; i++) {
********.writeln("<OPTION " + engs[i].opts + "> " + engs[i].name);
}
********.writeln('</SELECT> <input type=submit value="ابحث"><br>');
********.writeln('</FORM>');
********.Gotchaform.query.focus()
}
function HandleForm(form){
var i, newq="", oldq=form.query.value;
for (i=0; i<oldq.length; i++) { // compress [ ]+ into \+
var thischar = oldq.charAt(i);
if (thischar =="+")newq += "%2B";
else
if (thischar != ' ')
newq += thischar;
else if (lastchar != ' ')
newq += '+';
lastchar = thischar;
}
var eng = engs[1+form.service.selectedIndex];
// Window
search=window.open(newq ? eng.pre_gotcha + newq + eng.post_gotcha : eng.home,"SmartSearch","scrollbars=yes,toolbar=yes ,location=yes,directories=yes,status=yes,menubar=y es,resizable=yes,width='100%',hight='100%'");
}
Add("Alta Vista","SELECTED","http://altavista.digital.com/","http://altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=d&q=hunt");
Add("Yahoo!","","http://www.yahoo.com/","http://search.yahoo.com/bin/search?p=hunt" );
Add("DejaNews","","http://www.dejanews.com/","http://search.dejanews.com/nph-dnquery.xp?query=hunt&defaultOp=AND&svcclass=dncur rent&maxhits=25");
Add("HotBot","","http://www.search.hotbot.com","http://www.search.hotbot.com/search.html?MT=hunt&DC=25");
Add("Infoseek","","http://www.infoseek.com/Home?pg=Home.html&sv=A2","http://www.infoseek.com/Titles?qt=hunt&col=WW&sv=A2");
Add("Excite","","http://www.excite.com/","http://www.excite.com/search.gw?searchType=Concept&search=hunt&category= default");
Add("Lycos","","http://www.lycos.com/","http://www.lycos.com/cgi-bin/pursuit?query=hunt&backlink=639");
Add("Magellan","","http://www.mckinley.com/","http://www.mckinley.com/extsearch.cgi?query=hunt");
Add("Open****","","http://search.open****.com","http://search.open****.com/omw/simplesearch?SearchFor=hunt&mode=and");
Add("WebCrawler","","http://webcrawler.com/","http://webcrawler.com/cgi-bin/WebQuery?search****=hunt&maxHits=25");
// Software
Add("ZDNet Files","","http://www.zdnet.com/","http://www6.zdnet.com/cgi-bin/texis/swlib/hotfiles/search.html?Usrt=rel&Usrchtype=simple&U****=hunt") ;
Add("Filez","","http://www.filez.com/","http://filez.com/cgi/filez.cgi?query=hunt&type=All+Files&hits=50&domain =World&doit=Search/");
Add("Shareware.com","","http://www.shareware.com/","http://search.shareware.com/code/engine/Find?logop=and&cfrom=quick&orfile=True&hits=25&sea rch=hunt&category=All-Categories");
Add("PC Gamer","","http://www.pcgame.com/","http://www.pcgame.com/finder/search.cgi?key=hunt");
// Denmark
DisplayForm();
// STOP HIDE
// --></******>
9- محرك بحث جوجل
<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; ****-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 -->
10- محرك بحث عن الدومين
<!-- This ****** has been in the [فقط الأعضاء المسجلين والمفعلين يمكنهم رؤية الوصلات . إضغط هنا للتسجيل] Java****** Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<HTML>
<HEAD>
<**** NAME="GENERATOR" *******="Adobe PageMill 3.0 Win">
<TITLE>Domain Name Search</TITLE>
</HEAD>
<BODY LINK="#990000" VLINK="#990000">
<FORM METHOD="POST" ACTION="http://click.linksynergy.com/fs-bin/statform"
ENCTYPE="x-www-form-urlencoded">
<P><CENTER><INPUT TYPE="hidden" NAME="id" VALUE="SBfxAUmUKPo"><INPUT
TYPE="hidden" NAME="offerid" VALUE="6822"><INPUT TYPE="hidden"
NAME="bnid" VALUE="2"><INPUT TYPE="hidden" NAME="subid" VALUE="">
<INPUT TYPE="hidden" NAME="lang" VALUE="es"><TABLE WIDTH="120"
BORDER="0" CELLSPACING="0" CELLPADDING="4" BGCOLOR="#EEEEEE">
<TR>
<TD COLSPAN="2" BGCOLOR="#0080a0">
<B><FONT COLOR="#ffffff" SIZE="-1" FACE="Arial">الباحث عن الدومين</FONT></B></TD>
</TR>
<TR VALIGN="TOP" WIDTH="150">
<TD>
<B><FONT COLOR="#000000" SIZE="-2" FACE="Arial">Search here</FONT></B>
<INPUT TYPE="****" NAME="domain" SIZE="15" MAXLENGTH="22"></TD>
<TD WIDTH="50" VALIGN="BOTTOM">
<INPUT TYPE="submit" NAME="" VALUE="ابحث">
</TD>
</TR>
<TR>
<TD COLSPAN="2">
<FONT COLOR="#000080" SIZE="-2" FACE="Arial">
</FONT></TD>
</TR>
</TABLE><IMG SRC="http://ad.linksynergy.com/fs-bin/show?id=SBfxAUmUKPo&bids=6822&type=5"
WIDTH="1" HEIGHT="1" BORDER="0" NATURALSIZEFLAG="0" ALIGN="BOTTOM"></CENTER></FORM>
</BODY>
</HTML>
<!-- Simba says Roar. -->
11- محرك بحث العرب
<html><head><title>Suggestion form on an Arab Search Engine</title>
<**** NAME="de******ion" *******="Suggest an arab search engine or an Arab directory">
<**** NAME="keywords" *******="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="****" 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>
12- تقويم ميلادي
<BODY>
<CENTER>
<****** LANGUAGE="Java******">
<!-- This ****** and many more are available free online at -->
<!-- The Java****** Source!! [فقط الأعضاء المسجلين والمفعلين يمكنهم رؤية الوصلات . إضغط هنا للتسجيل] -->
<!-- Begin
monthnames = new Array(
"يناير",
"فبراير",
"مارس",
"ابريل",
"مايو",
"يونيو",
"يوليو",
"اغسطس",
"سبتمبر",
"اكتوبر",
"نوفبر",
"ديسمبر");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
********.write("<table border=2 bgcolor=white ");
********.write("bordercolor=black><font color=black>");
********.write("<tr><td colspan=7><center><strong>"
+ monthnames[thismonth] + " " + thisyear
+ "</strong></center></font></td></tr>");
********.write("<tr>");
********.write("<td align=center>الاحد</td>");
********.write("<td align=center>الاثنين</td>");
********.write("<td align=center>الثلاثاء</td>");
********.write("<td align=center>الاربعاء</td>");
********.write("<td align=center>الخميس</td>");
********.write("<td align=center>الجمعة</td>");
********.write("<td align=center>السبت</td>");
********.write("</tr>");
********.write("<tr>");
for (s=0;s<startspaces;s++) {
********.write("<td> </td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
********.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
********.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
}
}
}
if (count==thisdate) {
********.write("<font color='FF0000'><strong>");
}
if (count <= monthdays[thismonth]) {
********.write(count);
}
else {
********.write(" ");
}
if (count==thisdate) {
********.write("</strong></font>");
}
if (linktrue)
********.write("</a>");
********.write("</td>");
count++;
}
********.write("</tr>");
********.write("<tr>");
startspaces=0;
}
********.write("</table></p>");
// End -->
</******>
</CENTER>
13- اله حاسبة
**********
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 = ''}
</******>
<p align="center"><font color="#000000" size="3"
face="Verdana, Arial, Helvetica, sans-serif"><strong></strong></font><strong> </strong></p>
<form name="calc">
<div align="center"><center><table border="1"
bgcolor="#FFEAFF">
<tr>
<td colspan="4"><input type="****" size="30"
name="expr" action="compute(this.form)"> </td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 7 " onclick="enter(this.form, seven)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 8 " onclick="enter(this.form, eight)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 9 " onclick="enter(this.form, nine)"> </p>
</td>
<td><p align="center"><input type="button"
value=" / " onclick="enter(this.form, divide)"> </p>
</td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 4 " onclick="enter(this.form, four)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 5 " onclick="enter(this.form, five)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 6 " onclick="enter(this.form, six)"> </p>
</td>
<td><p align="center"><input type="button"
value=" * " onclick="enter(this.form, multiply)"> </p>
</td>
</tr>
<tr>
<td><p align="center"><input type="button"
value=" 1 " onclick="enter(this.form, one)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 2 " onclick="enter(this.form, two)"> </p>
</td>
<td><p align="center"><input type="button"
value=" 3 " onclick="enter(this.form, three)"> </p>
</td>
<td><p align="center"><input type="button"
value=" - " onclick="enter(this.form, minus)"> </p>
</td>
</tr>
<tr>
<td colspan="2"><p align="center"><input
type="button" value=" 0 "
onclick="enter(this.form, zero)"> </p>
</td>
<td><p align="center"><input type="button"
value=" . " onclick="enter(this.form, decimal)"> </p>
</td>
<td><p align="center"><input type="button"
value=" + " onclick="enter(this.form, plus)"> </p>
</td>
</tr>
<tr>
<td colspan="2"><p align="center"><input
type="button" value=" = "
onclick="compute(this.form)"> </p>
</td>
<td colspan="2"><p align="center"><input type="reset"
value="AC" onclick="clear(this.form)"> </p>
</td>
</tr>
</table>
</center></div>
</form>
<p align="center"> </p>
<p align="center"><a
<p align="center"> </p>
<p> </p>
</body>
</html>
14- رابط مشع
<p align="left"><****** language="Java******">
<!-- 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;
********.linkColor = colors[link];
********. vlinkColor = colors[vlink];
setTimeout("linkDance()",delay*1000);
}
linkDance();
// End -->
</******></p>
<p align="center"><a href="http://faisal1.com"><font size="6"
face="Monotype Koufi">موقع فيصل </font></a></p>
<p align="center"><font size="6" face="Monotype Koufi"></font> </p>
15- إخفاء خط الرابط
<style type="****/css">
<!--
a { color: #000000; ****-decoration: none; cursor: default}
a:hover { ****-decoration: none}
-->
</style>
</head>
<a href="#"></a>
<style type="****/css">
<!--
a.blank { color: #000000; ****-decoration: none; cursor: default}
a.blank:hover { ****-decoration: none}
-->
</style>
</head>
<a href="#" class="blank"></a>
16- رسالة تظهر للزائر عندما يدخل لصفحتك
<****** LANGUAGE="Java******">
<!--
window.*****("مرحبا بكم اتمنى ان ينال رضاكم موقعى بس لاتنسون الترشيح")
// -->
</******>
17-لجعل الصفحة تتحرك من الأعلى الى الأسفل بشكل اتوماتيكي
<****** language="Java******1.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 (********.all)
temp=********.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 (********.all)
currentpos=********.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
</******>
18- كلمات تتبع الماوس
<HTML>
<HEAD>
<TITLE>mouse</TITLE>
<**** name="de******ion" *******="">
<**** name="keywords" *******="">
<style>.spanstyle {
COLOR: white; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px; VISIBILITY: visible
}
</style>
<****** LANGUAGE="Java******">
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 = (********.layers) ? e.pageX : ********.body.scrollLeft + event.clientX;
y = (********.layers) ? e.pageY : ********.body.scrollTop + event.clientY;
flag = 1;
}
function makesnake() {
if (flag == 1 && ********.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 && ********.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("********.span" + i);
thisspan.left = xpos[i];
thisspan.top = ypos[i];
}
}
var timer = setTimeout("makesnake()", 10);
}
// End -->
</******>
</HEAD>
<body bgcolor="#000080" ****="#000000" onload="makesnake()"
style="OVERFLOW-X: hidden; OVERFLOW-Y: scroll; WIDTH: 100%">
<****** LANGUAGE="Java******">
<!-- Begin
for (i = 0; i <= message.length-1; i++) {
********.write("<span id='span"+i+"' class='spanstyle'>");
********.write(message[i]);
********.write("</span>");
}
if (********.layers) {
********.captureEvents(Event.MOUSEMOVE);
}
********.onmousemove = handlerMM;
// End -->
</******>
<//--><//"--><!-- VC layer -->
<****** LANGUAGE="Java******">
<!--
********.write('<LAYER SRC="' + ValueBanner + '&t=html" WIDTH="' + IWidth
+ '" ');
********.write('HEIGHT="' + IHeight + '" VISIBILITY="hide" onLoad=');
********.write('"moveToAbsolute(VC.pageX,VC.pageY) ; clip.width=' + IWidth
+ '; ');
********.write('clip.height=' + IHeight +
'; visibility=\'show\'"></LAYER>');
// -->
</******>
<!-- vc layer -->
</BODY>
</HTML>
19- حروف مضيئة كالذي تشاهده الان في اسفل الشريط
<****** language="Java******">
<!--
var x = 0
var speed = 300
var **** = "اتمنى ان ينال موقعي رضاكم "
function Blinky() {
window.status = ****
setTimeout("Blinky2()", speed)
}
function Blinky2() {
window.status = " "
setTimeout("Blinky()", speed)
}
Blinky()
//-->
//http://www.faisal.com
</******>
20- منع الزر الأيمن
<******
language="Java******"><!--
function click() {
if (event.button==2) {
*****('لاداعى للزر اليمين ');
}
}
********.onmousedown=click
// -->
// --></******><!-- http://kok.8k.COM-->
--------------------------------------------------------------------------------
21- ساعة
<****** LANGUAGE="Java******">
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"
********.clock.face.value = timeValue
timerID = setTimeout("showtime()",1000)
timerRunning = true
}
//-->
</******>
<form name="clock" onSubmit="0">
<INPUT TYPE="****" NAME="face" SIZE=11 READONLY VALUE ="....Initializing....">
</form>
<****** LANGUAGE="Java******">
<!--
startclock()
//-->
</******>
22- التسجيل في المفضلة
<a href="java******:window.external.AddFavorite('http ://سجل هنا عنوان موقعك/',%20'((( سجل هنا اسم موقعك بالعربى)))')"> سجل في مفضلتك </a>
23- هذا كود عبارة عن طلب ترشيح
<****** language="Java******">
<!-- The Java****** Source!! <a href="http://faam.8m.com.">
function vote () {
vote4alnadeem=window.open("http://www.arank.com/cgi-bin/rank/rankem.cgi?action=in&id=hamad999");
} function cancel () {}
if (confirm("هل ترشحنى لافضل مائه موقع عربى")) { vote();
} else cancel()
// --></******>
24- لوضع صفحة داخل صفحتك
<IFRAME WIDTH=100% HEIGHT=300 SRC="http://هنا ضع عنوان الصفحة"></IFRAME>
25- كود جميل جدا .. تستطيع ان تظع صورتين متغيرتين على شكل زر بحيث اذا مررت بالفارة تتغير الصورة
<!-- TWO STEPS TO INSTALL PRELOAD IMAGES:
1. Paste the first into the HEAD of your HTML ********
2. Add the last code into the BODY of your HTML ******** -->
<!-- STEP ONE: Copy this code into the HEAD of your HTML ******** -->
<HEAD>
<****** LANGUAGE="Java******">
<!-- This ****** and many more are available free online at -->
<!-- The Java****** Source!! [فقط الأعضاء المسجلين والمفعلين يمكنهم رؤية الوصلات . إضغط هنا للتسجيل] -->
<!-- Begin
image1 = new Image();
image1.src = "الصورة الثانية";
// End -->
</******>
</HEAD>
<!-- STEP TWO: Insert this code into the BODY of your HTML ******** -->
<BODY>
<a href="العنوان" onmouseover="image1.src='الصورة الثانية';"
onmouseout="image1.src='الصورة الأولى';">
<img name="image1" src="الصورة الأولى" border=0></a>
</BODY>
image.jpg ضع اسم الصورة مثل كذا
__________________
تحياتي وليد الشهري