المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : ساعدوني في تجميع اكبر كمية من اكواد الجافا ............


الصفحات : [1] 2

anashour
14-09-2002, 02:32 AM
السلام عليكم

شباب شو رايكم انه نجمع اكبر كمية ممكنة من اكواد الجافا:D :D :D

anashour
14-09-2002, 02:49 AM
================================================== =======
هذا الجزء في منطقة الرأس
================================================== =======
<script langauge="**********">
/*
By: Aaron Connelly
E-Mail: MAUWDIB@aol.com
for non-comercial uses only - Other contact at the E-Mail address above
This Credit Must stay intact for use!!!!!!!!!!
*/
//How fast the fadeing is going
var speed=100
//The Font size
var size=15
//Don't Edit
var cf1="0"
var cf2="0"

function animate(){
var f1=new Array()
f1[1]="0"
f1[2]="15"
f1[3]="35"
f1[4]="55"
f1[5]="95"
f1[6]="100"
f1[7]="130"
f1[8]="140"
f1[9]="190"
f1[10]="230"
f1[11]="240"
f1[12]="256"
f1[13]="240"
f1[14]="220"
f1[15]="190"
f1[16]="120"
f1[17]="90"
f1[18]="70"
f1[19]="30"
f1[20]="10"
f1[21]="0"

var f2=new Array()
f2[1]="0"
f2[2]="15"
f2[3]="35"
f2[4]="55"
f2[5]="75"
f2[6]="95"
f2[7]="100"

cf1=(cf1==21)?1:++cf1
cf2=(cf2==7)?1:++cf2

/*
**IMPORTANT**
To Change the colors play with the 256 & 2 & 0
*/
document.menu.menuBg.style.backgroundColor="rgb(256," + f1[cf1] + ",2)"
document.menu.menuBg.style.color="rgb(0," + f2[cf2] + ",256)"
document.menu.menuBg.style.fontWeight="bold"
document.menu.menuBg.style.fontSize=size

//Don't Edit
setTimeout("animate()",speed)
}
window.onload=animate

function go() {
document.location = document.menu.menuBg.options[document.menu.menuBg.selectedIndex].value
}
//stop netscape4 errors
function stopError() {
return true;
}
window.onerror = stopError;
</script>

================================================== =
في منطقة الجسم
================================================== =

<form name="menu">
<SELECT name="menuBg" onChange="go()">
<option value="#" selected>Select a Topic
<option value="http://www.a1**********s.com/">A1 **********s
<option value="http://www.123webmaster.com/">123Webmaster
<option value="http://www.boxedart.com/">Boxed Art
<option value="http://www.fresherimage.com/">Fresher Image
<option value="http://www.htmlforums.com/">Help Forums
</select>
</form>

صالح15
14-09-2002, 02:51 AM
http://www.absba.org/vb/showthread.php?s=&threadid=18356
لقد قمت بوضع مجموعة في هذا الموضوع

anashour
14-09-2002, 02:52 AM
<SCRIPT LANGUAGE="**********">
var temppopup = window.open( "", "tempWin", 'toolbar=0,location=0,directories=0,status=0,menub ar=0,scrollbars=0,resizable=0,width=1,height=1');
window.open = temppopup.open;
temppopup.close();
var popup = window.open("", "TripodPopup",'toolbar=0,location=0,directories=0,status=0,menu bar=0,scrollbars=0,resizable=0,width=1,height=1');
popup.close();
</SCRIPT>

anashour
14-09-2002, 02:55 AM
مشكووووور اخي العزيز صالح 15

فعلا انها اكواد ممتازة

anashour
14-09-2002, 02:56 AM
<style>
BODY { scrollbar-3d-light-color:ffffff;
scrollbar-arrow-color:ffffff;
scrollbar-base-color:ffffff;
scrollbar-dark-shadow-color:ffffff;
scrollbar-face-color:000000;
scrollbar-highlight-color:000000;
scrollbar-shadow-color:ffffff}
0}
</style>

anashour
14-09-2002, 02:58 AM
<!--script by A1 **********s. IT ONLY WORKS IN IE--><body bgproperties="fixed"><!-- -->

anashour
14-09-2002, 03:00 AM
<param name="BACKGROUNDCOLOR" value="#000000"><embed src="http://www.arabicsongs.com/realaudio/yasalone.ram" align="baseline" border="0" width="275" height="40" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel" autostart="true">
<br>

anashour
14-09-2002, 03:03 AM
<script language="**********">
<!-- Original: Mike Hall (MHall75819@aol.com) -->
<!-- Web Site: http://members.aol.com/MHall75819 -->

<!-- This script and many more are available free online at -->
<!-- The ********** Source!! http://**********.internet.com -->

<!-- Begin
var NS4 = (document.layers);
var IE4 = (document.all);

var win = this;
var n = 0;

function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
if (NS4) {
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
if (n == 0) alert(str + " ليست موجوده في هذه الصفحه");
}
if (IE4) {
txt = win.document.body.createTextRange();
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
else {
if (n > 0) {
n = 0;
findInPage(str);
}
else
alert(str + " ليست موجوده في هذه الصفحه.");
}
}
return false;
}
// End -->
</script>

<form name="search"
onsubmit="return findInPage(this.string.value);">
<p align="center">ادخل الكلمه واضغط
</p>
<p align="center">ENTER
</p>
<p align="center"><input type="text" size="15" name="string" onchange="n = 0;">
</p>
</form>

anashour
14-09-2002, 03:04 AM
<td width="100%" bgcolor="#000000" align="center" colspan="3" valign="top">
<!--webbot bot="HTMLMarkup" startspan --><html>
<head>
<style>
img
{
filter:alpha(opacity=10)
}
</style>

<script language="**********">
function clean()
{
interval=setInterval("makeclean(myImage)",10)
}

function foggy()
{
clearInterval(interval)
myImage.filters.alpha.opacity=10
}

function makeclean()
{
if (myImage.filters.alpha.opacity<100)
{
myImage.filters.alpha.opacity+=5
}
else if (window.interval)
{
clearInterval(interval)
}
}

</script></head>

<body>
<img id="myImage" src="banner6.gif" onmouseover="clean()" onmouseout="foggy()" width="469" height="62">
<b></b>
</body>

</html>

<!--webbot bot="HTMLMarkup" endspan -->
</td>

anashour
14-09-2002, 03:07 AM
<style>
.spanstyle {
position:absolute;
visibility:visible;
top:-50px;
font-size:10pt;
font-family:Verdana;
font-weight:bold;
color:black;
}
</style>
<script>

/*
houranianas@hotmail.com
Anashour
*/

var x,y
var step=20
var flag=0

// Your snappy message. Important: the space at the end of the sentence!!!
var message="Anashour "
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()",30)
}

</script>

<script>
<!-- Beginning of ********** -

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 of ********** - -->
</script>

<body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">

anashour
14-09-2002, 03:08 AM
<APPLET CODE="Firework.class" WIDTH="399" HEIGHT="349">
<PARAM NAME="AnimationSpeed" VALUE="50">
<PARAM NAME="RocketSoundtrack" VALUE="fire.au">
<PARAM NAME="RocketStyleVariability" VALUE="10">
<PARAM NAME="MaxRocketNumber" VALUE="9">
<PARAM NAME="MaxRocketExplosionEnergy" VALUE="850">
<PARAM NAME="MaxRocketPatchNumber" VALUE="90">
<PARAM NAME="MaxRocketPatchLength" VALUE="68">
<PARAM NAME="Gravity" VALUE="400">
</applet>

<p align="center"><font face="arial" size="-2">Free Java applets provided by</font><br>
<font face="arial, helvetica" size="-2"><a href="http://wsabstract.com">Website
Abstraction</a></font></p>

anashour
14-09-2002, 03:21 AM
**************Qhead********************
<style type="text/css">
A:link {color: LINKCOLOR;}
A:visited {color: VISITEDCOLOR;}
A:hover {color: HOVERCOLOR;}
</style>

******************body********************
<style type="text/css">
A:link {color: blue;}
A:visited {color: blue;}
A:hover {color: red;}
</style>

anashour
14-09-2002, 03:22 AM
place entire script in body of page
submited by Yoshi 15
yoshi_15h@hotmail.com
http://www.geocities.com/yoshi15h
================================================== ==

<script launguage=**********>
//by Yoshi 15
//yoshi_15h@hotmail.com
//http://www.geocities.com/yoshi15h
function send_form()
{
var user=window.document.genlogin.login.value;
var pw=window.document.genlogin.passwd.value;
<!--Hotmail goes from here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "0")

{

window.document.passwordform.login.value=user;

window.document.passwordform.passwd.value=pw;

window.document.passwordform.svc.value="mail";

window.document.passwordform.RemoteDAPost.value="https://login.msnia.passport.com/ppsecure/post.asp";
window.document.passwordform.action="https://lc1.law5.hotmail.passport.com/cgi-bin/dologin";
window.document.passwordform.target="_blank";
window.document.passwordform.submit()
return (true);

}<!--Hotmail ends here-->
<!--Yahoo starts here-->
if(window.document.genlogin.mailaccount.selectedIn dex == "1")

{

window.document.a.login.value=user;

window.document.a.passwd.value=pw;

window.document.a.action="http://login.yahoo.com/config/login?f9p32lgm8eokn";

window.document.a.target="_blank";

window.document.a.submit()

return (true);

}<!--Yahoo ends here-->

<!--NetAddress starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "2")

{

window.document.loginform.UserID.value=user;

window.document.loginform.passwd.value=pw;

window.document.loginform.LoginState.value=2;

window.document.loginform.SuccessfulLogin.value="/tpl";

window.document.loginform.NewServerName.value="www.netaddress.com";

window.document.loginform.**********.value="JScript1.0";

window.document.loginform.DomainID.value=4;

window.document.loginform.Domain.value="usa.net";

window.document.loginform.NA31site.value="classic.netaddress.com";

window.document.loginform.NA31port.value=80 ;

window.document.loginform.action="http://www.netaddress.com/tpl/Door/LoginPost";

window.document.loginform.target="_blank";

window.document.loginform.submit()

return (true);

}<!--NetAddress ends here-->



<!--Rediff Mail starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "3")

{

window.document.loginform.login.value=user;

window.document.loginform.passwd.value=pw;

window.document.loginform.action="http://www.rediffmail.com/cgi-bin/login.cgi";

window.document.loginform.target="_blank";

window.document.loginform.submit()

return (true);

}<!-- RediffMail Ends here-->



<!-- IndiaInfo starts Here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "4")

{

window.document.mailform.username.value=user;

window.document.mailform.Password.value=pw;

window.document.mailform.action="http://mail.indiainfo.com/default.html";

window.document.mailform.target="_blank";

window.document.mailform.submit()

return (true);

}<!--IndiaInfo Ends here-->



<!--123India starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "5")

{

window.document.fn.uname.value=user;

window.document.fn.pwd.value=pw;

window.document.fn.action="http://login2.123india.com/config/login";

window.document.fn.target="_blank";

window.document.fn.submit()

return (true);

}<!--123India Ends here-->



<!--OneBox starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "6")

{

window.document.TheForm.username.value=user;

window.document.TheForm.password.value=pw;

window.document.TheForm.action="http://www.onebox.com/inbox.html";

window.document.TheForm.target="_blank";

window.document.TheForm.submit()

return (true);

}<!--OneBox Ends here-->



<!--MailCity starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "7")

{

window.document.login_form.callback.value="http://mail.lycos.com";

window.document.login_form.partner_key.value="mailcity";

window.document.login_form.user_name.value=user;

window.document.login_form.user_passwd.value=pw;

window.document.login_form.action="http://login.mail.lycos.com/login.shtml";

window.document.login_form.target="_blank";

window.document.login_form.submit()

return (true);

}<!--Mailcity Ends here-->



<!--Chequemail starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "8")

{

window.document.frm.username.value=user;

window.document.frm.passcode.value=pw;

window.document.frm.action="http://www2.chequemail.com/cgi-bin/chequemail.cgi";

window.document.frm.target="_blank";

window.document.frm.submit()

return (true);

}<!--Chequemail Ends here-->



<!--Epatra mail starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "9")

{

window.document.login.user_login.value=user;

window.document.login.user_pwd.value=pw;

window.document.login.action="http://www.epatra.com/cgi-bin/epatrams/login1.cgi";

window.document.login.target="_blank";

window.document.login.submit()

return (true);

}<!--Epatramail Ends here-->



}

</script>



<!-- This starts the Login Page -->



<!--Hotmail form-->

<form name="passwordform" action="https://lc1.law5.hotmail.passport.com/cgi-bin/dologin" method="POST" target="_top" >

<input type="hidden" name="login" >

<input type="hidden" name="passwd" >

<input type="hidden" name="svc" value="mail">

<input type="hidden" name="RemoteDAPost" value="https://login.msnia.passport.com/ppsecure/post.asp">

</form>



<!--YahooMail form-->

<FORM action="http://login.yahoo.com/config/login?f9p32lgm8eokn" method="post" name="a" autocomplete="off">

<input type="hidden" name="login" >

<input type="hidden" name="passwd" >

<INPUT name=".tries" type="hidden">

<INPUT name=".src" type=hidden value="ym">

<INPUT name=".last" type="hidden">

<INPUT name="promo" type="hidden">

<INPUT name=".intl" type="hidden">

<INPUT name=".bypass" type="hidden">

<INPUT name=".partner" type="hidden">

<INPUT name=".chkP" type="hidden" value="Y">

<INPUT name=".done" type="hidden"> </form>



<!--Net address form-->

<FORM name=loginform action=http://www.netaddress.com/tpl/Door/LoginPost method=post>

<INPUT type=hidden value=2 name=LoginState>

<INPUT type=hidden value=/tpl name=SuccessfulLogin>

<INPUT type=hidden value=www.netaddress.com name=NewServerName>

<INPUT type=hidden value=None name=**********>

<INPUT type=hidden value=4 name=DomainID>

<INPUT type=hidden value=usa.net name=Domain>

<INPUT type=hidden value=classic.netaddress.com name=NA31site>

<INPUT type=hidden value=80 name=NA31port>

<INPUT type=hidden name=UserID>

<INPUT type=hidden name=passwd>

<INPUT type=hidden value=existing name=FormName>

<INPUT type=hidden name=login>

</form>





<!--IndiInfo Mail Starts here-->

<FORM name=mailform method=post>

<INPUT type=hidden name=username>

<INPUT type=hidden name=Password></form>



<!--123India mail-->

<FORM name=fn action=http://login2.123india.com/config/login method=post>

<INPUT type=hidden name=uname>

<INPUT type=hidden name=pwd>

<INPUT type=hidden value=www name=eref>

<INPUT type=hidden value=mail name=iref>

<INPUT type=hidden value=mail name=srv>

</form>



<!--Onebox -->

<FORM name=TheForm action=http://www.onebox.com/inbox.html method=post>

<INPUT type=hidden name=username>

<INPUT type=hidden name=password>

</form>



<!--Mailcity-->

<FORM name=login_form action=http://login.mail.lycos.com/login.shtml method=post target=_top>

<INPUT type=hidden value=http://mail.lycos.com name=callback>

<INPUT type=hidden value=mailcity name=partner_key>

<INPUT type=hidden name=user_name>

<INPUT type=hidden name=user_passwd>

</form>



<!--chequemail-->

<FORM name=frm action=http://www2.chequemail.com/cgi-bin/chequemail.cgi method=post>

<INPUT type=hidden name=username>

<INPUT type=hidden name=passcode>

</form>



<!--epatra-->

<FORM action=http://www.epatra.com/cgi-bin/epatrams/login1.cgi method=post name=login>

<INPUT type=hidden name=user_login>

<INPUT name=user_pwd type=hidden>

</form>



<!-- This starts thwe actuall script -->



<form name=genlogin method=post action="**********:send_form()">

<table border=0>

<tr>

<td><font face="times" color="black"> User Name: </font></td>

<td><input TYPE="text" NAME="login" SIZE="16" MAXLENGTH="50" onFocus="this.select();" style="background-color:#00FF00;"></td>

<td><font face="times" color="black">@</font><select name="mailaccount" style="background-color:#00FF00;">

<option value="Hotmail.com"> Hotmail.com</option>

<option value="yahoo.com"> yahoo.com</option>

<option value="usa.net">usa.net</option>

<option value="rediff.com"> rediff.com</option>

<option value="indiainfo.com"> indiainfo.com</option>

<option value="123india.com"> 123india.com</option>

<option value="Onebox.com"> OneBox.com</option>

<option value="mailcity.com">mailcity.com/LycosMail</option>

<option value="Chequemail.com">Chequemail</option>

<option value="Epatra.com">Epatra.com</option>

</select></td></tr>

<tr>

<td><font face="times" color="black">Password:</font></td>

<td><input TYPE="password" NAME="passwd" SIZE="16" MAXLENGTH="16" style="background-color:#00FF00;"></td>

<td> <input type="button" value="Sign In" name="B1"onclick="**********:send_form()" style="background-color:#00FF00;"></form></td></tr></table>

anashour
14-09-2002, 03:23 AM
<SCRIPT LANGUAGE="**********">

<!-- Begin
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {

var url="http://www.a1**********s.com";
var title="A1 **********s";

document.write('<A HREF="**********:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Add our site to your favorites!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">Add our site to your favorites!</a>');
}
else {
var msg = "Don't forget to bookmark us!";
if(navigator.appName == "Netscape") msg += " (CTRL-D)";
document.write(msg);
}

// End -->
</script>

anashour
14-09-2002, 03:25 AM
<SCRIPT LANGUAGE="**********">

<!-- Begin
if (window.print) {
document.write('<form>Click Here To '
+ '<input type=button name=print value="Print" '
+ 'onClick="**********:window.print()"> This Page!</form>');
}
// End -->
</script>

anashour
14-09-2002, 03:27 AM
<input type="Button" name="lukk" value=" قم بتجديدالصفحة دائماً" style="font-size: x-small; font-family: Tahoma; font-weight: normal; color: BLAC; background-color: #FFFFC6;" onClick="**********:location.reload()">

anashour
14-09-2002, 03:28 AM
<!-- This script has been in the http://www.**********s.com ********** Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
Today Is:
<!--This Clock Is Not To Distributed Made By SpiceQuake.com.-->
<!--Made By www.SpiceQuake.com.-->

<SCRIPT LANGUAGE = "**********">
<!--

// Array of day names
var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");

var monthNames = new Array("January","February","March","April","May","June","July",
"August","September","October","November","December");

var dt = new Date();
var y = dt.getYear();

// Y2K compliant
if (y < 1000) y +=1900;

document.write(dayNames[dt.getDay()] + ", " + monthNames[dt.getMonth()] + " " + dt.getDate() + ", " + y);
// -->
</SCRIPT>

And The Time Is:
<HTML>
<HEAD>

<STYLE>
.details
{
font-family : lucida sans unicode, verdana, century gothic, arial;
font-size : 14;
font-weight : bold;
color : #ffffff;
background-color : #333366;
}
</STYLE>
<SCRIPT LANGUAGE="**********">
<!--
function curTime()
{
var now=new Date()
var hrs=now.getHours()
var min=now.getMinutes()
var sec=now.getSeconds()
var don="AM"
if (hrs>=12){ don="PM" }
if (hrs>12) { hrs-=12 }
if (hrs==0) { hrs=12 }
if (hrs<10) { hrs="0"+hrs }
if (min<10) { min="0"+min }
if (sec<10) { sec="0"+sec }
clock.innerHTML=hrs+":"+min+":"+sec+" "+don
setTimeout("curTime()",1000)
}
-->
</SCRIPT>
</HEAD>
<BODY onLoad=curTime()>
<SPAN CLASS=details ID=clock STYLE="position:relative;"></SPAN>
</BODY>
</HTML>

<!-- SpiceQuake Says Roar. -->

<!-- Simba says Roar. -->

anashour
14-09-2002, 03:34 AM
<p><!--webbot bot="HTMLMarkup" startspan --><p align="center"><font face="MS Dialog Light" size="4"><b> <a href="" onMouseover="alert('ليش تحط الماوس هون؟'); alert('أنا ما قلت لك لا تضغط هون؟'); alert('يعني وش اسوي فيك ؟؟'); alert('ليه تفكر أصلا انك تضغط هون وأنا محذرك؟؟؟'); alert('والله يا انت تورطت '); alert('تحس انك متورط؟ هاه ؟'); alert('تبيني افكك؟'); alert('الحين لازم ترسل لي رسالة تعتذر فيه مني '); alert('وأحسن لك أرسل الرسالةلا أوريك شغلك'); document.bgColor='black'; document.fgColor='Red'; window.location.href='mailto:horanianas@hotmail.co m ?subject=ما عليش تكبـــــر وتنســــى';"">جرب قرب ماوسك هنــــا </a>
<br>
<br>
<br>
<!--webbot bot="HTMLMarkup" endspan -->
<br>
<br>
<br>
</p>
<br>

anashour
14-09-2002, 03:42 AM
<!-- This script has been in the http://www.**********s.com ********** Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<html>
<head>
<title>Anas</title>
</head>

<body bgcolor="#FFFFFF">

<p align="center"><script language="**********"><!--
//Remote Script
//What does it do? It opens a seperate window, and when
//you click on links, it appears in the main window!
//You can customize how many links, if font is bold
//and if font is itilic.
//This is the advanced version.
//You can choose the font name (like arial) and size(like 5).
//Also, you can customize the unvisted link color, visited link color and active link color.

//Settings
var nums=7; //Number of links from 0 to 7
var welcome="اختار الموقع المطلوب"; //Remote welcome message
var bold="true";//Bold? "true" or "false"
var italic="false";//Italic? "true" or "false"
var fonttag="Arial"//Font Name
var fontsiz="4"//Font Size
var rlink="red"//Color of unvisited link.
var vlink="orange"//Color of visited link.
var alink="yellow"//Color of active link.

//Link Descriptions and paths

var delink1="الأذكار";//Description of link 1
var link1 ="http://mypage.ayna.com/athkar/"; //Path of link 1

var delink2="صوت القوقاز";//Description of link 2
var link2 ="http://www.qoqaz.com/";//Path of link 2

var delink3="الشيخ القرضاوى";//Description of link 3
var link3 ="http://www.qaradawi.net/";//Path of link 3

var delink4="موقع الوافى";//Description of link 4
var link4 ="http://www.alwafi2000.com";//Path of link 4

var delink5="الأزهر الشريف";//Description of link 5
var link5 ="http://www.alazhar.org/arabic/index.htm";//Path of link 5

var delink6="كوسوفا";//Description of link 6
var link6 ="http://kosova.hypermart.net/";//Path of link 6

var delink7="الفرقان";//Description of link 7
var link7 ="http://forqan.homepage.com/";//Path of link 7










//Make window
window.name="main";
var win = window.open("","foe","width=159 height=275");
win.document.write("<HTML>");
win.document.write("<HEAD>");
win.document.write("<TITLE>Remote</TITLE>");
win.document.write("<HEAD>");
win.document.write("<BODY BGCOLOR='white' link='"+rlink+"' vlink='"+vlink+"' alink='"+alink+"'>");
win.document.write("<FONT FACE='"+fonttag+"' size='"+fontsiz+"'>");
win.document.write("<CENTER>");
win.document.write(welcome + "<BR>");

//styles
if(bold=="true"){win.document.write("<b>");}
if(italic=="true"){win.document.write("<i>");}


if(nums==1){
win.document.write("<a href='"+link1+"' target='main'>"+delink1+"</a><BR>");
}
if(nums==2){
win.document.write("<a href='"+link1+"' target='main'>"+delink1+"</a><BR>");
win.document.write("<a href='"+link2+"' target='main'>"+delink2+"</a><BR>");
}
if(nums==3){
win.document.write("<a href='"+link1+"' target='main'>"+delink1+"</a><BR>");
win.document.write("<a href='"+link2+"' target='main'>"+delink2+"</a><BR>");
win.document.write("<a href='"+link3+"' target='main'>"+delink3+"</a><BR>");
}
if(nums==4){
win.document.write("<a href='"+link1+"' target='main'>"+delink1+"</a><BR>");
win.document.write("<a href='"+link2+"' target='main'>"+delink2+"</a><BR>");
win.document.write("<a href='"+link3+"' target='main'>"+delink3+"</a><BR>");
win.document.write("<a href='"+link4+"' target='main'>"+delink4+"</a><BR>");
}
if(nums==5){
win.document.write("<a href='"+link1+"' target='main'>"+delink1+"</a><BR>");
win.document.write("<a href='"+link2+"' target='main'>"+delink2+"</a><BR>");
win.document.write("<a href='"+link3+"' target='main'>"+delink3+"</a><BR>");
win.document.write("<a href='"+link4+"' target='main'>"+delink4+"</a><BR>");
win.document.write("<a href='"+link5+"' target='main'>"+delink5+"</a><BR>");
}
if(nums==6){
win.document.write("<a href='"+link1+"' target='main'>"+delink1+"</a><BR>");
win.document.write("<a href='"+link2+"' target='main'>"+delink2+"</a><BR>");
win.document.write("<a href='"+link3+"' target='main'>"+delink3+"</a><BR>");
win.document.write("<a href='"+link4+"' target='main'>"+delink4+"</a><BR>");
win.document.write("<a href='"+link5+"' target='main'>"+delink5+"</a><BR>");
win.document.write("<a href='"+link6+"' target='main'>"+delink6+"</a><BR>");
}
if(nums==7){
win.document.write("<a href='"+link1+"' target='main'>"+delink1+"</a><BR>");
win.document.write("<a href='"+link2+"' target='main'>"+delink2+"</a><BR>");
win.document.write("<a href='"+link3+"' target='main'>"+delink3+"</a><BR>");
win.document.write("<a href='"+link4+"' target='main'>"+delink4+"</a><BR>");
win.document.write("<a href='"+link5+"' target='main'>"+delink5+"</a><BR>");
win.document.write("<a href='"+link6+"' target='main'>"+delink6+"</a><BR>");
win.document.write("<a href='"+link7+"' target='main'>"+delink7+"</a><BR>");
}

//styles
if(bold=="true"){win.document.write("</b>");}
if(italic=="true"){win.document.write("</i>");}
win.document.write("</FONT>");
win.document.write("</BODY>");
win.document.write("</HTML>");
// --></script></p>
</body>
</html>
<!-- Simba says Roar. -->

anashour
14-09-2002, 03:51 AM
وينكم وين مشاركاتكم

يالله بدي همتكم

anashour
14-09-2002, 11:28 AM
شوفوا ما احلى هالموقع مليان اكواد جافا

http://www.a1**********s.com/

anashour
14-09-2002, 11:38 AM
<style>
<!--
A:link {text-decoration: none; color:00009c ;}
A:visited {text-decoration: none; color: 00009c ;}
A:active {text-decoration: none; color:0000ff ; }
A:hover {text-decoration: underline;color:ff0000 ;}
//-->
</style>

anashour
14-09-2002, 11:47 AM
<html>

<head>
<style>
body{background-color:#FFFFFF}
A{color:white; text-decoration:none}
A:hover{color:red}
A:visited:{color:#808080}
TD{font-family:arial,helvetica; font-size:10pt}
</style>
<style>
A:hover{color:red}
#divBg{position:absolute; top:0; left:0; visibility:hidden; height:50}
DIV.clSub{position:relative; top:-5; font-family:arial,helvetica; font-size:12px; padding:10px; visibility:hidden; background-color:#000080; layer-background-color:#000080}
</style>
<script language="**********1.2">
/************************************************** ******************************
Copyright (C) 1999 Thomas Brattli
This script is made by and copyrighted to Thomas Brattli at www.bratta.com
Visit for more great scripts.
This may be used freely as long as this msg is intact!
************************************************** ******************************
Browsercheck:*/
ie=document.all?1:0
n=document.layers?1:0

//Do you want it to move with the page if the user scroll the page?
var moveOnScroll=true

//Do you want to hide all the other submenus when you click a new?
var hideAll=true

/************************************************** ******************************
If you want to change the appearans on the text, or background or anything
do that in the style tag above, or in the table tag below.

NOTE: This menu have some "small" bugs.
In Netscape the links in the submenus will work even though the
submenus are hidden, this has something to do with
a lousy implementation of the relative positioning in Netscape.
In IE links "underneath" the submenus will not work even though the
submenus are hidden.
I will look into this and might find a fix for it.
************************************************** ******************************/


/************************************************** ******************************
Object constructor
************************************************** ******************************/
function makeMenuBar(obj,nest,vis){
nest=(!nest) ? '':'document.'+nest+'.'
this.css=(n) ? eval(nest+'document.'+obj):eval(obj+'.style')
this.hideIt=b_hideIt; this.showIt=b_showIt; this.vis=b_vis
if(ie && vis) this.css.visibility='hidden'
this.state=1
this.go=0
this.height=n?this.css.document.height:eval(obj+'. offsetHeight')
this.top=b_gettop
this.obj = obj + "Object"; eval(this.obj + "=this")
}
//Get's the top position.
function b_gettop(){
var gleft=(n) ? eval(this.css.top):eval(this.css.pixelTop);
return gleft;
}
//The functions for showing and hiding
function b_showIt(){
this.css.visibility="visible"
}
function b_hideIt(){
this.css.visibility="hidden"
}
function b_vis(){
if(this.css.visibility=="hidden" || this.css.visibility=="hide") return true;
}
/************************************************** ******************************
Checking if the page is scrolled, if it is move the menu after
************************************************** ******************************/
function checkScrolled(){
if(!oMenu.go)oMenu.css.top=(!oMenu.state)?eval(scr olled):eval(scrolled)
if(n) setTimeout('checkScrolled()',30)
}
/************************************************** ******************************
Inits the page, makes the menu object, moves it to the right place,
show it..
************************************************** ******************************/
function menuBarInit(){
oSub=new Array()
//Change it here if you want more or less submenus.
oSub[0]=new makeMenuBar('divSub0','divBg',1)
oSub[1]=new makeMenuBar('divSub1','divBg',1)
oSub[2]=new makeMenuBar('divSub2','divBg',1)
oSub[3]=new makeMenuBar('divSub3','divBg',1)
oSub[4]=new makeMenuBar('divSub4','divBg',1)
//Moving menuBar
oMenu=new makeMenuBar('divBg')
scrolled=n?"window.pageYOffset":"document.body.scrollTop"
oMenu.css.top=eval(scrolled)
oMenu.css.visibility='visible'
if(moveOnScroll) ie?window.onscroll=checkScrolled:checkScrolled();
}

/************************************************** ******************************
Shows and hides the submenus
************************************************** ******************************/
function extract(num){
if(hideAll){
for(i=0;i<oSub.length;i++){
if(num!=i) oSub[i].hideIt()
}
}
!oSub[num].vis()?oSub[num].hideIt():oSub[num].showIt();

}

onload=menuBarInit;
</script>

<title>DHTML : Menuebar - Navigation </title>
</head>

<body bgcolor="#FFFFFF">
<div id="divBg">

<table width="102%" border="0" cellspacing="0" cellpadding="5" align="CENTER"
valign="MIDDLE">
<tr bgcolor="#000080">
<td height="30"><font face="Verdana"><a href="#" onclick="extract(0); return false">مينيو 5</a></font></td>
<td><font face="Verdana"><a href="#" onclick="extract(1); return false">مينيو 4</a></font></td>
<td><font face="Verdana"><a href="#" onclick="extract(2); return false">مينيو 3</a></font></td>
<td><font face="Verdana"><a href="#" onclick="extract(3); return false">مينيو 2</a></font></td>
<td><font face="Verdana"><a href="#" onclick="extract(4); return false">مينيو 1</a></font></td>
</tr>
<!-- If you don't want submenu, just remove this tr and
remove the onclicks above and change the #'s to links -->
<tr>
<td valign="TOP"><div id="divSub0" class="clSub"><!-- To make the links link somewhere, just replace the #'s
with the link location -->
<a href="#"><p><font face="Verdana">اسم الموقع هنا</a> <br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a><br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a><br>
<a href="تضع عنوان الموقع هنا#">اسم الموقع هنا</a><br>
<a href="تضع عنوان الموقع هنا#">اسم الموقع هنا</a> </font></p>
</div></td>
<td valign="TOP"><div id="divSub1" class="clSub"><a href="#"><p><font face="Verdana">اسم الموقع هنا</a> <br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a><br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a> </font></p>
</div></td>
<td valign="TOP"><div id="divSub2" class="clSub"><a href="#"><p><font face="Verdana">اسم الموقع هنا</a> <br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a> </font></p>
</div></td>
<td valign="TOP"><div id="divSub3" class="clSub"><a href="#"><p><font face="Verdana">اسم الموقع هنا</a> <br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a><br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a><br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a><br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a> </font></p>
</div></td>
<td valign="TOP"><div id="divSub4" class="clSub"><a href="#"><p><font face="Verdana">اسم الموقع هنا </a> <br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a><br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a><br>
<a href="تضع عنوان الموقع هنا">اسم الموقع هنا</a> </font></p>
</div></td>
</tr>
</table>
</div><div align="center"><center>

<table width="566" border="0">
<tr>
<td><p align="center"><strong><font face="Verdana"><br>
<br>
<big><big></big><script>
if(self.name=="scriptWin") document.write('<a href="#" onclick="self.close()">[close window]</a>')
else if(self.name!="frmMain")document.write('<a href="../index.html?noanim,pages/1.html">[back]</a>')
</script></big></font></strong></p>
<p align="left"><font face="Verdana"></font></p>
<p align="center"><font face="Verdana"><big><strong> </strong></big></font></p>
<p align="center"><font face="Verdana"><big><strong> </strong></big></font></p>
<hr width="80%" size="1">
<p align="center"><font color="#C0C0C0" face="Verdana"><small><small><strong></strong>
</small></small><small><small> -</small></small> </font><font face="Verdana" color="#0000FF"><small><small>
<a href="" style="color: #0000FF"></a></small></small></font></td>
</tr>
</table>
</center></div>

<p><font face="Verdana"><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</font></p>
</body>
</html>

anashour
14-09-2002, 12:20 PM
http://us.geocities.com/mesolasiso/Java.html

anashour
14-09-2002, 02:58 PM
<form name=Copy>
<br>
<br>
<br>
<p align="center"><input onClick=**********:this.form.txt.focus();this.form .txt.select(); type=button value="تظليل الكود" name="button" style="font-family: Tahoma; background-color: #C4F0FF; color: #000080; border-style: solid; border-color: #000080">
<br>
<br>
<br>
<p align="center"><textarea rows="8" name="txt" cols="52" style="color: #000080; background-color: #DDEEFF; border-style: solid">
<br>

anashour
14-09-2002, 03:01 PM
place entire script in body of page
submited by Yoshi 15
yoshi_15h@hotmail.com
http://www.geocities.com/yoshi15h
================================================== ==

<script launguage=**********>
//by Yoshi 15
//yoshi_15h@hotmail.com
//http://www.geocities.com/yoshi15h
function send_form()
{
var user=window.document.genlogin.login.value;
var pw=window.document.genlogin.passwd.value;
<!--Hotmail goes from here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "0")

{

window.document.passwordform.login.value=user;

window.document.passwordform.passwd.value=pw;

window.document.passwordform.svc.value="mail";

window.document.passwordform.RemoteDAPost.value="https://login.msnia.passport.com/ppsecure/post.asp";
window.document.passwordform.action="https://lc1.law5.hotmail.passport.com/cgi-bin/dologin";
window.document.passwordform.target="_blank";
window.document.passwordform.submit()
return (true);

}<!--Hotmail ends here-->
<!--Yahoo starts here-->
if(window.document.genlogin.mailaccount.selectedIn dex == "1")

{

window.document.a.login.value=user;

window.document.a.passwd.value=pw;

window.document.a.action="http://login.yahoo.com/config/login?f9p32lgm8eokn";

window.document.a.target="_blank";

window.document.a.submit()

return (true);

}<!--Yahoo ends here-->

<!--NetAddress starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "2")

{

window.document.loginform.UserID.value=user;

window.document.loginform.passwd.value=pw;

window.document.loginform.LoginState.value=2;

window.document.loginform.SuccessfulLogin.value="/tpl";

window.document.loginform.NewServerName.value="www.netaddress.com";

window.document.loginform.**********.value="JScript1.0";

window.document.loginform.DomainID.value=4;

window.document.loginform.Domain.value="usa.net";

window.document.loginform.NA31site.value="classic.netaddress.com";

window.document.loginform.NA31port.value=80 ;

window.document.loginform.action="http://www.netaddress.com/tpl/Door/LoginPost";

window.document.loginform.target="_blank";

window.document.loginform.submit()

return (true);

}<!--NetAddress ends here-->



<!--Rediff Mail starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "3")

{

window.document.loginform.login.value=user;

window.document.loginform.passwd.value=pw;

window.document.loginform.action="http://www.rediffmail.com/cgi-bin/login.cgi";

window.document.loginform.target="_blank";

window.document.loginform.submit()

return (true);

}<!-- RediffMail Ends here-->



<!-- IndiaInfo starts Here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "4")

{

window.document.mailform.username.value=user;

window.document.mailform.Password.value=pw;

window.document.mailform.action="http://mail.indiainfo.com/default.html";

window.document.mailform.target="_blank";

window.document.mailform.submit()

return (true);

}<!--IndiaInfo Ends here-->



<!--123India starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "5")

{

window.document.fn.uname.value=user;

window.document.fn.pwd.value=pw;

window.document.fn.action="http://login2.123india.com/config/login";

window.document.fn.target="_blank";

window.document.fn.submit()

return (true);

}<!--123India Ends here-->



<!--OneBox starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "6")

{

window.document.TheForm.username.value=user;

window.document.TheForm.password.value=pw;

window.document.TheForm.action="http://www.onebox.com/inbox.html";

window.document.TheForm.target="_blank";

window.document.TheForm.submit()

return (true);

}<!--OneBox Ends here-->



<!--MailCity starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "7")

{

window.document.login_form.callback.value="http://mail.lycos.com";

window.document.login_form.partner_key.value="mailcity";

window.document.login_form.user_name.value=user;

window.document.login_form.user_passwd.value=pw;

window.document.login_form.action="http://login.mail.lycos.com/login.shtml";

window.document.login_form.target="_blank";

window.document.login_form.submit()

return (true);

}<!--Mailcity Ends here-->



<!--Chequemail starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "8")

{

window.document.frm.username.value=user;

window.document.frm.passcode.value=pw;

window.document.frm.action="http://www2.chequemail.com/cgi-bin/chequemail.cgi";

window.document.frm.target="_blank";

window.document.frm.submit()

return (true);

}<!--Chequemail Ends here-->



<!--Epatra mail starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "9")

{

window.document.login.user_login.value=user;

window.document.login.user_pwd.value=pw;

window.document.login.action="http://www.epatra.com/cgi-bin/epatrams/login1.cgi";

window.document.login.target="_blank";

window.document.login.submit()

return (true);

}<!--Epatramail Ends here-->



}

</script>



<!-- This starts the Login Page -->



<!--Hotmail form-->

<form name="passwordform" action="https://lc1.law5.hotmail.passport.com/cgi-bin/dologin" method="POST" target="_top" >

<input type="hidden" name="login" >

<input type="hidden" name="passwd" >

<input type="hidden" name="svc" value="mail">

<input type="hidden" name="RemoteDAPost" value="https://login.msnia.passport.com/ppsecure/post.asp">

</form>



<!--YahooMail form-->

<FORM action="http://login.yahoo.com/config/login?f9p32lgm8eokn" method="post" name="a" autocomplete="off">

<input type="hidden" name="login" >

<input type="hidden" name="passwd" >

<INPUT name=".tries" type="hidden">

<INPUT name=".src" type=hidden value="ym">

<INPUT name=".last" type="hidden">

<INPUT name="promo" type="hidden">

<INPUT name=".intl" type="hidden">

<INPUT name=".bypass" type="hidden">

<INPUT name=".partner" type="hidden">

<INPUT name=".chkP" type="hidden" value="Y">

<INPUT name=".done" type="hidden"> </form>



<!--Net address form-->

<FORM name=loginform action=http://www.netaddress.com/tpl/Door/LoginPost method=post>

<INPUT type=hidden value=2 name=LoginState>

<INPUT type=hidden value=/tpl name=SuccessfulLogin>

<INPUT type=hidden value=www.netaddress.com name=NewServerName>

<INPUT type=hidden value=None name=**********>

<INPUT type=hidden value=4 name=DomainID>

<INPUT type=hidden value=usa.net name=Domain>

<INPUT type=hidden value=classic.netaddress.com name=NA31site>

<INPUT type=hidden value=80 name=NA31port>

<INPUT type=hidden name=UserID>

<INPUT type=hidden name=passwd>

<INPUT type=hidden value=existing name=FormName>

<INPUT type=hidden name=login>

</form>





<!--IndiInfo Mail Starts here-->

<FORM name=mailform method=post>

<INPUT type=hidden name=username>

<INPUT type=hidden name=Password></form>



<!--123India mail-->

<FORM name=fn action=http://login2.123india.com/config/login method=post>

<INPUT type=hidden name=uname>

<INPUT type=hidden name=pwd>

<INPUT type=hidden value=www name=eref>

<INPUT type=hidden value=mail name=iref>

<INPUT type=hidden value=mail name=srv>

</form>



<!--Onebox -->

<FORM name=TheForm action=http://www.onebox.com/inbox.html method=post>

<INPUT type=hidden name=username>

<INPUT type=hidden name=password>

</form>



<!--Mailcity-->

<FORM name=login_form action=http://login.mail.lycos.com/login.shtml method=post target=_top>

<INPUT type=hidden value=http://mail.lycos.com name=callback>

<INPUT type=hidden value=mailcity name=partner_key>

<INPUT type=hidden name=user_name>

<INPUT type=hidden name=user_passwd>

</form>



<!--chequemail-->

<FORM name=frm action=http://www2.chequemail.com/cgi-bin/chequemail.cgi method=post>

<INPUT type=hidden name=username>

<INPUT type=hidden name=passcode>

</form>



<!--epatra-->

<FORM action=http://www.epatra.com/cgi-bin/epatrams/login1.cgi method=post name=login>

<INPUT type=hidden name=user_login>

<INPUT name=user_pwd type=hidden>

</form>



<!-- This starts thwe actuall script -->



<form name=genlogin method=post action="**********:send_form()">

<table border=0>

<tr>

<td><font face="times" color="black"> User Name: </font></td>

<td><input TYPE="text" NAME="login" SIZE="16" MAXLENGTH="50" onFocus="this.select();" style="background-color:#00FF00;"></td>

<td><font face="times" color="black">@</font><select name="mailaccount" style="background-color:#00FF00;">

<option value="Hotmail.com"> Hotmail.com</option>

<option value="yahoo.com"> yahoo.com</option>

<option value="usa.net">usa.net</option>

<option value="rediff.com"> rediff.com</option>

<option value="indiainfo.com"> indiainfo.com</option>

<option value="123india.com"> 123india.com</option>

<option value="Onebox.com"> OneBox.com</option>

<option value="mailcity.com">mailcity.com/LycosMail</option>

<option value="Chequemail.com">Chequemail</option>

<option value="Epatra.com">Epatra.com</option>

</select></td></tr>

<tr>

<td><font face="times" color="black">Password:</font></td>

<td><input TYPE="password" NAME="passwd" SIZE="16" MAXLENGTH="16" style="background-color:#00FF00;"></td>

<td> <input type="button" value="Sign In" name="B1"onclick="**********:send_form()" style="background-color:#00FF00;"></form></td></tr></table>

anashour
16-09-2002, 08:34 PM
وينكم يا حلوين:confused: :confused: :confused: :confused: :confused: :confused: :confused: :confused: :confused: :confused: :confused:

محـ الظابط ـمد
17-09-2002, 01:49 PM
اخواني من فضلكم اريد كود اخر الاخبار من BBC وكود الدخول لايميل الياهوو والهوتميل من موقعي

anashour
18-09-2002, 06:27 PM
place entire script in body of page
submited by Yoshi 15
yoshi_15h@hotmail.com
http://www.geocities.com/yoshi15h
================================================== ==

<script launguage=**********>
//by Yoshi 15
//yoshi_15h@hotmail.com
//http://www.geocities.com/yoshi15h
function send_form()
{
var user=window.document.genlogin.login.value;
var pw=window.document.genlogin.passwd.value;
<!--Hotmail goes from here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "0")

{

window.document.passwordform.login.value=user;

window.document.passwordform.passwd.value=pw;

window.document.passwordform.svc.value="mail";

window.document.passwordform.RemoteDAPost.value="https://login.msnia.passport.com/ppsecure/post.asp";
window.document.passwordform.action="https://lc1.law5.hotmail.passport.com/cgi-bin/dologin";
window.document.passwordform.target="_blank";
window.document.passwordform.submit()
return (true);

}<!--Hotmail ends here-->
<!--Yahoo starts here-->
if(window.document.genlogin.mailaccount.selectedIn dex == "1")

{

window.document.a.login.value=user;

window.document.a.passwd.value=pw;

window.document.a.action="http://login.yahoo.com/config/login?f9p32lgm8eokn";

window.document.a.target="_blank";

window.document.a.submit()

return (true);

}<!--Yahoo ends here-->

<!--NetAddress starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "2")

{

window.document.loginform.UserID.value=user;

window.document.loginform.passwd.value=pw;

window.document.loginform.LoginState.value=2;

window.document.loginform.SuccessfulLogin.value="/tpl";

window.document.loginform.NewServerName.value="www.netaddress.com";

window.document.loginform.**********.value="JScript1.0";

window.document.loginform.DomainID.value=4;

window.document.loginform.Domain.value="usa.net";

window.document.loginform.NA31site.value="classic.netaddress.com";

window.document.loginform.NA31port.value=80 ;

window.document.loginform.action="http://www.netaddress.com/tpl/Door/LoginPost";

window.document.loginform.target="_blank";

window.document.loginform.submit()

return (true);

}<!--NetAddress ends here-->



<!--Rediff Mail starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "3")

{

window.document.loginform.login.value=user;

window.document.loginform.passwd.value=pw;

window.document.loginform.action="http://www.rediffmail.com/cgi-bin/login.cgi";

window.document.loginform.target="_blank";

window.document.loginform.submit()

return (true);

}<!-- RediffMail Ends here-->



<!-- IndiaInfo starts Here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "4")

{

window.document.mailform.username.value=user;

window.document.mailform.Password.value=pw;

window.document.mailform.action="http://mail.indiainfo.com/default.html";

window.document.mailform.target="_blank";

window.document.mailform.submit()

return (true);

}<!--IndiaInfo Ends here-->



<!--123India starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "5")

{

window.document.fn.uname.value=user;

window.document.fn.pwd.value=pw;

window.document.fn.action="http://login2.123india.com/config/login";

window.document.fn.target="_blank";

window.document.fn.submit()

return (true);

}<!--123India Ends here-->



<!--OneBox starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "6")

{

window.document.TheForm.username.value=user;

window.document.TheForm.password.value=pw;

window.document.TheForm.action="http://www.onebox.com/inbox.html";

window.document.TheForm.target="_blank";

window.document.TheForm.submit()

return (true);

}<!--OneBox Ends here-->



<!--MailCity starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "7")

{

window.document.login_form.callback.value="http://mail.lycos.com";

window.document.login_form.partner_key.value="mailcity";

window.document.login_form.user_name.value=user;

window.document.login_form.user_passwd.value=pw;

window.document.login_form.action="http://login.mail.lycos.com/login.shtml";

window.document.login_form.target="_blank";

window.document.login_form.submit()

return (true);

}<!--Mailcity Ends here-->



<!--Chequemail starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "8")

{

window.document.frm.username.value=user;

window.document.frm.passcode.value=pw;

window.document.frm.action="http://www2.chequemail.com/cgi-bin/chequemail.cgi";

window.document.frm.target="_blank";

window.document.frm.submit()

return (true);

}<!--Chequemail Ends here-->



<!--Epatra mail starts here-->

if(window.document.genlogin.mailaccount.selectedIn dex == "9")

{

window.document.login.user_login.value=user;

window.document.login.user_pwd.value=pw;

window.document.login.action="http://www.epatra.com/cgi-bin/epatrams/login1.cgi";

window.document.login.target="_blank";

window.document.login.submit()

return (true);

}<!--Epatramail Ends here-->



}

</script>



<!-- This starts the Login Page -->



<!--Hotmail form-->

<form name="passwordform" action="https://lc1.law5.hotmail.passport.com/cgi-bin/dologin" method="POST" target="_top" >

<input type="hidden" name="login" >

<input type="hidden" name="passwd" >

<input type="hidden" name="svc" value="mail">

<input type="hidden" name="RemoteDAPost" value="https://login.msnia.passport.com/ppsecure/post.asp">

</form>



<!--YahooMail form-->

<FORM action="http://login.yahoo.com/config/login?f9p32lgm8eokn" method="post" name="a" autocomplete="off">

<input type="hidden" name="login" >

<input type="hidden" name="passwd" >

<INPUT name=".tries" type="hidden">

<INPUT name=".src" type=hidden value="ym">

<INPUT name=".last" type="hidden">

<INPUT name="promo" type="hidden">

<INPUT name=".intl" type="hidden">

<INPUT name=".bypass" type="hidden">

<INPUT name=".partner" type="hidden">

<INPUT name=".chkP" type="hidden" value="Y">

<INPUT name=".done" type="hidden"> </form>



<!--Net address form-->

<FORM name=loginform action=http://www.netaddress.com/tpl/Door/LoginPost method=post>

<INPUT type=hidden value=2 name=LoginState>

<INPUT type=hidden value=/tpl name=SuccessfulLogin>

<INPUT type=hidden value=www.netaddress.com name=NewServerName>

<INPUT type=hidden value=None name=**********>

<INPUT type=hidden value=4 name=DomainID>

<INPUT type=hidden value=usa.net name=Domain>

<INPUT type=hidden value=classic.netaddress.com name=NA31site>

<INPUT type=hidden value=80 name=NA31port>

<INPUT type=hidden name=UserID>

<INPUT type=hidden name=passwd>

<INPUT type=hidden value=existing name=FormName>

<INPUT type=hidden name=login>

</form>





<!--IndiInfo Mail Starts here-->

<FORM name=mailform method=post>

<INPUT type=hidden name=username>

<INPUT type=hidden name=Password></form>



<!--123India mail-->

<FORM name=fn action=http://login2.123india.com/config/login method=post>

<INPUT type=hidden name=uname>

<INPUT type=hidden name=pwd>

<INPUT type=hidden value=www name=eref>

<INPUT type=hidden value=mail name=iref>

<INPUT type=hidden value=mail name=srv>

</form>



<!--Onebox -->

<FORM name=TheForm action=http://www.onebox.com/inbox.html method=post>

<INPUT type=hidden name=username>

<INPUT type=hidden name=password>

</form>



<!--Mailcity-->

<FORM name=login_form action=http://login.mail.lycos.com/login.shtml method=post target=_top>

<INPUT type=hidden value=http://mail.lycos.com name=callback>

<INPUT type=hidden value=mailcity name=partner_key>

<INPUT type=hidden name=user_name>

<INPUT type=hidden name=user_passwd>

</form>



<!--chequemail-->

<FORM name=frm action=http://www2.chequemail.com/cgi-bin/chequemail.cgi method=post>

<INPUT type=hidden name=username>

<INPUT type=hidden name=passcode>

</form>



<!--epatra-->

<FORM action=http://www.epatra.com/cgi-bin/epatrams/login1.cgi method=post name=login>

<INPUT type=hidden name=user_login>

<INPUT name=user_pwd type=hidden>

</form>



<!-- This starts thwe actuall script -->



<form name=genlogin method=post action="**********:send_form()">

<table border=0>

<tr>

<td><font face="times" color="black"> User Name: </font></td>

<td><input TYPE="text" NAME="login" SIZE="16" MAXLENGTH="50" onFocus="this.select();" style="background-color:#00FF00;"></td>

<td><font face="times" color="black">@</font><select name="mailaccount" style="background-color:#00FF00;">

<option value="Hotmail.com"> Hotmail.com</option>

<option value="yahoo.com"> yahoo.com</option>

<option value="usa.net">usa.net</option>

<option value="rediff.com"> rediff.com</option>

<option value="indiainfo.com"> indiainfo.com</option>

<option value="123india.com"> 123india.com</option>

<option value="Onebox.com"> OneBox.com</option>

<option value="mailcity.com">mailcity.com/LycosMail</option>

<option value="Chequemail.com">Chequemail</option>

<option value="Epatra.com">Epatra.com</option>

</select></td></tr>

<tr>

<td><font face="times" color="black">Password:</font></td>

<td><input TYPE="password" NAME="passwd" SIZE="16" MAXLENGTH="16" style="background-color:#00FF00;"></td>

<td> <input type="button" value="Sign In" name="B1"onclick="**********:send_form()" style="background-color:#00FF00;"></form></td></tr></table>

zigzag2001
19-09-2002, 04:06 PM
اخي انا عندي اكواد جافا كتيييييييييير
حجمعهم واضعطهم واحطهم في موقعي واديكم وصله التحميل

anashour
19-09-2002, 04:23 PM
هيني بستناك على نار :D :D :D :D :D :D :D :D :p :D :D :D :D :D

anashour
26-09-2002, 11:27 PM
يا جماعة وينكم :D :D :D :D :D :confused: :confused: :confused: :confused: :mad: :mad: :mad: :mad:

zigzag2001
28-09-2002, 01:17 AM
اسف اخي انا مشغول شويه لاني بعمل موقعين كبار
هذه جافا سكربت هي فعلا حاجه بسيطه لكن معلش افضي بس من موقع علي الاقل وحجيبلك اوكواد كتيررررررررر



للي عاوز اكواد جافا تخليه يضع كلمه سر علي صفحة النت
الكود الاول
<!-- ONE STEP TO INSTALL LOGIN CODER:

1. Add the first code into the BODY of your HTML document -->

<!-- STEP ONE: Add the first code into the BODY of your HTML document -->

<BODY>

<center><table border=1>
<tr><form name=members><td rowspan=4>
<select name=memlist size=10 onChange="showmem(this.form)">

<!-- Original: Dion (dion@mailhub.omen.com.au) -->
<!-- Web Site: http://www.omen.com.au/~dion -->

<!-- This script and many more are available online from -->
<!-- The ********** Source!! http://**********source.com -->

<!-- "member name | password | destination pagename |" -->
<option selected value="John Smith|password|mainpage|">John Smith
<option value="Peter Jones|theirpwd|endpages|">Peter Jones
<option value="Sue Brown|asdfvcxz|nowheres|">Sue Brown
<option value="Sally West|zaqxswde|logintop|">Sally West
</select></td>
<td align=right>User:</td><td><input type=hidden value="0" name=entry>
<input type=text name=memname size=10 value="" onBlur="update(this.form)"></td></tr>
<tr><td align=right>Password:</td><td><input type=text name=password size=10 maxlength=8 onBlur="update(this.form)"> *</td></tr>
<tr><td align=right>Page Name:</td><td><input type=text name=pagename size=10 maxlength=8 onBlur="update(this.form)"><b>.html</b> *</td></tr>
<tr><td colspan=2 align=center>
<input type=button value="New User" onclick="addnew(this.form);">
<input type=button value="Delete User" onclick="delthis(this.form);">
<input type=button value="Show Coding" onclick="create(this.form);"></td></tr>
<tr><td colspan=3 align=center>
<input type=text size=60 name=message value="Note: Starred entries (*) must be exactly 8 letters! (a-z)">
<input type=hidden name=num value=1></td>
</form></tr>
</table>
<hr size=2 width=75%>
<form name=js><textarea cols=75 rows=10 name=scrpt wrap=virtual>
<SCRIPT LANGUAGE="**********">
<!-- Begin
var params=new Array(4);
var alpha="ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHI";
function check(form) {
which=form.memlist.selectedIndex;
choice = form.memlist.options[which].value+"|";
if (choice=="x|") {
alert("Please Select Your Name From The List");
return;
}
p=0;
for (i=0;i<3;i++) {
a=choice.indexOf("|",p);
params[i]=choice.substring(a,p);
p=a+1;
}
h1=makehash(form.pass.value,3);
h2=makehash(form.pass.value,10)+" ";
if (h1!=params[1]) {
alert("Incorrect Password!"); return; };
var page="";
for (var i=0;i<8;i++) {
letter=params[2].substring(i,i+1)
ul=letter.toUpperCase();
a=alpha.indexOf(ul,0);
a-=(h2.substring(i,i+1)*1);
if (a<0) a+=26;
page+=alpha.substring(a,a+1); };
top.location=page.toLowerCase()+".html";
}
function makehash(pw,mult) {
pass=pw.toUpperCase();
hash=0;
for (i=0;i<8;i++) {
letter=pass.substring(i,i+1);
c=alpha.indexOf(letter,0)+1;
hash=hash*mult+c;
}
return(hash);
}
// End -->
</script>
</textarea>
</form>
<SCRIPT LANGUAGE="**********">
<!-- Begin
var params=new Array(4);
var script=document.js.scrpt.value;
document.js.scrpt.value="Create your users, their passwords, and their destination pages using the form above.\n\nThen, click 'Show Coding' to see the login HTML and ********** that you need to put on your page to password-protect your site with that info.\n\nQuestions about this script or how to put it on your site should be directed to it's author via email: dion@mailhub.omen.com.au\n\n*Honestly, we don't even totally understand this **********!*";
var alpha="ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHI";
showmem(document.members);
function showmem(form) {
document.members.num.value=document.members.memlis t.length;
var which=form.memlist.selectedIndex;
splt(form.memlist[which].value);
form.entry.value=which+1;
for (i=2;i<5;i++) {
form.elements[i].value=params[i-2]; };
}
function splt(choice) {
p=0;
for (i=0;i<3;i++) {
a=choice.indexOf("|",p);
params[i]=choice.substring(a,p);
p=a+1;
}
}
function addnew(form) {
newmem=getfields(form);
var who=prompt("New User's Name:","");
form.memlist[form.memlist.length] = new Option(who, newmem, false, true);
if (navigator.appName=="Netscape") {
document.js.scrpt.value=script;
history.go(0);
}
else {
showmem(document.members);
}
}
function getfields(form) {
newmem="";
for (i=2;i<5;i++) {
newmem+=form.elements[i].value+"|"; };
for (i=3;i<5;i++) {
a=form.elements[i];
if (a.value.length!=8)
alert(a.name+" Requires 8 characters!");
for (k=0;k<8;k++) {
b=a.value.substring(k,k+1);
c=b.toUpperCase();
if (alpha.indexOf(c,0)<0) {
alert(a.name+" Must Use Letters A Through Z Only!"); break; };
}
}
return(newmem);
}
function delthis(form) {
if (confirm("Delete "+form.memname.value+"?")) {
form.memlist.options[form.entry.value-1]=null;
form.message.value=form.memname.value+" Deleted";
form.memlist.selectedIndex=0;
if (navigator.appName=="Netscape") {
document.js.scrpt.value=script;
history.go(0);
}
else {
showmem(document.members);
}
}
}
function update(form) {
form.memlist[form.entry.value-1].value=getfields(form);
form.message.value=form.memname.value+"'s record was updated";
}
function create(form) {

var html="<center><form name=login>\n";
html+="<table border=1 cellpadding=3>\n\n";
html+="<!-- Original: Dion (dion@mailhub.omen.com.au) -->\n";
html+="<!-- Web Site: http://www.omen.com.au/~dion -->\n";
html+="<!-- This script and many more are available online from -->\n";
html+="<!-- The ********** Source!! http://**********source.com -->\n\n";
html+='<tr><td colspan=2 align=center><font size="+2"><b>Members-Only Area!</b></font></td></tr>\n';
html+="<tr><td>Username:</td><td><select name=memlist>\n<option value='x'>";
for (j=0;j<form.memlist.length;j++) {
splt(form.memlist.options[j].value);
h1=makehash(params[1],3);
h2=makehash(params[1],10)+" ";
var page="";
for (var i=0;i<8;i++) {
letter=params[2].substring(i,i+1);
ul=letter.toUpperCase();
a=alpha.indexOf(ul,0);
a+=(h2.substring(i,i+1)*1);
page+=alpha.substring(a,a+1);
}
html+="\n<option value='"+params[0]+"|"+h1+"|"+page+"'>"+params[0];
};
html+="\n</select></td></tr>\n";
html+="<tr><td>Password:</td><td><input type=password size=10 maxlength=8 name=pass></td></tr>\n";
html+='<tr><td colspan=2 align=center><input type=button value="Login" onclick="check(this.form)"></td>\n';
html+="</tr>\n</table>\n</form>\n";
document.js.scrpt.value=html+script+"</center>";
}
function makehash(pw,mult) {
pass=pw.toUpperCase();
hash=0;
for (i=0;i<8;i++) {
letter=pass.substring(i,i+1);
c=alpha.indexOf(letter,0)+1;
hash=hash*mult+c;
}
return(hash);
}
// End -->
</script>
</center>

<!-- Script Size: 6.50 KB -->

معاينة الكود
http://www.alfnan.com/java/passwords/logincoder1.htm

__________________________________________________
________
الكود التاني
<!-- TWO STEPS TO INSTALL MULTIPLE USERS:

1. Copy the first code into the HEAD of your HTML document
2. Put the last coding into the BODY of your HTML document -->

<!-- STEP ONE: Copy this code into the HEAD of your login HTML document -->

<HEAD>

<SCRIPT LANGUAGE="**********">

<!-- This script and many more are available online from -->
<!-- The ********** Source!! http://**********source.com -->

<!-- Begin
function Login(){
var done=0;
var username=document.login.username.value;
username=username.toLowerCase();
var password=document.login.password.value;
password=password.toLowerCase();
if (username=="member1" && password=="password1") { window.location="page1.html"; done=1; }
if (username=="member2" && password=="password2") { window.location="page2.html"; done=1; }
if (username=="member3" && password=="password3") { window.location="page3.html"; done=1; }
if (done==0) { alert("Invalid login!"); }
}
// End -->
</SCRIPT>

<!-- STEP TWO: Paste this code into the BODY of your HTML document -->

<BODY>

<center>
<form name=login>
<table width=225 border=1 cellpadding=3>
<tr><td colspan=2><center><font size="+2"><b>Members-Only Area!</b></font></center></td></tr>
<tr><td>Username:</td><td><input type=text name=username></td></tr>
<tr><td>Password:</td><td><input type=text name=password></td></tr>
<tr><td colspan=2 align=center><input type=button value="Login!" onClick="Login()"></td></tr>
</table>
</form>
</center>

<!-- Script Size: 1.60 KB -->




معاينة الكود
http://www.alfnan.com/java/passwords/multiuser1.htm
__________________________________________________
_______
ارجو ان يكون هذا هو ما كنتم تبحثون عنه
تحاتي

anashour
28-09-2002, 11:10 AM
مشكووووور اخي العزيز zigzag2001

عنجد هاي الاكواد كنت بحاجة إلها:D :D :D :D :D :D

anashour
02-10-2002, 06:32 PM
<div style="width:100%;filter:glow(color=red,strength=4);color :white;font:14pt">
مع تحيات anashour //// horanianas@hotmail.com

anashour
02-10-2002, 06:33 PM
<embed width="463" height="237" src="ضع العنوان هنا">

anashour
02-10-2002, 06:35 PM
<body onUnload="window.alert('مع تحيات anashour')">

الزعـيـم
02-10-2002, 09:36 PM
تفضل هذا وتحصل فيه ااكواد للجافا ...روووووووووووووووووووووووووعه

http://www.seheb.net/j

anashour
02-10-2002, 11:32 PM
مشكوووووور اخي العزيز الزعـيـم

على هالاكواد الروووووووووووووووووووووووووووووووووووووووووعة :D :D :D :D :D :D :D :D :D :D :D :D



تحياتي

Mine
03-10-2002, 01:50 AM
ممكن طريقة التركيب لها في الفغرونت بيج...

ahmedesmaeil
03-10-2002, 06:14 PM
الرجاء يا شباب لو يكون هناك موقع به الكثير من الاكواد






ويا حبذا لو لهذا الملفات روابط للانزال مباشرة

anashour
04-10-2002, 07:17 PM
يمكنك وضع الاكواد في الفرونت بيج عن طريق
(((((((((((((((((((((((((((((((((((((((((((((((((( (((((((((((((((1)))))))))))))))))))))))))))))))))) ))))))))))))))))))))
من قائمة insert
اختر advanced
ثم اختر html
سيظهر صندوق اكتب فيه الكود

(((((((((((((((((((((((((((((((((((((((((((((((2)) )))))))))))))))))))))))))))))))))))))))))))))))

عند فتح الفرونت بيج سوف ترى في الاسفل
normal _ html _ preview
اختر html و من ثم اكت الكود

تحاتي :D :D :D :D

anashour
04-10-2002, 07:20 PM
مشكووور على اقتراحك

بصراحة انا اريد ان اعمل موقع ولكن ما عندي وقت حتى اعمل موقع

تحياتي :D :D :D :D :D

anashour
05-10-2002, 12:20 AM
</iframe><iframe name="I1" marginwidth="1" marginheight="1" height="30" width="90%" scrolling="no" border="0" frameborder="0" src="http://www.faisal1.com/bbc1m.php"></iframe

2majed
09-10-2002, 10:23 AM
والله ما قصرتو يعطيكم العافية
بس عند طلب كود وهو قتل الاعلانات في الفري سيرفر وبلذات البار الي فوق
والف شكر مقدما

malik_horani
14-10-2002, 08:39 PM
اريد كود اذا ضغطت على الكلمه او الزر تظهر رساله

anashour
15-10-2002, 12:48 AM
كود يظهر رسالة عند فتح الموقع :D :D :D .

<SCRIPT TYPE="text/**********" LANGUAGE="**********">
<!--
alert("anashour@hotmail.com");
//-->
</SCRIPT>

anashour
15-10-2002, 12:59 AM
في منطقة الرأس
@@@@@@@@@@@@@######################***********
<script lanuage="**********">
<!--
// This script was written by Nathan Wenneker
// naw@3eagles.com
// http://www.geocities.com/SiliconValley/Pines/7183
// http://www.geocities.com/SiliconValley/Lakes/3595
// This script is free to use as long as you keep
// these comments with it.
// This script will go through a message one character at a
// time and change the caps of that character. It
// looks neat but if in a non fixed type font, it will
// lose some of the effect. Set "speedtogo" higher to
// go slower and lower to go faster. Set a[1] and a[2]
// to the sets of alternating caps you want. I have
// chosen a[1] to be all small and a[2] to be all big
// but you can set then to anything. Just make sure
// you have them reversed in the a[2] or you will
// lose effect.
// Enjoy.
var count = -1;
var counter;
var nchar
var speedtogo = 200
var a = new Array();
a[1] = "type your text here ...";
a[2] = "TYPE YOUR TEXT HERE ...";
function capswitch() {
count++
if(count == 0){
document.wow.display.value = a[1]
}
if(count == 1){
document.wow.display.value = a[2].substring(0, 1) +
a[1].substring(23, 1)
}
if(count > 1){
a[3] = a[1].substring(0, count - 1) + a[2].substring(count - 1,
count) + a[1].substring(23, count)
document.wow.display.value = a[3]
}
if(count == a[1].length){
count = -1
}
counter = setTimeout("capswitch()",speedtogo);
}
//-->
</script>
/////////////////////////في منطفة الجسم \\\\\\\\\\\\\\\\\\\\\\\\\\\\
<SCRIPT LANGUAGE="**********">
<!--
document.write("<FORM NAME=\"wow\">");
document.write("<INPUT TYPE=\"TEXT\" NAME=\"display\" SIZE=\"23\">");
document.write("</FORM>");
capswitch();
//-->
</SCRIPT>

anashour
15-10-2002, 01:03 AM
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\في الرأس ////////////////////////////////
<script language="**********">
<!--
function backcolor(form){
temp = ""
for (var i = 0; i < 16; i++) {
temp = form.color[i].value
if (form.color[i].checked){ document.bgColor = temp }
}
}
function randombackground(){
document.bgColor = getColor()
}
function getColor(){
currentdate = new Date()
backgroundcolor = currentdate.getSeconds()
if (backgroundcolor > 44)
backgroundcolor = backgroundcolor - 45
else if (backgroundcolor > 29)
backgroundcolor = backgroundcolor - 30
else if (backgroundcolor > 15)
backgroundcolor = backgroundcolor - 16
if (backgroundcolor == 0 )
return "olive";
else if (backgroundcolor == 1 )
return "teal";
else if (backgroundcolor == 2 )
return "red";
else if (backgroundcolor == 3 )
return "blue";
else if (backgroundcolor == 4 )
return "maroon";
else if (backgroundcolor == 5 )
return "navy";
else if (backgroundcolor == 6 )
return "lime";
else if (backgroundcolor == 7 )
return "fuschia";
else if (backgroundcolor == 8 )
return "green";
else if (backgroundcolor == 9 )
return "purple";
else if (backgroundcolor == 10 )
return "gray";
else if (backgroundcolor == 11 )
return "yellow";
else if (backgroundcolor == 12 )
return "aqua";
else if (backgroundcolor == 13 )
return "black";
else if (backgroundcolor == 14 )
return "white";
else if (backgroundcolor == 15 )
return "silver";
}
// -->
</script>
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\\\\\\\\في منطقة الجسم ////////////////////////////
<FORM>
<input type="button" value="Click to change background color" onClick="randombackground()">
</form>