|
||||||
| أرشيف تطوير منتديات vb3.0.0 :: يمنع منعاً باتا ً .. كتابة أي موضوع يهتم بمشاكل المنتديات (( يمنع وضع نسخ vBulletin )) |
|
|
LinkBack | أدوات الموضوع | طرق العرض |
|
|||
|
¤©§][§©¤][ ترحيب ][¤©§][§©¤ 1-ترحيب مع الفاره خطوتان لعمل هذا التأثير انسخ هذا الكود في <head> رمز Code:
<style type="text/css">
#divCursor{position:absolute; width:100; height:15;}
</style>
<script type="text/javascript" language="JavaScript">
//Default browsercheck, added to all scripts!
function checkBrowser(){
this.ver=navigator.appVersion
this.dom=document.getElementById?1:0
this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
this.ie4=(document.all && !this.dom)?1:0;
this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
this.ns4=(document.layers && !this.dom)?1:0;
this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5)
return this
}
bw=new checkBrowser()
//Set these variables:
fromLeft=10 // How much from the left of the cursor should the div be?
fromTop=10 // How much from the top of the cursor should the div be?
/********************************************************************
Initilizes the objects
*********************************************************************/
function cursorInit(){
oCursor=new makeCursorObj('divCursor')
scrolled=bw.ns4 || bw.ns5?"window.pageYOffset":"document.body.scrollTop"
if(bw.ns4)document.captureEvents(Event.MOUSEMOVE)
document.onmousemove=move;
}
/********************************************************************
Contructs the cursorobjects
*********************************************************************/
function makeCursorObj(obj,nest){
nest=(!nest) ? '':'document.'+nest+'.'
this.css=bw.dom? document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+"document.layers." +obj):0;
this.moveIt=b_moveIt;
return this
}
function b_moveIt(x,y){this.x=x; this.y=y; this.css.left=this.x; this.css.top=this.y}
/********************************************************************
Tracking the mousemove and moves the object along.
*********************************************************************/
function move(e){
x=bw.ns4 || bw.ns5?e.pageX:event.x
y=bw.ns4 || bw.ns5?e.pageY:event.y
if(bw.ie4 || bw.ie5) y=y+eval(scrolled)
oCursor.moveIt(x+fromLeft,y+fromTop)
}
onload=cursorInit;
</script>
رمز Code:
<div id="divCursor"> اكتب الترحيب هنا </div> الكود يستخد م لكي ترحب بزوارك عند دخوله وتودعهم عند خروجهم رمز Code:
<!-- This script has been in the http://www.javascripts.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<html>
<head>
<title>alert script</title>
</head>
<body>
<BODY BGCOLOR="######" onLoad="alert(' مرحباًبكم ');"
onUnload="alert('نتمنى ان نكون حزنا على رضاكم');">
<CENTER> <A href=""
onmouseover="window.open ('');"
"xavtron
¤©§][§©¤][ تحديث ][¤©§][§©¤ 1-تحديث الصفحة رمز Code:
<input type="Button" name="lukk" value=" تحديث الصفحة" style="font-size: x-small; font-family: Tahoma; font-weight: normal; color: BLAC; background-color: #FFFFC44;" onClick="javascript:location.reload()"> رمز Code:
/*
Auto Refresh Page with Time script
By Website Abstraction (http://www.hhfm.8m.com)
Over 200+ free scripts here!
*/
//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59
var limit="01:10"
if (document.images){
var parselimit=limit.split(":")
parselimit=parselimit[0]*60+parselimit[1]*1
}
function beginrefresh(){
if (!document.images)
return
if (parselimit==1)
window.location.reload()
else{
parselimit-=1
curmin=Math.floor(parselimit/60)
cursec=parselimit%60
if (curmin!=0)
curtime=curmin+" : دقيقة ... لتحديث الصفحة "
else
curtime=cursec+" : ثانية ... لتحديث الصفحة "
window.status=curtime
setTimeout("beginrefresh()",1000)
}
}
window.onload=beginrefresh
¤©§][§©¤][ رساله ][¤©§][§©¤ 1-رساله بالقوه اذا كنت تحب الرسائل وتحب طفش زوارك ضع هذا الكود في صفحتك رمز Code:
<BODY><a href="" onMouseover="alert('وش لقفك تحط الماوس هنا؟');
alert('خلا ص ما عاد تعودها صح');
alert('علشان كذا لا زم ترسل اميل تعتذر فيه؟');
alert('وأحسلك ترسل قبل لا ازعل وانت عارف اذا زعلت وش يبي يصير');
document.bgColor='black';
document.fgColor='Red';
window.location.href='mailto:hhfm
رمز Code:
<SCRIPT LANGUAGE="JavaScript">
<!--
window.alert("مرحبا بكم اتمنى ان ينال رضاكم موقعي بس لاتنسون الترشيح")
// -->
</SCRIPT>
1-كلمة تلاحق الماوس رمز Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>java20</title>
<style>.spanstyle {
COLOR: green; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px; VISIBILITY: visible
}
</style>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var x, y;
var step = 10;
var flag = 0;
var message = "http://www.khialmomteh.com";
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 = (document.layers) ? e.pageX : document.body.scrollLeft + event.clientX;
y = (document.layers) ? e.pageY : document.body.scrollTop + event.clientY;
flag = 1;
}
function makesnake() {
if (flag == 1 && document.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 && document.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("document.span" + i);
thisspan.left = xpos[i];
thisspan.top = ypos[i];
}
}
var timer = setTimeout("makesnake()", 10);
}
// End -->
</script>
</head>
<body onload="makesnake()" style="OVERFLOW-X: hidden; OVERFLOW-Y: scroll; WIDTH: 100%" background="bg5.gif">
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
for (i = 0; i <= message.length-1; i++) {
document.write("<span id='span"+i+"' class='spanstyle'>");
document.write(message[i]);
document.write("</span>");
}
if (document.layers) {
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
// End -->
</script>
رمز Code:
<body> <script language="JavaScript1.2"> <!-- Original: demigod ¤©§][§©¤][ الزر الايمن ][¤©§][§©¤ 1-تجاهل الزر الايمن رمز Code:
<!-- saved from url=http://kok.8k.com/--> <body ondragstart="return false" onselectstart="return false" oncontextmenu="return false" </body> رمز Code:
<script
language="JavaScript"><!--
function click() {
if (event.button==2) {
alert('حركه غير مسموح بها جميع الحقوق محفوظه ');
}
}
document.onmousedown=click
// -->
// --></script><!-- http://kok.8k.COM-->
1- احسب وزنك وطولك رمز Code:
<body>
<h2 align="center"><font color="#000080">Bodyfat </font><script
language="JavaScript">
<!-- hide from old browsers
function ClearForm (form) {
form.weight.value="";
form.waist.value="";
form.bodyfat.value="";
}
function VerifyForm(form) {
// Holds whether or not the form is correct
var Correct = true;
// Check for missing fields
if (form.weight.value == null || form.weight.value.length == 0 ||
form.waist.value == null || form.waist.value.length == 0) {
alert ("\nPlease fill in all of the form elements");
Correct = false;
}
// Check that only numbers are in the weight and waist fields
else {
// Holds the floats representing the weight and waist
var TestWeight;
var TestWaist;
// Parse the weight and waist values and put in the variables
TestWeight = parseFloat(form.weight.value);
TestWaist = parseFloat(form.waist.value);
// Check to see that TestWeight is a number
if (isNaN (TestWeight)) {
alert("\nMake sure to enter the weight\nas a number.");
Correct = false;
form.weight.value="";
}
// Check to see that TestWaist is a number
if (isNaN (TestWaist)) {
alert("\nMake sure to enter the waist size\nas a number.");
Correct = false;
form.waist.value="";
}
// Check that the TestWeight is greater than 0
if (TestWeight <= 0) {
alert("\nCome on. Enter a real weight.");
Correct = false;
form.weight.value="";
}
// Check that the TestWaist is greater than 0
if (TestWaist <= 0) {
alert("\nCome on. Enter a real waist size.");
Correct = false;
form.waist.value="";
}
}
// If the inputs are correct, calculate the bodyfat percent
if (Correct) {
// Holds the bodyfat number and percent
var BF;
var BFPercent;
// Make the male calculations
if (form.gender[0].checked) {
BF = -98.42 + 4.15*TestWaist - .082*TestWeight;
}
// Make the female calculations
else {
BF = -76.76 + (4.15*TestWaist) - (.082*TestWeight);
}
// Calculate the bodyfat percentage
BFPercent = BF / TestWeight;
BFPercent = BFPercent * 100;
BFPercent = Math.round(BFPercent);
// Send this number to the screen
form.bodyfat.value = BFPercent + "%";
}
}
// finish hiding from old browsers -->
</script><font color="#000080">Calculator</font></h2>
<form method="post" name="bodyfat">
<div align="center"><center><table border="2" cellpadding="5">
<TBODY> <tr>
<td><font color="#000080" face="Tahoma">ذكر ولا
أنثى؟</font><font face="Tahoma"><br>
<input type="radio" checked name="gender"
value="MalePick" align="left"> ذكر<br>
<input type="radio" name="gender" value="FemPick"
align="left"> أنثى<br>
</font></td>
<td valign="top"><font color="#000080" face="Tahoma">كم
وزنك؟(lbs.)</font><font face="Tahoma"><br>
<input type="text" size="8" name="weight"><br>
<br>
</font><font color="#000080" face="Tahoma">كم
طولك بالإنش؟</font><font face="Tahoma"><br>
<input type="text" size="8" name="waist"> </font></td>
</tr>
<tr>
<td colspan="2"> <input
type="button" value="أمسح"
onclick="ClearForm(this.form)"> <input type="button"
value="أحسب النتيجه"
onclick="VerifyForm(this.form)"></td>
</tr>
<tr>
<td colspan="2"><p align="center"><font
color="#22165A"><font تناسق وزنك مع طولك هي </FONT> <input type="text" size="10"
name="bodyfat"> </font></p>
</td>
</tr>
<font color="#22165A"></TBODY></font>
</table>
</center></div>
</form>
<font color="#22165A"><!-- END OF SCRIPT --></font>
</body>
رمز Code:
<p align="center"><form action="http://websitesubmit.hypermart.net/free/submit.cgi" method="POST"><input type="hidden" name="action" value="submit"><input type="hidden" name="thankyou" value="yes"><div align="center"><center><table border="0" cellpadding="0" cellspacing="0" width="280" bgcolor="#666666"><tr><td align="center" bgcolor="#FF8000"><font color="#F4EEDC" size="3" face="Verdana,Arial,Helvetica"><b> ارسل موقعك مع برق</b></font></td></tr><tr><td><table border="0" cellpadding="1" width="280" bgcolor="#F4E8BF"><tr><td valign="top" bgcolor="#F4E8BF"><font size="2" face="Arial, Helvetica, sans-serif"> اسم موقعك </font></td><td valign="top" bgcolor="#F4E8BF"><font size="2" face="Arial, Helvetica, sans-serif"><input type="text" size="20" name="url" value="http://"></font></td></tr><tr><td valign="top"><font size="2" face="Arial, Helvetica, sans-serif"> البريد الالكترونى </font></td><td valign="top"><font size="2" face="Arial, Helvetica, sans-serif"><input type="text" size="20" name="email"> </font></td></tr></table></td></tr><tr><td align="center" bgcolor="#F4EEDC"><table border="0" width="280"><tr><td align="center"><font color="#33BB33" size="1" face="Comic Sans MS"><b><i></i></b><b> </b></font><a href="http://websitesubmit.hypermart.net/addscript.htm"><font color="#FF8000" size="1" face="Comic Sans MS"><b></b></font></a><font color="#33BB33" size="1" face="Comic Sans MS"><b></b></font></td></tr></table></td></tr><tr><td align="center"><table border="0" cellspacing="1" width="280" bgcolor="#E79E45"><tr><td valign="top" bgcolor="#FF8000"><font color="#F4EEDC"><b>Default Engines</b></font></td><td valign="top" bgcolor="#FF8000"><font color="#F4EEDC"><b>Additional Engines</b></font></td></tr><tr><td align="left" valign="top" bgcolor="#F4EEDC"><font size="2" face="Arial, Helvetica, sans-serif"><input type="Checkbox" name="engines" value="altavista" checked><a href="http://altavista.digital.com/">altavista</a><br> <input type="Checkbox" name="engines" value="excite" checked><a href="http://www.excite.com/">excite</a><br> <input type="Checkbox" name="engines" value="go" checked><a href="http://www.go.com">go</a><br><input type="Checkbox" name="engines" value="google" checked><a href="http://www.google.com/">google</a><br><input type="Checkbox" name="engines" value="hotbot" checked><a href="http://www.hotbot.com/">hotbot</a><br><input type="Checkbox" name="engines" value="infoseek" checked><a href="http://www.infoseek.com/">infoseek</a><br><input type="Checkbox" name="engines" value="lycos" checked><a href="http://www.lycos.com/">lycos</a><br><input type="Checkbox" name="engines" value="northernlight" checked><a href="http://www.northernlight.com">northernlight</a><br><input type="Checkbox" name="engines" value="whatyouseek" checked><a href="http://www.whatyouseek.com/">whatyouseek</a><br><input type="checkbox" checked name="engines" value="webcrawler"><a href="http://www.webcrawler.com/">webcrawler</a><br><input type="Checkbox" name="engines" value="fastsearch" checked><a href="http://www.alltheweb.com/">fastsearch</a><br><input type="Checkbox" name="engines" value="infomak" checked><a href="http://www.infomak.com/">infomak</a><br></font></td><td align="left" valign="top" bgcolor="#F4EEDC"><font size="2" face="Arial, Helvetica, sans-serif"><input type="Checkbox" name="engines" value="acoon"><a href="http://www.acoon.de">acoon</a> (.de)<br><input type="Checkbox" name="engines" value="altavista-au"><a href="http://www.altavista.yellowpages.com.au/">altavista</a> (.au)<br><input type="Checkbox" name="engines" value="altavista-de"><a href="http://www.altavista.de">altavista-de</a> (.de)<br><input type="Checkbox" name="engines" value="anzwers"><a href="http://www.anzwers.com/">anzwers</a> (.au .nz)<br><input type="Checkbox" name="engines" value="euroferret"><a href="http://www.euroferret.com/">euroferret</a> (european)<br><input type="Checkbox" name="engines" value="fireball"><a href="http://www.fireball.de">fireball</a> (.de)<br><input type="Checkbox" name="engines" value="intersearch-au"><a href="http://194.232.15.66">intersearch-au</a> (.au)<br><input type="Checkbox" name="engines" value="voila"><a href="http://www.voila.com/">voila</a> (.fr)<br><input type="Checkbox" name="engines" value="webwombat"><a href="http://www.webwombat.com/">webwombat</a> (.au .nz)</font><p align="center"><font color="#FF8000" size="1" face="Comic Sans MS"><br><a href="http://websitesubmit.hypermart.net"><font face="2" color="#33BB33"></font></a></font></p></td></tr></table></td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" width="280" bgcolor="#FFFF80"><tr><td align="center"><font size="1"><br><font size="2" face="Arial, Helvetica, sans-serif"><input type="submit" value="سجل موقعك"></font><br><br></font></td></tr></table></td></tr></table></center></div></form></p> رمز Code:
<SCRIPT language=JavaScript>
<!-- Begin
if (window.print) {
document.write('<form> '
+ '<input type=submit value="اطبع الصفحة" name=Print '
+ 'onClick="javascript:window.print()"></form>');
}
// End
// --></SCRIPT>
انسخ التالي في <head> رمز Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function calculate() {
month = document.form.month.selectedIndex;
month = document.form.month.options[month].value;
day = document.form.day.selectedIndex;
day = document.form.day.options[day].value;
year = document.form.year.value;
var oyear=year
var dob = " "+ year +", "+month + ", "+day;
var thenx = new Date(dob);
var year=thenx.getYear();
if (year<100) year="19" + thenx.getYear();
else year=thenx.getYear();
if (year > 1969) wyear=year;
else {
if (oyear<1900) {
if (oyear>1800) {
wrelyear= (eval(oyear)-1801)%(28);
wyear = wrelyear+1981;
}
else wyear = 1970
}
else
if (oyear>1900) {wrelyear= (eval(oyear)-1901)%(28);
wyear= wrelyear+1985
}
else
if (oyear==1900) {wyear= 1990;
}
}
var dob = " "+ wyear +", "+month + ", "+day;
var thenx = new Date(dob);
var theday = thenx.getDay()+1;
var date=thenx.getDate();
var weekday = new Array(6);
weekday[1]="Sunday";
weekday[2]="Monday";
weekday[3]="Tuesday";
weekday[4]="Wednesday";
weekday[5]="Thursday";
weekday[6]="Friday";
weekday[7]="Saturday";
if (day != date) alert("Sorry! That appears to be an invalid date!"+day+" ..."+date+"::"+oyear+"..."+year+" "+dob+"=="+wyear+".-.-"+thenx+" "+day+" "+month);
else {
dayborn = weekday[theday];
dob = dayborn + ", " + month + " " + date + ", " + oyear + ".";
alert("You were born on " + dob);
}
}
// End -->
</script>
رمز Code:
<form name=form> <center> <table border=2 cellspacing=0 cellpadding=0 bgcolor=white> <tr><td colspan=3 align=center><font face="verdana, arial" size="-1">When were you born?</font></td></tr> <tr><td align=center> <select name="month"> <option value="" selected>Month <option value="January">Jan <option value="February">Feb <option value="March">Mar <option value="April">Apr <option value="May">May <option value="June">Jun <option value="July">Jul <option value="August">Aug <option value="September">Sep <option value="October">Oct <option value="November">Nov <option value="December">Dec </select> </td> <td align=center> <select name="day"> <option value="" selected>Day <option value="1">01 <option value="2">02 <option value="3">03 <option value="4">04 <option value="5">05 <option value="6">06 <option value="7">07 <option value="8">08 <option value="9">09 <option value="10">10 <option value="11">11 <option value="12">12 <option value="13">13 <option value="14">14 <option value="15">15 <option value="16">16 <option value="17">17 <option value="18">18 <option value="19">19 <option value="20">20 <option value="21">21 <option value="22">22 <option value="23">23 <option value="24">24 <option value="25">25 <option value="26">26 <option value="27">27 <option value="28">28 <option value="29">29 <option value="30">30 <option value="31">31 </select> </td> <td align=center> <input type=text name=year value="19" size=4 maxlength=4> </td></tr> </table><p> <input type=button value="Calculate" onClick="calculate()"> </center> </form> 1-قاتل اعلانات النوافذ رمز Code:
<Script Language='Javascript'>
<!--
eval(unescape('%66%75%6E%63%74%69%6F%6E%20%6F%70%65%6E%20%28%29%20%7B%72%65%74%75%72%6E%20%74%72%75%65%3B%7D'));
//-->
</Script>
رمز Code:
<script language="JavaScript1.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 (document.all)
temp=document.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 (document.all)
currentpos=document.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
</script>
رمز Code:
<script language="JavaScript">
<!--
function stopError() {
return true;
}
window.onerror = stopError;
// -->
</script>
رمز Code:
<a href="javascript:window.close()"><font size="2" face="Tahoma">إغلاق المتصفح</font> 1- لوضع موقعك الافترضي رمز Code:
<!-- The JavaScript Source!! http://kok.8k.com. -->
<!--[if IE]>
<p align="center"><b><font color="#FF0000" size="3" face="Monotype Koufi"><a HREF onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.kok.8k.com');">لجعل هذا الموقع هو الموقع الافتراضي لمتصفحك اضغط هنا</a>
<![endif]-->
رمز Code:
<a href="javascript:window.external.AddFavorite('http://سجل هنا عنوان موقعك/''((( سجل هنا اسم موقعك بالعربي)))')"> سجل في مفضلتك </a>
رمز Code:
<td width="100%"><p align="center"><script language="JavaScript"> /* World Population Calculator By Adam Brown (adambrown2 كود يستخدم لإظافة بحيره مع الصوره رمز Code:
<applet code="lake" align="baseline" width="240" height="270" codebase="http://www.angelfire.com/la2/ali2"> <param name="image" value="http://www.angelfire.com/la2/ali2/images/sunset.jpg"> <param name="href" value="lake.html"> </applet> |
|
:: عضو فعال ::
![]() ![]() ![]() ![]() |
1-لعمل قائمه متحركه هذا الكود لعمل قائمه متحركه رمز Code:
<script language="Javascript1.2">
<!--
/*
Static menu script III (By maXimus, maximus@nsimail.com, http://absolutegb.com/maximus/)
Modified slightly/ permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
//configure below variable for menu width, position on page
var menuwidth=110
var offsetleft=10
var offsettop=90
function makeStatic() {
if (document.all) {object1.style.pixelTop=document.body.scrollTop+offsettop}
else{eval(document.object1.top=eval(window.pageYOffset+offsettop));}
setTimeout("makeStatic()",0);
}
if (document.all) {document.write('<DIV ALIGN="CENTER" ID="object1" STYLE="Position:absolute; Top:20; Left:'+offsetleft+'; Z-Index:5;cursor:hand;background-color:black"><TABLE BORDER="1" width="'+menuwidth+'" CELLPADDING="0" CELLSPACING="0" BORDERCOLOR="black" bgcolor="white">')}
else if (document.layers){ document.write('<LAYER top="20" name="object1" left="'+offsetleft+'" BGCOLOR=black><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="1"><TR><TD><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" width="'+menuwidth+'">')}
if (document.all||document.layers)
document.write('<TR><TD BGCOLOR="#3399FF" BORDERCOLORDARK="#99CCFF" BORDERCOLORLIGHT="#003399"><P ALIGN=CENTER><FONT SIZE="4" FACE=ARIAL>Menu</FONT></TD></TR>')
var menui = new Array();
var menul = new Array();
//configure below for menu items. Extend list as desired
menui[0]="مواقع اسلاميه";
menui[1]=" صحافه واعلام";
menui[2]="مواقع اخباريه";
menui[3]=" البحث والأدله";
menui[4]="الأسرة والطفل";
menui[5]=" الرجه والمرح";
menui[6]="شعر وخواطر";
menui[7]="بطاقات ";
menul[0]="http://www.khialmomteh.com/?showcat=1&styleid=4";
menul[1]="http://www.khialmomteh.com/?showcat=2&styleid=4";
menul[2]="http://www.khialmomteh.com/?showcat=3&styleid=4";
menul[3]="http://www.khialmomteh.com/?showcat=4&styleid=4";
menul[4]="http://www.khialmomteh.com/?showcat=42&styleid=4";
menul[5]="http://www.khialmomteh.com/?showcat=43&styleid=4";
menul[6]="http://www.khialmomteh.com/?showcat=44&styleid=4";
menul[7]="http://www.khialmomteh.com/?showcat=45&styleid=4";
for (i=0;i<=menui.length-1;i++)
if (document.all) {document.write('<TR><TD BORDERCOLOR= "white"ONCLICK="location= \''+menul[i]+'\'"onmouseover="className= \'menuh\'"onMouseout="className=\'menu\'"><CENTER><FONT>'+menui[i]+'</FONT></TD></TR>')}
else if (document.layers){document.write('<TR><TD BGCOLOR="white"><ILAYER><LAYER width= "'+menuwidth+'"onmouseover="bgColor= \'yellow\'"onmouseout="bgColor=\'white\'"><CENTER><A HREF="'+menul[i]+'" class=menulinks>'+menui[i]+'</A></CENTER></LAYER></ILAYER></TD></TR>')}
if (document.all) {document.write('</TABLE></DIV>')}
else if (document.layers){document.write('</TABLE></TD></TR></TABLE></LAYER>')}
function menu3(){
if (document.all||document.layers)
makeStatic()
}
window.onload=menu3
//-->
</script>
رمز Code:
<!-- START OF Drop Down DHTML -->
<!-- SUMMARY BRIEFS
This DHTML script will create a drop down link box out of
an ordinary link. VERY COOL!!!!
The top portion of this script goes above the <BODY> tag.
The second portion goes where you want the drop down link
box to be.
-->
<style>
<!--
#wrapper{
position:relative;
height:30px
}
#wrapper2{
position:absolute
}
#coffeemenu03{
filter:revealTrans(Duration=1.5,Transition=12)
visibility:hide
}
-->
</style></HEAD>
<BODY>
<ilayer id="coffeemenu01" height=35px>
<layer id="coffeemenu02" visibility=show>
<span id="wrapper">
<span id="wrapper2" onClick="dropit2();event.cancelBubble=true;return false">
<font face="Verdana"><b><a href="notthisbrowser.html">اضغط هنا لذهاب الى صفحه اخرى</a></b></font>
</span>
</span>
</layer>
</ilayer>
<script language="JavaScript1.2">
var enableeffect=true
var selection=new Array()
selection[0]='<font face="ARIAL BLACK"><a href="http://kok.8k.com">الصفحه الرئيسيه</a><br>'
selection[1]='<a href="http://kok.8k.com/8.htm">مواقع اسلاميه</a><br>'
selection[2]='<a href="http://kok.8k.com/80.htm"> صحافه واعلام</a><br>'
selection[3]='<a href="http://kok.8k.com/6.htm"> مواقع اخباريه</a><br>'
selection[4]='<a href="http://kok.8k.com/14.htm"> البحث والأدله</a><br>'
selection[5]='<a href="http://kok.8k.com/51.htm">الأسرة والطفل</a><br>'
selection[5]='<a href="http://kok.8k.com/5.htm"></a> الرجه والمرح<br>'
selection[5]='<a href="http://kok.8k.com/99.htm"> شعر وخواطر</a><br>'
selection[6]='<a href="http://kok.8k.com/13.htm"> بطاقات</a><br>'
selection[6]='<a href="http://kok.8k.com/115.htm">المنتديات</a><br>'
selection[6]='<a href="http://kok.8k.com/23.htm"> الدردشات</a><br>'
selection[7]='<a href="http://kok.8k.com/15.htmr">المجموعات</a><br></font>'
if (document.layers)
document.coffeemenu01.document.coffeemenu02.visibility='show'
function dropit2(){
if (document.all){
coffeemenu03.style.left=document.body.scrollLeft+event.clientX-event.offsetX
coffeemenu03.style.top=document.body.scrollTop+event.clientY-event.offsetY+18
if (coffeemenu03.style.visibility=="hidden"){
if (enableeffect)
coffeemenu03.filters.revealTrans.apply()
coffeemenu03.style.visibility="visible"
if (enableeffect)
coffeemenu03.filters.revealTrans.play()
}
else{
hidemenu()
}
}
}
function dropit(e){
if (document.coffeemenu03.visibility=="hide")
document.coffeemenu03.visibility="show"
else
document.coffeemenu03.visibility="hide"
document.coffeemenu03.left=e.pageX-e.layerX
document.coffeemenu03.top=e.pageY-e.layerY+19
return false
}
function hidemenu(){
if (enableeffect)
coffeemenu03.filters.revealTrans.stop()
coffeemenu03.style.visibility="hidden"
}
function hidemenu2(){
document.coffeemenu03.visibility="hide"
}
if (document.layers){
document.coffeemenu01.document.coffeemenu02.captureEvents(Event.CLICK)
document.coffeemenu01.document.coffeemenu02.onclick=dropit
}
else if (document.all)
document.body.onclick=hidemenu
</script>
<div id="coffeemenu03" style="position:absolute;left:0;top:0;layer-background-color:#C0C0C0;background-color:#C0C0C0;width:200;visibility:hidden;border:2px solid black;padding:0px">
<script language="JavaScript1.2">
if (document.all)
coffeemenu03.style.padding='4px'
for (i=0;i<selection.length;i++)
document.write(selection[i])
</script>
</div>
<script language="JavaScript1.2">
if (document.layers){
document.coffeemenu03.captureEvents(Event.CLICK)
document.coffeemenu03.onclick=hidemenu2
}
</script>
<!-- END OF Drop Down DHTML -->
3-قائمه فلاش رمز Code:
<applet code="thumb.class" codebase="http://www.angelfire.com/al3/ali3/applets/class" width=250 height=190> <param name = "text1" value ="الصفحه الرئيسيه"> <param name = "text2" value ="مواقع اسلاميه"> <param name = "text3" value ="صحافه واعلام"> <param name = "link1" value ="http://kok.8k.com"> <param name = "link2" value ="http://kok.8k.com/h15.htm"> <param name = "link3" value ="http://kok.8k.com/h80.htm"> <param name = "background_color" value ="000,000,000"> <param name = "text_color" value ="255,000,051"> <param name = "text_antialising_color" value ="102,102,102"> <param name = "fontsize" value ="18"> <param name = "fontface" value ="Arial"> <param name = "target" value ="_self"> <param name = "loading_message" value ="loading..."> </applet> 1-لفتح موقع اخر اجباري هذا الكود لفتح موقع اخر بمجرد المرور عليه رمز Code:
<a href="" onmouseover="parent.location='http://kok.8k.com'"> خيال ممتع</A> 1- ساعه مع تاريخ رمز Code:
<html>
<head>
<title>
Date and Time in Forms
</title>
<script language="JavaScript">
<!-- Hide this script from old browsers --
/*
This script came from the 24 hour JavaScripts Site
located at http://www.javascripts.com. It is brought to
you by Eric Jarvies, Lewis Sellers, Giuseppe Lombardo,
Kurt Anderson, and David Medinets.
*/
function gettheDate() {
Todays = new Date();
TheDate = "" + (Todays.getMonth()+ 1) +" / "+ Todays.getDate() + " / " +
Todays.getYear()
document.clock.thedate.value = TheDate;
}
var timerID = null;
var timerRunning = false;
function stopclock (){
if(timerRunning)
clearTimeout(timerID);
timerRunning = false;
}
function startclock () {
stopclock();
gettheDate()
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) ? " P.M." : " A.M."
document.clock.face.value = timeValue;
// you could replace the above with this
// and have a clock on the status bar:
// window.status = timeValue;
timerID = setTimeout("showtime()",1000);
timerRunning = true;
}
// -- End Hiding Here -->
</script>
</head>
<body onLoad="startclock()" bgcolor="#F4EEDC">
<form name="clock" onSubmit="0">
<input type="text" name="thedate" size=12 value="">
<input type="text" name="face" size=12 value="">
</form>
</body>
</html>
رمز Code:
<body onLoad="start()" bgcolor="White" text="Black" link="Blue" vlink="Blue" alink="Blue">
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
var t = null;
var running = false;
function start(){
stop();
setValue();
}
function stop(){
if(running)
clearTimeout(t);
running = false;
}
function setValue(){
var now = new Date();
hours = ((now.getHours()<10) ? "0" : "") + now.getHours();
mins = ((now.getMinutes()<10) ? "0" : "") + now.getMinutes();
secs = ((now.getSeconds()<10) ? "0" : "") + now.getSeconds();
document.clock.face.value = hours+":"+mins+":"+secs;
t = setTimeout("setValue()",500);
}
//-->
</SCRIPT>
<FORM NAME="clock">
<INPUT TYPE=BUTTON NAME="face" VALUE="00:00:00">
</FORM>
رمز Code:
<script language="JavaScript">
//Static analog Clock by kurt.grigg@virgin.net
//Script featured on Website Abstraction
//http://wsabstract.com
fCol='8800000';//face colour.
sCol='ff0000';//seconds colour.
mCol='8800000';//minutes colour.
hCol='8800000';//hours colour.
H='....';
H=H.split('');
M='.....';
M=M.split('');
S='......';
S=S.split('');
Ypos=0;
Xpos=0;
Ybase=8;
Xbase=8;
dots=12;
ns=(document.layers)?1:0;
if (ns){
dgts='1 2 3 4 5 6 7 8 9 10 11 12';
dgts=dgts.split(' ')
for (i=0; i < dots; i++){
document.write('<layer name=nsDigits'+i+' top=0 left=0 height=30 width=30><center><font face=Arial,Verdana size=1 color='+fCol+'>'+dgts[i]+'</font></center></layer>');
}
for (i=0; i < M.length; i++){
document.write('<layer name=ny'+i+' top=0 left=0 bgcolor='+mCol+' clip="0,0,2,2"></layer>');
}
for (i=0; i < H.length; i++){
document.write('<layer name=nz'+i+' top=0 left=0 bgcolor='+hCol+' clip="0,0,2,2"></layer>');
}
for (i=0; i < S.length; i++){
document.write('<layer name=nx'+i+' top=0 left=0 bgcolor='+sCol+' clip="0,0,2,2"></layer>');
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=1; i < dots+1; i++){
document.write('<div id="ieDigits" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial,Verdana;font-size:10px;color:'+fCol+';text-align:center;padding-top:10px">'+i+'</div>');
}
document.write('</div></div>')
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < M.length; i++){
document.write('<div id=y style="position:absolute;width:2px;height:2px;font-size:2px;background:'+mCol+'"></div>');
}
document.write('</div></div>')
document.write('</div></div>')
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < H.length; i++){
document.write('<div id=z style="position:absolute;width:2px;height:2px;font-size:2px;background:'+hCol+'"></div>');
}
document.write('</div></div>')
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < S.length; i++){
document.write('<div id=x style="position:absolute;width:2px;height:2px;font-size:2px;background:'+sCol+'"></div>');
}
document.write('</div></div>')
}
function clock(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.57 + Math.PI * hr/6 + Math.PI*parseInt(time.getMinutes())/360;
if (ns){
Ypos=window.pageYOffset+window.innerHeight-60;
Xpos=window.pageXOffset+window.innerWidth-80;
}
else{
Ypos=document.body.scrollTop+window.document.body.clientHeight-60;
Xpos=document.body.scrollLeft+window.document.body.clientWidth-60;
}
if (ns){
for (i=0; i < dots; ++i){
document.layers["nsDigits"+i].top=Ypos-5+40*Math.sin(-0.49+dots+i/1.9);
document.layers["nsDigits"+i].left=Xpos-15+40*Math.cos(-0.49+dots+i/1.9);
}
for (i=0; i < S.length; i++){
document.layers["nx"+i].top=Ypos+i*Ybase*Math.sin(sec);
document.layers["nx"+i].left=Xpos+i*Xbase*Math.cos(sec);
}
for (i=0; i < M.length; i++){
document.layers["ny"+i].top=Ypos+i*Ybase*Math.sin(min);
document.layers["ny"+i].left=Xpos+i*Xbase*Math.cos(min);
}
for (i=0; i < H.length; i++){
document.layers["nz"+i].top=Ypos+i*Ybase*Math.sin(hrs);
document.layers["nz"+i].left=Xpos+i*Xbase*Math.cos(hrs);
}
}
else{
for (i=0; i < dots; ++i){
ieDigits[i].style.pixelTop=Ypos-15+40*Math.sin(-0.49+dots+i/1.9);
ieDigits[i].style.pixelLeft=Xpos-14+40*Math.cos(-0.49+dots+i/1.9);
}
for (i=0; i < S.length; i++){
x[i].style.pixelTop =Ypos+i*Ybase*Math.sin(sec);
x[i].style.pixelLeft=Xpos+i*Xbase*Math.cos(sec);
}
for (i=0; i < M.length; i++){
y[i].style.pixelTop =Ypos+i*Ybase*Math.sin(min);
y[i].style.pixelLeft=Xpos+i*Xbase*Math.cos(min);
}
for (i=0; i < H.length; i++){
z[i].style.pixelTop =Ypos+i*Ybase*Math.sin(hrs);
z[i].style.pixelLeft=Xpos+i*Xbase*Math.cos(hrs);
}
}
setTimeout('clock()',50);
}
if (document.layers || document.all) window.onload=clock;
//-->
</script>
رمز Code:
<SCRIPT language=Javascript>
function convert()
{
day = ' اليوم نفسه';
var baseCityTime = 30 * parseInt( document.city2city.timeChoice.options[document.city2city.timeChoice.selectedIndex].value );
var offset = parseInt(document.city2city.firstCity.options[document.city2city.firstCity.selectedIndex].value ) - parseInt(document.city2city.secondCity.options[document.city2city.secondCity.selectedIndex].value );
// if positive, first city is ahead
var selectedCityTime = baseCityTime - offset;
selectedCityTime = (selectedCityTime / 30);
var targetTime = parseInt( document.city2city.timeChoice.options[document.city2city.timeChoice.selectedIndex].value ) + selectedCityTime;
if( selectedCityTime < 0 )
{
selectedCityTime = 48 + selectedCityTime;
day = ' اليوم السابق';
}
else if( selectedCityTime > 47 )
{
selectedCityTime = selectedCityTime - 48;
day = ' اليوم التالي';
}
document.city2city.time.value = times[selectedCityTime*2] + day;
showInternetTime( baseCityTime );
}
var times = new Array( 96 );
times[0] = "12:00 صباح";
times[1] = "12:15 صباح";
times[2] = "12:30 صباح";
times[3] = "12:45 صباح";
times[4] = "1:00 صباح";
times[5] = "1:15 صباح";
times[6] = "1:30 صباح";
times[7] = "1:45 صباح";
times[8] = "2:00 صباح";
times[9] = "2:15 صباح";
times[10] = "2:30 صباح";
times[11] = "2:45 صباح";
times[12] = "3:00 صباح";
times[13] = "3:15 صباح";
times[14] = "3:30 صباح";
times[15] = "3:45 صباح";
times[16] = "4:00 صباح";
times[17] = "4:15 صباح";
times[18] = "4:30 صباح";
times[19] = "4:45 صباح";
times[20] = "5:00 صباح";
times[21] = "5:15 صباح";
times[22] = "5:30 صباح";
times[23] = "5:45 صباح";
times[24] = "6:00 صباح";
times[25] = "6:15 صباح";
times[26] = "6:30 صباح";
times[27] = "6:45 صباح";
times[28] = "7:00 صباح";
times[29] = "7:15 صباح";
times[30] = "7:30 صباح";
times[31] = "7:45 صباح";
times[32] = "8:00 صباح";
times[33] = "8:15 صباح";
times[34] = "8:30 صباح";
times[35] = "8:45 صباح";
times[36] = "9:00 صباح";
times[37] = "9:15 صباح";
times[38] = "9:30 صباح";
times[39] = "9:45 صباح";
times[40] = "10:00 صباح";
times[41] = "10:15 صباح";
times[42] = "10:30 صباح";
times[43] = "10:45 صباح";
times[44] = "11:00 صباح";
times[45] = "11:15 صباح";
times[46] = "11:30 صباح";
times[47] = "11:45 صباح";
times[48] = "12:00 مساء";
times[49] = "12:15 مساء";
times[50] = "12:30 مساء";
times[51] = "12:45 مساء";
times[52] = "1:00 مساء";
times[53] = "1:15 مساء";
times[54] = "1:30 مساء";
times[55] = "1:45 مساء";
times[56] = "2:00 مساء";
times[57] = "2:15 مساء";
times[58] = "2:30 مساء";
times[59] = "2:45 مساء";
times[60] = "3:00 مساء";
times[61] = "3:15 مساء";
times[62] = "3:30 مساء";
times[63] = "3:45 مساء";
times[64] = "4:00 مساء";
times[65] = "4:15 مساء";
times[66] = "4:30 مساء";
times[67] = "4:45 مساء";
times[68] = "5:00 مساء";
times[69] = "5:15 مساء";
times[70] = "5:30 مساء";
times[71] = "5:45 مساء";
times[72] = "6:00 مساء";
times[73] = "6:15 مساء";
times[74] = "6:30 مساء";
times[75] = "6:45 مساء";
times[76] = "7:00 مساء";
times[77] = "7:15 مساء";
times[78] = "7:30 مساء";
times[79] = "7:45 مساء";
times[80] = "8:00 مساء";
times[81] = "8:15 مساء";
times[82] = "8:30 مساء";
times[83] = "8:45 مساء";
times[84] = "9:00 مساء";
times[85] = "9:15 مساء";
times[86] = "9:30 مساء";
times[87] = "9:45 مساء";
times[88] = "10:00 مساء";
times[89] = "10:15 مساء";
times[90] = "10:30 مساء";
times[91] = "10:45 مساء";
times[92] = "11:00 مساء";
times[93] = "11:15 مساء";
times[94] = "11:30 مساء";
times[95] = "11:45 مساء";
times[96] = "12:00 صباح";
function showInternetTime( s )
{
var bielTime = s - (parseInt(document.city2city.firstCity.options[document.city2city.firstCity.selectedIndex].value) - 60 );
internetTime = Math.ceil((bielTime * 60)/ 86.4) ;
if( internetTime > 999 )
{
internetTime -= 1000;
}
if( internetTime < 0 )
{
internetTime += 1000;
}
document.city2city.internetTime.value = '@';
if( internetTime < 10)
{
document.city2city.internetTime.value += '00';
}
else if( internetTime < 100)
{
document.city2city.internetTime.value += '0';
}
document.city2city.internetTime.value += internetTime;
}
function calculate()
{
var bielTime = parseInt( document.console.iTime.value ) * 86.4;
if( isNaN( bielTime ) || ( (parseInt( document.console.iTime.value ) < 0) || (parseInt( document.console.iTime.value ) > 999)) )
{
alert( 'You must enter a number between 0 and 999' );
return;
}
var offset = (parseInt( document.console.city.options[document.console.city.selectedIndex].value ) - 60) * 60;
var midnight = new Date();
midnight.setHours( 0 );
midnight.setMinutes( 0 );
midnight.setSeconds( 0 );
var localTime = new Date( midnight.getTime() + ((bielTime + offset) * 1000) );
var hours = localTime.getHours();
var minutes = localTime.getMinutes();
var seconds = localTime.getSeconds();
var postfix = ' صباحاً';
if( hours > 12 )
{
hours -= 12;
postfix = ' مساءً';
}
if( hours == 12 )
{
postfix = ' مساءً';
}
if( hours == 0 )
{
hours = 12;
}
if( minutes < 10 )
{
minutes = '0' + minutes;
}
if( seconds < 10 )
{
seconds = '0' + seconds;
}
document.console.output.value = hours + ':' + minutes + ':' + seconds + postfix;
}
</SCRIPT>
</HEAD>
<body topmargin="0" leftmargin="0" bgcolor="#F4EEDC" link=#000099 vLink=#666666>
<script language="JavaScript1.2">
</script>
<div align="center"><center>
<TABLE dir="rtl" border=0 cellPadding=0 cellSpacing=0 width=308>
<TR>
<TD vAlign=top width=81></td<!--- RIGHT SIDE ----------------------------->
<div align="center">
<center>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR>
<TD align=middle width="100%" height="25">
<FORM name=city2city>
<p align="center"> </p>
</TD></TR>
<TR>
<TD align=middle width="100%">
<div align="center">
<center>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="33%"><p align="center"><b>اذاكان
الوقت</b></p>
</td>
</center>
</center>
</center>
<td width="33%"><p align="center"><b>فى</b></p>
</td>
<center>
<center>
<center>
<td width="33%"><b> فكم تكون الساعه في</b></td>
</tr>
<tr>
<td width="33%"><SELECT name=timeChoice> <OPTION
selected value=0>12:00 صباحاً<OPTION value=1>12:30
صباحاً<OPTION
value=2>1:00 صباحاً<OPTION value=3>1:30 صباحاً<OPTION
value=4>2:00 صباحاً<OPTION value=5>2:30 صباحاً<OPTION
value=6>3:00 صباحاً<OPTION value=7>3:30 صباحاً<OPTION
value=8>4:00 صباحاً<OPTION value=9>4:30 صباحاً<OPTION
value=10>5:00 صباحاً<OPTION value=11>5:30 صباحاً<OPTION
value=12>6:00 صباحاً<OPTION value=13>6:30 صباحاً<OPTION
value=14>7:00 صباحاً<OPTION value=15>7:30 صباحاً<OPTION
value=16>8:00 صباحاً<OPTION value=17>8:30 صباحاً<OPTION
value=18>9:00 صباحاً<OPTION value=19>9:30 صباحاً<OPTION
value=20>10:00 صباحاً<OPTION value=21>10:30
صباحاً<OPTION
value=22>11:00 صباحاً<OPTION value=23>11:30
صباحاً<OPTION
value=24>12:00 مساءً<OPTION value=25>12:30 مساءً<OPTION
value=26>1:00 مساءً<OPTION value=27>1:30 مساءً<OPTION
value=28>2:00 مساءً<OPTION value=29>2:30 مساءً<OPTION
value=30>3:00 مساءً<OPTION value=31>3:30 مساءً<OPTION
value=32>4:00 مساءً<OPTION value=33>4:30 مساءً<OPTION
value=34>5:00 مساءً<OPTION value=35>5:30 مساءً<OPTION
value=36>6:00 مساءً<OPTION value=37>6:30 مساءً<OPTION
value=38>7:00 مساءً<OPTION value=39>7:30 مساءً<OPTION
value=40>8:00 مساءً<OPTION value=41>8:30 مساءً<OPTION
value=42>9:00 مساءً<OPTION value=43>9:30 مساءً<OPTION
value=44>10:00 مساءً<OPTION value=45>10:30 مساءً<OPTION
value=46>11:00 مساءً<OPTION value=47>11:30 مساءً</OPTION></SELECT> </td>
<td width="33%"><SELECT
class=FormLt1 name=firstCity size=1 style="font-size: 10pt; text-align: Right; background-position: right 50%"> <OPTION value=180 selected>مكة
المكرمة</OPTION> <OPTION
value=120>القدس الشريف</OPTION> <OPTION value=0>توقيت
غرينتش</OPTION>
<OPTION value=-300>شرق الولايات المتحدة</OPTION> <OPTION
value=1080>وسط الولايات المتحدة</OPTION> <OPTION value=960>غرب
الولايات المتحدة</OPTION>
<OPTION
value=120>--------</OPTION><OPTION value=240>أبوظبي</OPTION>
<OPTION
value=180>أثينا</OPTION> <OPTION value=180>أديس
أبابا</OPTION> <OPTION
value=300>اسلام اباد</OPTION> <OPTION
value=180>اسطنبول</OPTION> <OPTION value=120>الإسكندرية</OPTION>
<OPTION
value=-240>أطلنطا</OPTION>
<OPTION
value=120>أمستردام</OPTION>
<OPTION
value=-300>انديانا بوليس</OPTION> <OPTION value=180>أنقرة</OPTION>
<OPTION
value=120>أوسلو</OPTION> <OPTION value=-240>أوتاوا</OPTION>
<OPTION value=120>باريس</OPTION>
<OPTION
value=1860>بانكوك</OPTION> <OPTION
value=120>برلين</OPTION>
<OPTION value=240>بغداد</OPTION> <OPTION
value=-120>برازيليا</OPTION> <OPTION value=120>براغ</OPTION> <OPTION
value=120>برشلونه</OPTION> <OPTION
value=-180>برمودا</OPTION> <OPTION
value=120>بروسل</OPTION> <OPTION
value=1920>بكين</OPTION> <OPTION
value=120>بلغراد</OPTION> <OPTION
value=120>البندقية</OPTION>
<OPTION value=-300>بوجوتا</OPTION> <OPTION
value=180>بوخاريست</OPTION> <OPTION
value=120>بودابيست</OPTION> <OPTION
value=-240>بوسطن</OPTION> <OPTION value=120>بيرن</OPTION>
<OPTION
value=180>بيروت</OPTION> <OPTION value=-180>بيونس
آيرس</OPTION> <OPTION value=1920>تايبيه</OPTION> <OPTION value=-240>تورنتو</OPTION><OPTION value=60>تونس</OPTION><OPTION
value=1860>جاكرتا</OPTION><OPTION value=120>جبل
طارق</OPTION><OPTION value=180>جدة</OPTION> <OPTION value=60>الجزائر</OPTION> <OPTION
value=120>جنيف</OPTION> <OPTION value=1080>جواتيمالا</OPTION> <OPTION
value=120>جوهانسبيرغ</OPTION> <OPTION value=180>جيبوتي</OPTION><OPTION value=180>حلب</OPTION><OPTION
value=120>الخرطوم</OPTION> <OPTION
value=0>الدار البيضاء</OPTION> <OPTION value=180>دار
السلام</OPTION> <OPTION
value=-300>دالاس</OPTION>
<OPTION value=60>دبلن</OPTION> <OPTION value=360>دكا</OPTION><OPTION value=180>الدوحة</OPTION>
<OPTION
value=-240>ديترويت</OPTION> <OPTION
value=1080>دينفر</OPTION> <OPTION
value=120>روما</OPTION> <OPTION value=-120>ريو دي
جانيرو</OPTION> <OPTION value=180>الرياض</OPTION> <OPTION value=120>زغرب</OPTION>
<OPTION value=120>زيورخ</OPTION> <OPTION value=-240>سان
خوان</OPTION>
<OPTION
value=-240>سانتييغو</OPTION> <OPTION
value=1020>سان فرانسيسكو</OPTION> <OPTION value=1080>سان
سيلفادور</OPTION>
<OPTION value=-180>ساو باولو</OPTION> <OPTION
value=120>ستوكهولم</OPTION> <OPTION
value=1920>سنغافورة</OPTION> <OPTION value=1020>سياتل</OPTION> <OPTION value=2040>سيدني</OPTION>
<OPTION
value=1980>سيؤول</OPTION> <OPTION
value=1920>شانغهاي</OPTION> <OPTION value=-300>شيكاغو</OPTION><OPTION value=240>صلالة</OPTION> <OPTION
value=180>صوفيا</OPTION><OPTION value=120>طرابلس
الغرب</OPTION>
<OPTION
value=270>طهران</OPTION> <OPTION value=1980>طوكيو</OPTION>
<OPTION value=180>عدن</OPTION> <OPTION value=120>عمّان</OPTION><OPTION
value=-420>فانكوفر</OPTION> <OPTION
value=120>فرانكفورت</OPTION> <OPTION
value=1020>فينيكس</OPTION> <OPTION value=120>فيينا</OPTION> <OPTION value=120>القاهرة</OPTION> <OPTION
value=270>كابول</OPTION> <OPTION value=-240>كراكاس</OPTION> <OPTION
value=330>كلكتا</OPTION> <OPTION
value=-300>كنغستون</OPTION> <OPTION value=1920>كوالا
لامبور</OPTION> <OPTION
value=120>كوبنهاجن</OPTION> <OPTION value=180>الكويت</OPTION>
<OPTION value=120>كيب تاون</OPTION> <OPTION value=120>كييف</OPTION>
<OPTION value=-240>لاباز</OPTION> <OPTION
value=60>لاجوس</OPTION> <OPTION
value=60>لندن</OPTION> <OPTION value=1020>لوس
انجليس</OPTION>
<OPTION value=60>ليزبون</OPTION> <OPTION value=-300>ليما</OPTION>
<OPTION
value=1920>مانيلا</OPTION> <OPTION value=120>مدريد</OPTION> <OPTION value=180>المدينة
المنوّرة</OPTION><OPTION value=240>مسقط</OPTION>
<OPTION
value=-300>مكسيكو سيتي</OPTION> <OPTION
value=240>موسكو</OPTION><OPTION value=180>المنامة</OPTION> <OPTION value=330>مومباي</OPTION>
<OPTION
value=-240>مونتريال</OPTION> <OPTION
value=-240>ميامي</OPTION> <OPTION value=120>ميلان</OPTION>
<OPTION value=2040>ميلبورن</OPTION>
<OPTION value=-300>مينابوليس</OPTION>
<OPTION value=120>ميونيخ</OPTION> <OPTION value=120>نابلس</OPTION><OPTION value=0>نواكشوط</OPTION>
<OPTION
value=180>نيروبي</OPTION> <OPTION value=-300>نيو
أورليانز</OPTION>
<OPTION value=330>نيو دلهي</OPTION>
<OPTION value=-240>نيو يورك سيتي</OPTION> <OPTION value=-240>هافانا</OPTION>
<OPTION value=420>هانوي</OPTION><OPTION value=840>هاواي</OPTION> <OPTION
value=120>هراري</OPTION>
<OPTION value=180>هلسنكي</OPTION> <OPTION value=420>هوشي
منه</OPTION> <OPTION value=1920>هونج كونج</OPTION>
<OPTION value=840>هونولولو</OPTION> <OPTION
value=-300>هيوستن</OPTION>
<OPTION
value=120>وارسو</OPTION> <OPTION
value=-240>واشنطن</OPTION> <OPTION value=1920>غرب
استراليا</OPTION> <OPTION value=2010>وسط
استراليا</OPTION> <OPTION value=2040>شرق
استراليا</OPTION> </SELECT> </td>
<td width="33%"><SELECT
class=FormLt1 name=secondCity size=1 style="font-size: 10pt; text-align: Right; background-position: right 50%"> <OPTION value=180>مكة
المكرمة</OPTION> <OPTION
value=120>القدس الشريف</OPTION> <OPTION value=0 selected>توقيت
غرينتش</OPTION>
<OPTION value=-300>شرق الولايات المتحدة</OPTION> <OPTION
value=1080>وسط الولايات المتحدة</OPTION> <OPTION value=960>غرب
الولايات المتحدة</OPTION>
<OPTION
value=120>--------</OPTION><OPTION value=240>أبوظبي</OPTION>
<OPTION
value=180>أثينا</OPTION> <OPTION value=180>أديس
أبابا</OPTION> <OPTION
value=300>اسلام اباد</OPTION> <OPTION
value=180>اسطنبول</OPTION> <OPTION value=120>الإسكندرية</OPTION>
<OPTION
value=-240>أطلنطا</OPTION>
<OPTION
value=120>أمستردام</OPTION>
<OPTION
value=-300>انديانا بوليس</OPTION> <OPTION value=180>أنقرة</OPTION>
<OPTION
value=120>أوسلو</OPTION> <OPTION value=-240>أوتاوا</OPTION>
<OPTION value=120>باريس</OPTION>
<OPTION
value=1860>بانكوك</OPTION> <OPTION
value=120>برلين</OPTION>
<OPTION value=240>بغداد</OPTION> <OPTION
value=-120>برازيليا</OPTION> <OPTION value=120>براغ</OPTION> <OPTION
value=120>برشلونه</OPTION> <OPTION
value=-180>برمودا</OPTION> <OPTION
value=120>بروسل</OPTION> <OPTION
value=1920>بكين</OPTION> <OPTION
value=120>بلغراد</OPTION> <OPTION
value=120>البندقية</OPTION>
<OPTION value=-300>بوجوتا</OPTION> <OPTION
value=180>بوخاريست</OPTION> <OPTION
value=120>بودابيست</OPTION> <OPTION
value=-240>بوسطن</OPTION> <OPTION value=120>بيرن</OPTION>
<OPTION
value=180>بيروت</OPTION> <OPTION value=-180>بيونس
آيرس</OPTION> <OPTION value=1920>تايبيه</OPTION> <OPTION value=-240>تورنتو</OPTION><OPTION value=60>تونس</OPTION><OPTION
value=1860>جاكرتا</OPTION><OPTION value=120>جبل
طارق</OPTION><OPTION value=180>جدة</OPTION> <OPTION value=60>الجزائر</OPTION> <OPTION
value=120>جنيف</OPTION> <OPTION value=1080>جواتيمالا</OPTION> <OPTION
value=120>جوهانسبيرغ</OPTION> <OPTION value=180>جيبوتي</OPTION><OPTION value=180>حلب</OPTION><OPTION
value=120>الخرطوم</OPTION> <OPTION
value=0>الدار البيضاء</OPTION> <OPTION value=180>دار
السلام</OPTION> <OPTION
value=-300>دالاس</OPTION>
<OPTION value=60>دبلن</OPTION> <OPTION value=360>دكا</OPTION><OPTION value=180>الدوحة</OPTION>
<OPTION
value=-240>ديترويت</OPTION> <OPTION
value=1080>دينفر</OPTION> <OPTION
value=120>روما</OPTION> <OPTION value=-120>ريو دي
جانيرو</OPTION> <OPTION value=180>الرياض</OPTION> <OPTION value=120>زغرب</OPTION>
<OPTION value=120>زيورخ</OPTION> <OPTION value=-240>سان
خوان</OPTION>
<OPTION
value=-240>سانتييغو</OPTION> <OPTION
value=1020>سان فرانسيسكو</OPTION> <OPTION value=1080>سان
سيلفادور</OPTION>
<OPTION value=-180>ساو باولو</OPTION> <OPTION
value=120>ستوكهولم</OPTION> <OPTION
value=1920>سنغافورة</OPTION> <OPTION value=1020>سياتل</OPTION> <OPTION value=2040>سيدني</OPTION>
<OPTION
value=1980>سيؤول</OPTION> <OPTION
value=1920>شانغهاي</OPTION> <OPTION value=-300>شيكاغو</OPTION><OPTION value=240>صلالة</OPTION> <OPTION
value=180>صوفيا</OPTION><OPTION value=120>طرابلس
الغرب</OPTION>
<OPTION
value=270>طهران</OPTION> <OPTION value=1980>طوكيو</OPTION>
<OPTION value=180>عدن</OPTION> <OPTION value=120>عمّان</OPTION><OPTION
value=-420>فانكوفر</OPTION> <OPTION
value=120>فرانكفورت</OPTION> <OPTION
value=1020>فينيكس</OPTION> <OPTION value=120>فيينا</OPTION> <OPTION value=120>القاهرة</OPTION> <OPTION
value=270>كابول</OPTION> <OPTION value=-240>كراكاس</OPTION> <OPTION
value=330>كلكتا</OPTION> <OPTION
value=-300>كنغستون</OPTION> <OPTION value=1920>كوالا
لامبور</OPTION> <OPTION
value=120>كوبنهاجن</OPTION> <OPTION value=180>الكويت</OPTION>
<OPTION value=120>كيب تاون</OPTION> <OPTION value=120>كييف</OPTION>
<OPTION value=-240>لاباز</OPTION> <OPTION
value=60>لاجوس</OPTION> <OPTION
value=60>لندن</OPTION> <OPTION value=1020>لوس
انجليس</OPTION>
<OPTION value=60>ليزبون</OPTION> <OPTION value=-300>ليما</OPTION>
<OPTION
value=1920>مانيلا</OPTION> <OPTION value=120>مدريد</OPTION> <OPTION value=180>المدينة
المنوّرة</OPTION><OPTION value=240>مسقط</OPTION>
<OPTION
value=-300>مكسيكو سيتي</OPTION> <OPTION
value=240>موسكو</OPTION><OPTION value=180>المنامة</OPTION> <OPTION value=330>مومباي</OPTION>
<OPTION
value=-240>مونتريال</OPTION> <OPTION
value=-240>ميامي</OPTION> <OPTION value=120>ميلان</OPTION>
<OPTION value=2040>ميلبورن</OPTION>
<OPTION value=-300>مينابوليس</OPTION>
<OPTION value=120>ميونيخ</OPTION> <OPTION value=120>نابلس</OPTION><OPTION value=0>نواكشوط</OPTION>
<OPTION
value=180>نيروبي</OPTION> <OPTION value=-300>نيو
أورليانز</OPTION>
<OPTION value=330>نيو دلهي</OPTION>
<OPTION value=-240>نيو يورك سيتي</OPTION> <OPTION value=-240>هافانا</OPTION>
<OPTION value=420>هانوي</OPTION><OPTION value=840>هاواي</OPTION> <OPTION
value=120>هراري</OPTION>
<OPTION value=180>هلسنكي</OPTION> <OPTION value=420>هوشي
منه</OPTION> <OPTION value=1920>هونج كونج</OPTION>
<OPTION value=840>هونولولو</OPTION> <OPTION
value=-300>هيوستن</OPTION>
<OPTION
value=120>وارسو</OPTION> <OPTION
value=-240>واشنطن</OPTION> <OPTION value=1920>غرب
استراليا</OPTION> <OPTION value=2010>وسط
استراليا</OPTION> <OPTION value=2040>شرق
استراليا</OPTION> </SELECT> </td>
</tr>
</table>
</center>
</div>
</center></center>
</TD></TR>
<center>
<center>
<TR>
<TD width="100%" valign="top" align="center">
<p align="center"><font size="3"><INPUT
class=FormLt1 name=internetTime size=5 style="background-color: #F4EEDC; color: #F4EEDC; border-style: solid; border-color: #F4EEDC"> <INPUT class=FormLt1 name=time size=24 style="background-position: right 50%"><INPUT class=FormLt1 name=go onclick=convert() type=button value="احسب"><br>
<b>
</FORM><SPAN class=FSnPSmDk>يرجى ملاحظه ان هذا
التوقيت يختلف عن التوقيت الصيفي</SPAN></b></font></p>
</TD></TR>
</TBODY></TABLE>
</center>
</div>
<!--- /RIGHT SIDE ----------------------------></TD></TR>
</TABLE>
</div>
1- هذا الكود لعمل تقويم رمز Code:
<BODY>
<CENTER>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
monthnames = new Array(
"January",
"Februrary",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"Decemeber");
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;
document.write("<table border=2 bgcolor=white ");
document.write("bordercolor=black><font color=black>");
document.write("<tr><td colspan=7><center><strong>"
+ monthnames[thismonth] + " " + thisyear
+ "</strong></center></font></td></tr>");
document.write("<tr>");
document.write("<td align=center>Su</td>");
document.write("<td align=center>M</td>");
document.write("<td align=center>Tu</td>");
document.write("<td align=center>W</td>");
document.write("<td align=center>Th</td>");
document.write("<td align=center>F</td>");
document.write("<td align=center>Sa</td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td> </td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='FF0000'><strong>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</strong></font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table></p>");
// End -->
</SCRIPT>
</CENTER>
رمز Code:
<BODY>
<CENTER>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- 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;
document.write("<table border=2 bgcolor=white ");
document.write("bordercolor=black><font color=black>");
document.write("<tr><td colspan=7><center><strong>"
+ monthnames[thismonth] + " " + thisyear
+ "</strong></center></font></td></tr>");
document.write("<tr>");
document.write("<td align=center>الاحد</td>");
document.write("<td align=center>الاثنين</td>");
document.write("<td align=center>الثلاثاء</td>");
document.write("<td align=center>الاربعاء</td>");
document.write("<td align=center>الخميس</td>");
document.write("<td align=center>الجمعة</td>");
document.write("<td align=center>السبت</td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td> </td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='FF0000'><strong>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</strong></font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table></p>");
// End -->
</SCRIPT>
</CENTER>
1-انتقال تلقائى رمز Code:
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://عنوان الموقع المحال اليه"> 1-صفحه شفافه هذا الكود لجعل الصفحة عند الدخول شفافه رمز Code:
<meta http-equiv="Page-Enter" content="blendTrans(Duration=4.0)"> رمز Code:
<layer name="a0" left=10 top=10 visibility=show bgcolor="#F4EEDC" clip="0,0,1,1"></layer>
<layer name="a1" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a2" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a3" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a4" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,1,1"></layer>
<layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a6" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,1,1"></layer>
<layer name="a7" left=10 top=10 visibility=show bgcolor="#F4EEDC" clip="0,0,1,1"></layer>
<layer name="a8" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a9" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a10" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a11" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer>
<layer name="a12" left=10 top=10 visibility=show bgcolor="#800000" clip="0,0,2,2"></layer>
<layer name="a13" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer>
<script language="JavaScript">
/*
Document firework script (By Kurt Gregg, kurt.grigg@virgin.net)
Modified granted to Dynamic Drive to feature script in archive
For full source and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
if (document.all)
with(document){
write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
write('<div style="position:relative;width:2px;height:2px;background:#F4EEDC;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#800000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#F4EEDC;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#800000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('</div>')
}
var Clrs=new Array(9)
Clrs[0]='ff0000';
Clrs[1]='00ff00';
Clrs[2]='000aff';
Clrs[3]='ff00ff';
Clrs[4]='ffa500';
Clrs[5]='ffff00';
Clrs[6]='00ff00';
Clrs[7]='F4EEDC';
Clrs[8]='fffff0';
var sClrs=new Array(5)
sClrs[0]='ffa500';
sClrs[1]='55ff66';
sClrs[2]='AC9DFC';
sClrs[3]='fff000';
sClrs[4]='fffff0';
var yBase;
var xBase;
var step;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
var initialStarColor='ffa000';
var Mtop=250;
var Mleft=250;
function Fireworks() {
if (document.all)
{
yBase = window.document.body.offsetHeight/3;
xBase = window.document.body.offsetWidth/8;
}
else if (document.layers)
{
yBase = window.innerHeight/3;
xBase = window.innerWidth/8;
}
if (document.all)
{
step=5;
for ( i = 0 ; i < starsDiv.all.length ; i++ )
{
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
starsDiv.all[i].style.background=initialStarColor;
if (currStep > 90)
starsDiv.all[i].style.background=Clrs[c];
starsDiv.all[i].style.top = Mtop + yBase*Math.sin((currStep+i*5)/3)*Math.sin(550+currStep/100)
starsDiv.all[i].style.left = Mleft + yBase*Math.cos((currStep+i*5)/3)*Math.sin(550+currStep/100)
}
}
else if (document.layers)
{
step = 5;
for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!
{
var templayer="a"+j
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
document.layers[templayer].bgColor=initialStarColor;
if (currStep > 90)
document.layers[templayer].bgColor=Clrs[c];
document.layers[templayer].top = Mtop + yBase*Math.sin((currStep+j*5)/3)*Math.sin(550+currStep/100)
document.layers[templayer].left = Mleft + yBase*Math.cos((currStep+j*5)/3)*Math.sin(550+currStep/100)
}
}
currStep+= step;
//window.status=currStep;
T=setTimeout("Fireworks()",5);
if (currStep==220)
{
currStep=-10;
for (n=0; n < sClrs.length; n++)
{
var k=Math.round(Math.random()*n);
}
initialStarColor=sClrs[k];
if (document.all)
{
Dtop=window.document.body.clientHeight-250;
Dleft=xBase*3.5;
Mtop=Math.round(Math.random()*Dtop);
Mleft=Math.round(Math.random()*Dleft);
document.all.starsDiv.style.top=Mtop+document.body.scrollTop;
document.all.starsDiv.style.left=Mleft+document.body.scrollLeft;
}
else if (document.layers)
{
Dleft=window.innerWidth-100;
Dtop=window.innerHeight-100;
Mtop=Math.round(Math.random()*Dtop+window.pageYOffset);
Mleft=Math.round(Math.random()*Dleft+window.pageXOffset);
document.layers[templayer].top=Mtop;
document.layers[templayer].left=Mleft;
}
if ((Mtop < 20) || (Mleft < 20))
{
Mtop+=90;
Mleft+=90;
}
}
}
if (document.all||document.layers)
Fireworks();
</script>
|
|
:: عضو فعال ::
![]() ![]() ![]() ![]() |
فقط عليك وضع الكود في صفحتك اوي اي صفحه في موقعك وسوف يتعرف الرابط علي الصفحه التي اتي منها الزائر رمز Code:
<td width="100%">
<p align="center">
<a href="javascript:void top.open("http://seheb.net/snd/tell.php", "view", "width=500,height=300,resizable=no,scrollbars=no").focus()" style="text-decoration: none">
<font size="1" face="ms sans serif">ارسل موقعك لصديق</font></a></td>
رمز Code:
<IFRAME frameBorder="0" width="100%" scrolling="no" height="27" src="http://www.seheb.net/news/jzrh0.php">
</iframe>
¤©§][§©¤][ محركات البحث ][¤©§][§©¤ 1-محرك بحث كبير محرك للبحث فى 42 محرك بحث رمز Code:
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1256">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Nano</title>
</head>
<body>
<!-- '"NorthSky"' -->
<!-- Auto Banner Insertion Begin -->
<div id=aws_1727 align=center><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 BGCOLOR="3366CC"><TR><TD> <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="0" HEIGHT="64" WIDTH="726" BGCOLOR="3366CC">
<FORM ACTION="http://www.freeservers.com/search/results.html" METHOD="get" TARGET="blank">
<TR VALIGN="TOP">
<TD WIDTH="130"><A HREF="http://www.freeservers.com" TARGET="_blank"><IMG SRC="/fs_img/bannertype/100X22.gif" WIDTH=100 HEIGHT=22 BORDER=0></A><A HREF="/cgi-bin/login" TARGET="_blank"><IMG SRC="/fs_img/bannertype/login_chunkx.gif" WIDTH=30 HEIGHT=22 BORDER=0></A><BR><A HREF="/cgi-bin/show_me?wrap=1&page=/show_me/get100mb.htm" TARGET="_blank" onclick="window.open('/cgi-bin/show_me?wrap=1&page=/show_me/get100mb.htm','get100mb'); return false;"><IMG SRC="/cgi-bin/image/images/bannertype/100mb_chunkx.gif" WIDTH=130 HEIGHT=15 BORDER=0></A><BR><TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH=100%> <TR>
<TD VALIGN=MIDDLE ALIGN=center><FONT STYLE="font-size: 10px"><INPUT TYPE=text SIZE="8" NAME="q" STYLE="width: 75px;height: 17px; font-size: 10px"></FONT></TD>
<TD VALIGN=MIDDLE ALIGN=RIGHT><INPUT TYPE=IMAGE NAME=Submit VALUE="Search" SRC="/fs_img/bannertype/search_chunk
x.gif" border=0></TD> </TR>
</TABLE>
</TD>
<TD WIDTH=468 HEIGHT=60><script><!--
var g=new Date(); g=(window.bRand468 ? window.bRand468 : g.getTime()%1000); window.bRand468=g;
document.writeln('<a href=http://kok.8k.com/cgi-bin/c/726/64/dXNlcmJhbm5lcg==/gs/'+g+'/ target=_blank><img src=http://kok.8k.com/cgi-bin/b/726/64/dXNlcmJhbm5lcg==/gs/'+g+'/ width=468 height=60 border=0 ismap></a>');
//--></script><noscript><a href=http://kok.8k.com/cgi-bin/c/726/64/dXNlcmJhbm5lcg==/gn/1513/ target=_blank><img src=http://kok.8k.com/cgi-bin/b/726/64/dXNlcmJhbm5lcg==/gn/1513/ width=468 height=60 border=0 ismap></a></noscript></TD>
<TD WIDTH="120" ALIGN=center><IMG SRC="http://service.bfast.com/bfast/serve?bfmid=115759&sourceid=38526075&categoryid=mortgage" BORDER="0" WIDTH="1" HEIGHT="1" NOSAVE><A HREF="/cgi-bin/redirect?id=LENDING6_EU120" TARGET="_top"><IMG SRC="http://www.lendingtree.com/common/bp/affiliates/mortgage_medium_looping.gif" BORDER="0" WIDTH="120" HEIGHT="60" ALT=""></A></TD>
</TR></FORM>
</TABLE></TD></TR></TABLE><!-- northsky_popslot1.txt - G. Simmons K. Santos - V6.0 - Jan 19, 2001 -->
<script language="JavaScript"><!--
var RandNum = new Date();
RandNum = RandNum.getTime()%1000;
var cat = 'culture';
var banInfo = 'northsky.about.com/'+cat+';svc=northsky;site=;kw=;chan='+cat+';syn=about;pos=popslot1;sz=1x1;ord=' +RandNum;
var interValue;
cookiePath = ";Path=/";
function dartCall() {
browserType = (navigator.appName.substring(0,8) + parseFloat(navigator.appVersion)).toLowerCase();
browserClass = navigator.appName.substring(0,8) + parseFloat(navigator.appVersion.substring(0,1));
if (browserType.indexOf("netscape4.0")!= -1 || browserType.indexOf("webtv")!= -1) {
document.writeln ('<a href="http://ad.doubleclick.net/jump/' +banInfo+ '" target="_top">');
document.writeln ('<img src="http://ad.doubleclick.net/ad/' +banInfo+ '" height=1 width=1 border=0></a>');
}else{
document.writeln ('<nolayer>');
document.writeln ('<iframe src="http://ad.doubleclick.net/adi/' +banInfo+ '" target="_top" height=1 width=1 border=0 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no>');
if (browserClass != 'Netscape2') {
document.writeln ('<a href="http://ad.doubleclick.net/jump/' +banInfo+ '" target="_top">');
document.writeln ('<img src="http://ad.doubleclick.net/ad/' +banInfo+ '" height=1 width=1 border=0></a>');
}
document.writeln ('</iframe>');
document.writeln ('</nolayer>');
document.writeln ('<ilayer id="popslot1" visibility=hide width=1 height=1></ilayer>');
}
}
function checkCookie() {
if ((parseInt(navigator.appVersion) < 4 )||(navigator.appName.substring(0,8).indexOf("webtv")!= -1 ))
{
return;
}
cookieExpDays = 4;
var expDate = new Date();
expDate.setTime(expDate.getTime() + (86400000 * cookieExpDays));
cookieDate = ";Expires=" + expDate.toGMTString();
if (document.cookie)
{
var bigCookie = document.cookie;
var interPos = bigCookie.indexOf("pixelpopslot=");
if (interPos != -1)
{
var interStart = interPos + 13;
var interEnd = bigCookie.indexOf(";", interStart);
if (interEnd == -1)
{
interEnd = bigCookie.length;
}
var interValue = bigCookie.substring(interStart, interEnd);
interCount = parseInt(interValue);
if (interCount <= 1)
{
interCount++;
document.cookie="pixelpopslot="+interCount+";"+cookiePath+cookieDate;
dartCall();
}
else
{
return;
}
}
else
{
document.cookie="pixelpopslot=1;"+cookiePath+cookieDate;
}
}
else
{
document.cookie="pixelpopslot=1;"+cookiePath+cookieDate;
}
}
checkCookie()
//--></script>
<!-- /popslot1 -->
<!-- northsky_adclose.txt - G. Simmons - V5.5 - Jan 18, 2001 -->
<script language="JavaScript"><!--
browserType = (navigator.appName.substring(0,8) + parseFloat(navigator.appVersion)).toLowerCase();
if (browserType.indexOf("netscape4.0")== -1 || browserType.indexOf("webtv")== -1) {
if (document.popslot1) {
document.writeln ('<layer clip="3,3" src="http://ad.doubleclick.net/adl/' +banInfo+ '" target="_top" visibility="hide" onload="moveToAbsolute(popslot1.pageX,popslot1.pageY); visibility=\'show\';"></layer>');
}
}
//--></script>
<!-- / adclose -->
</div><!-- Auto Banner Insertion Complete THANK YOU -->
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0"
bgcolor="#ffff00">
<tr>
<td align="middle" bgcolor="#F4EEDC"><form
action="http://www.spads.com/cgi-bin/searchwire.pl"
method="post" target="_blank">
<div align="left"><table border="0" cellpadding="0"
cellspacing="0" width="367" bgcolor="#F4EEDC">
<tr>
<td bgcolor="#F4EEDC"><table border="0"
cellpadding="0" cellspacing="0" width="367"
bgcolor="#F4EEDC">
<tr>
<td bgcolor="#F4EEDC"><p
align="center"><font color="#8800000"
size="2" face="MS Dialog"><strong>ضع
كلمة البحث</strong></font></p>
</td>
<td align="right" colspan="2"
bgcolor="#F4EEDC"><p align="center"><font
color="#8800000" size="2"
face="MS Dialog">اختر محرك
البحث</font></p>
</td>
</tr>
<tr>
<th bgcolor="#F4EEDC"><p
align="center"><font size="2"><input
type="text" size="17" name="search"></font></p>
</th>
<th bgcolor="#F4EEDC"><p
align="center"><font size="2"><select
name="engine" size="1">
<option selected value="1">Select Search Engine -</option>
<option value="1">ALTA VISTA</option>
<option value="2">YAHOO!</option>
<option value="3">LYCOS</option>
<option value="4">INFOSEEK</option>
<option value="5">POINT</option>
<option value="6">A - 2 - Z</option>
<option value="7">WEBCRAWLER</option>
<option value="8">START POINT</option>
<option value="9">GO2NET MC</option>
<option value="10">NATIONL DIRECTORY</option>
<option value="11">ASK JEEVES</option>
<option value="12">NET GUIDE</option>
<option value="13">EXCITE</option>
<option value="14">COMPANY SLEUTH</option>
<option value="15">CYBER SLEUTH</option>
<option value="16">NORTHEN LIGHTS</option>
<option value="17">MAGELLEN</option>
<option value="18">SURF POINT</option>
<option value="19">HOT BOT</option>
<option value="20">WHATS NU</option>
<option value="21">EUROSEEK</option>
<option value="22">BROADCAST</option>
<option value="23">JUMPCITY</option>
<option value="24">NETFIND AOL</option>
<option value="25">BYTE SEARCH</option>
<option value="26">LOOKSMART</option>
<option value="27">E-BLAST</option>
<option value="28">MONSTER CRAWLER</option>
<option value="29">COMFIND</option>
<option value="30">FORUM ONE</option>
<option value="31">UK INDEX</option>
<option value="43">TOGGLE BOT</option>
<option value="44">HIT ENGINE</option>
<option>* Software & News *</option>
<option value="32">SHAREWARE.COM</option>
<option value="33">ZDNet Software</option>
<option value="34">WINDRIVERS</option>
<option value="35">BEYOND.COM</option>
<option value="36">ZDNET Mac</option>
<option value="37">CNN NEWS</option>
<option value="38">HOT BOT NEWS</option>
<option value="39">NEWS.COM</option>
<option value="40">EXCITE NEWS</option>
<option value="41">NEWS INDEX</option>
<option value="42">NEWS HUB</option>
</select><input type="submit"
value="ابحث"></font></p>
</th>
<th bgcolor="#F4EEDC"> </th>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</td>
</tr>
</table>
</center></div>
<p> </p>
</body>
</html>
هذا محرك بحث فى نفس الصفحه رمز Code:
<script language="JavaScript">
var NS4 = (document.layers); // Which browser?
var IE4 = (document.all);
var win = window; // window to search.
var n = 0;
function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
// Find next occurance of the given string on the page, wrap around to the
// start of the page if necessary.
if (NS4) {
// Look for match starting at the current point. If not found, rewind
// back to the first match.
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
// If not found in either direction, give message.
if (n == 0)
alert("Not found.");
}
if (IE4) {
txt = win.document.body.createTextRange();
// Find the nth match from the top of the page.
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
// If found, mark it and scroll it into view.
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
// Otherwise, start over at the top of the page and find first match.
else {
if (n > 0) {
n = 0;
findInPage(str);
}
// Not found anywhere, give message.
else
alert("لم يجد محرك البحث شى");
}
}
return false;
}
</script>
<form name="search" onSubmit="return findInPage(this.string.value);">
<font size=3><input name="string" type="text" size=15 onChange="n = 0;"></font>
<input type="submit" value="ابحث">
</form>
هذا الكود لعمل محرك بحث رائع لموقعك رمز Code:
<script language="JavaScript"><!--
// 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 {
alert ('Better increase MAX_ENGINES: ' + engs.Len + '>' + engs.maxlen)
}
}
function DisplayForm() {
document.writeln('<FORM Name=Gotchaform OnSubmit="HandleForm(this); return false">');
document.writeln('<strong></strong> <INPUT size=15 name="query">');
document.writeln('<strong></strong> <SELECT name="service">');
for (i=1; i <= engs.len; i++) {
document.writeln("<OPTION " + engs[i].opts + "> " + engs[i].name);
}
document.writeln('</SELECT> <input type=submit value="ابحث"><br>');
document.writeln('</FORM>');
document.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=yes,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=dncurrent&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("OpenText","","http://search.opentext.com","http://search.opentext.com/omw/simplesearch?SearchFor=hunt&mode=and");
Add("WebCrawler","","http://webcrawler.com/","http://webcrawler.com/cgi-bin/WebQuery?searchText=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&Utext=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&search=hunt&category=All-Categories");
Add("PC Gamer","","http://www.pcgame.com/","http://www.pcgame.com/finder/search.cgi?key=hunt");
// Denmark
DisplayForm();
// STOP HIDE
// --></script>
¤©§][§©¤][ نوافذ ][¤©§][§©¤ 1-نافذه اجباريه ترحيبيه هذا الكود لعمل نافذه تعمل بمجر مرور الفاره عليه رمز Code:
<HTML>
<HEAD>
<TITLE></TITLE>
<SCRIPT Language='JavaScript'>
function winopen () {
msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=260");
msg.document.write("<HEAD><TITLE>Hello</TITLE></HEAD>");
msg.document.write("<CENTER><h2><B>مرحبا بكم </B></h2></CENTER>");
}
</SCRIPT>
</HEAD>
<body bgcolor="White" text="Black" link="Blue" vlink="Blue" alink="Blue">
<b>مرر الماوس<a href="" onMouseOver="winopen(); return true;">هنا</a> نافذة</b>
</BODY>
</HTML>
2-لفتح نافذه كبيره هذا الكود لعمل نافذه كبيرة رمز Code:
<script>
<!--
/*Full screen window opener script: Written by Website Abstraction (www.wsabstract.com) More free scripts here*/
function fullwin(){
window.open("http://kok.8k.com","","fullscreen,scrollbars")
}
//-->
</script>
<form>
<input type="button" onClick="fullwin()" value="افتح ياسمسم">
</form>
نافذه موقته هذا الكود يقوم بفتح نافذة صغيرة .. تقدم فيها ترحيبا بالزائر ولكن يفرق هنا ان النافذة تغلق نفسها بعد عدة ثوان رمز Code:
<!-- Begin Pop Up Window -->
<script language="JavaScript">
//هنا تغير مواصفات الصفحة من ابعاد وادوات
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=200,height=150'
config += 'scrollbars=no,resizable=no'
pop = window.open ("","pop",config)
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
pop.document.write(';",8000)');//هنا وقت مكوث النافذة .. كل الف جزء من الثانية
pop.document.write('</');
pop.document.write('script>');
pop.document.write('<body bgcolor=navy>');
pop.document.write('<font color=gold>');
pop.document.write('<center><b><h2>اهــلا وسـهــلا بكم في</h2></b></center>');
pop.document.write('<center><b><h3>خيال ممتع</h3></b></center>');
pop.document.write('<center><b><font face="tahomah" size="1">نتمنى ان نكون عند حسن ظنكم</font></b></center>');
pop.document.write('</body>');
</script>
<!-- End Up Window -->
4-نافذ تتحكم بها نافذة تفتح بعد الضغط على اللنك رمز Code:
<HTML>
<HEAD>
<TITLE>Window Test</TITLE>
<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
<!-- Hide script from old browsers
function openWindow() {
newWindow = window.open('http://mypage.ayna.com/hhfmxx/index.3.gif', 'newWin', 'toolbar=yes,location=yes,scrollbars=yes,width=300,height=200')
}
function closeWindow() {
if (newWindow && !newWindow.closed) {
newWindow.close()
}
}
// End hiding script from old browsers -->
</SCRIPT>
</HEAD>
<BODY BGCOLOR=WHITE>
<CENTER>
<H1>تستطيع وضع اى عبارة هنا</H1>
<H3><A HREF="javascript:openWindow()">افتح نافذة جديدة</A>
<A HREF="javascript:closeWindow()">اغلق النافذة</A></H3>
</CENTER>
</BODY>
</HTML>
5-لعمل موقع داخل موقع هذا الكود لعمل موقع داخل موقع اخر رمز Code:
<IFRAME WIDTH=75% HEIGHT=200 SRC="http://kok.8k.com"></IFRAME> هذا الكود لعمل صفحة اخرى مع صفحتك رمز Code:
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- The JavaScript Source!! http://kok.8k.com -->
<!-- Begin
function popUp() {
props=window.open(اكتب عنوان الصفحة الاخرى هناء, 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=200, height=300, left = 300, top = 150');
}
// End -->
</script>
<!-- STEP TWO: Paste this onLoad event handler into the BODY tag -->
<BODY onLoad="javascript:popUp()">
<!-- Script Size: 0.73 KB -->
هذا الكود لطلب الترشيح رمز Code:
<script language="JavaScript">
<!-- The JavaScript Source!! <a href="http://kok.8k.com.">
function vote () {
vote4alnadeem=window.open("http://www.arb2000.com/in.php?id=aldwesh");
} function cancel () {}
if (confirm("هل ترشحنى لافضل الفين موقع عربى")) { vote();
} else cancel()
// --></script>
8-نافذة تفتح تدريجياً انسخ هذا الكود في <body> رمز Code:
<script>
<!--
var winheight=100
var winsize=100
var x=5
function openwindow(thelocation){
temploc=thelocation
if (!(window.resizeTo&&document.all)&&!(window.resizeTo&&document.getElementById)){
window.open(thelocation)
return
}
win2=window.open("","","scrollbars")
win2.moveTo(0,0)
win2.resizeTo(100,100)
go2()
}
function go2(){
if (winheight>=screen.availHeight-3)
x=0
win2.resizeBy(5,x)
winheight+=5
winsize+=5
if (winsize>=screen.width-5){
win2.location=temploc
winheight=100
winsize=100
x=5
return
}
setTimeout("go2()",50)
}
//-->
</script>
<p><a href="javascript:openwindow('http://عنوان الصفحه.com')">هنا النص</a>
انسخ هذا الكود في <body> رمز Code:
<SCRIPT LANGUAGE="JavaScript">
function salut(){
f=window.open('','','toolbar=no,menubar=no,location=no,left=50,top=50,height=50,width=200');
f.document.write("<h4><CENTER> شكراً على الزيارة</h4></CENTER>");
}
</SCRIPT>
|
|
بارك الله فيك و جعله الله في ميزان حسناتك تحية طيبة لك |
|
|
وفرت علينا عناء البحث ... تحياتي لك اخوي .. |
|
| العلامات المرجعية |
| أدوات الموضوع | |
| طرق العرض | |
|
|