أكواد جافا

2 مشترك

اذهب الى الأسفل

أكواد جافا Empty أكواد جافا

مُساهمة من طرف بنبونه الثلاثاء 9 يونيو 2009 - 17:32

أكواد جافا

مؤثرات على النصوص :

عند تضليل الكلام يتم نسخه :

<script>

//Copytext to clipboard- by Gennero (patrice.gennero@voila.fr)
//Submited to DynamicDrive.com
//Visit http://www.dynamicdrive.com for this script
//للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/

bBool=false
var copiedtext=""
var tempstore=""

function initiatecopy() {
bBool=true;
}

function copyit() {
if (bBool) {
tempstore=copiedtext
document.execCommand("Copy")
copiedtext=window.clipboardData.getData("Text");
if (tempstore!=copiedtext) {
alert(copiedtext);
}
bBool=false;
}
}

document.onselectionchange = initiatecopy
document.onmouseup = copyit

</script>

-----------------------

جمل تتغير عند كل دخول

<script language=javascript>
<!--//

//للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/

//ضع هنا عدد الجمل التي ستستخدمها
var quotnum = "4";

//اكتب الجمل بين القوسين " ";

var sds = new Array(1000);
sds[0]="بسم الله الرحمن الرحيم";
sds[1]="لا اله الا الله";
sds[2]="لا حول ولا قوة الا بالله";
sds[3]="إقلاع سوفت للبرامج<br>مكتبة الجافا سكريبت";
sds[4]="يمكن ان يظهر هنا ايآت او احاديث او امثال";
sds[5]="";
sds[6]="";
sds[7]="";
sds[8]="";
sds[9]="";
sds[10]="";
sds[11]="";
sds[12]="";
sds[13]="";
sds[14]="";
sds[15]="";
sds[16]="";
sds[17]="";
sds[18]="";
sds[19]="";
sds[20]="";
sds[21]="";
sds[22]="";
sds[23]="";
sds[24]="";
sds[25]="";
sds[26]="";
sds[27]="";
sds[28]="";
sds[29]="";
sds[30]="";
sds[31]="";
sds[32]="";
sds[33]="";
sds[34]="";
sds[35]="";
sds[36]="";
sds[37]="";
sds[38]="";
sds[39]="";
sds[40]="";
sds[41]="";
sds[42]="";
sds[43]="";
sds[44]="";
sds[45]="";
sds[46]="";
sds[47]="";
sds[48]="";
sds[49]="";
sds[50]="";
sds[51]="";
sds[52]="";
sds[53]="";
sds[54]="";
sds[55]="";
sds[56]="";
sds[57]="";
sds[58]="";
sds[59]="";
sds[60]="";
sds[61]="";
sds[62]="";
sds[63]="";
sds[64]="";
sds[65]="";
sds[66]="";
sds[67]="";
sds[68]="";
sds[69]="";
sds[70]="";
sds[71]="";
sds[72]="";
sds[73]="";
sds[74]="";
sds[75]="";
sds[76]="";
sds[77]="";
sds[78]="";
sds[79]="";
sds[80]="";
sds[81]="";
sds[82]="";
sds[83]="";
sds[84]="";
sds[85]="";
sds[86]="";
sds[87]="";
sds[88]="";
sds[89]="";
sds[90]="";
sds[91]="";
sds[92]="";
sds[93]="";
sds[94]="";
sds[95]="";
sds[96]="";
sds[97]="";
sds[98]="";
sds[99]="";
sds[100]="";

var arandomn=Math.random() * quotnum;
arandomn=Math.round(arandomn);
var daquote =sds[arandomn];

document.write("<table border=0 align=center><tr><td align=center><b>"+daquote+"</font></b></td></tr></table>");

//-->
</script>

--------------------

ترحيب وتوديع :

<BODY onLoad="alert('اهلاًوسهلاً');"
onUnload="alert('مع السلامة ');">


-------------------

تدرج الحروف من صغير إلى كبير

<script>

/*
Roller Coaster Script-
By JavaScript Kit
Over 200+ free scripts here!
*/

var fs=1
var direction="right"
function rollertext(whichone){
var thetext=whichone
for (i=0;i<thetext.length;i++){
document.write(thetext.charAt(i).fontsize(fs))

if (fs<7&&direction=="right")
fs++
else if (fs==7){
direction="left"
fs--
}
else if (fs==1){
direction="right"
fs++
}
else if (fs>1&&direction=="left")
fs--

}
}
//Change below text to your won
rollertext("eqla3 soft is the best site ever!")
</script>

<p align="center"><font face="arial" size="-2">This free script provided by</font><br>
<a href="http://www.eqla3soft.com"><font face="arial, helvetica" size="-2">
eqla3soft.com</font></a></p>


--------------------

رسالة ترحيب متحركة :

<script>
//set style for NS4 to ''
if (document.layers)
var ns4def=''
</script>

<h2 id="flyin" style="position:relative;right:-400;font-style:italic" style=&{ns4def}; align="center">
<span lang="ar-sa"><font face="Arial" size="6">مرحبا بكم في موقعنا</font></span></h2>


<script language="JavaScript1.2">

/*
Fly-in Header script (credit must stay enclosed)
By javascriptkit.com
For this and over 400+ JavaScripts,
Visit http://www.javascriptkit.com
للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
*/


if (document.getElementById||document.all)
var crossheader=document.getElementById? document.getElementById("flyin").style : document.all.flyin.style

function animatein(){
if (parseInt(crossheader.right)<0)
crossheader.right=parseInt(crossheader.right)+20
else{
crossheader.right=0
crossheader.fontStyle="normal"
clearInterval(start)
}
}

if (document.getElementById||document.all)
start=setInterval("animatein()",50)


</script>

<p align="center"><font face="arial" size="-2">This free script provided by</font><br>
<a href="http://www.eqla3soft.com"><font face="arial, helvetica" size="-2">
eqla3soft.com</font></a></p>


----------------------

عبارات تضيء بالأصفر :

<h2>
<script language="JavaScript1.2">

/*
Neon Lights Text
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
*/

var message="مرحبا بكم في موقع اقلاع سوفت"
var neonbasecolor="gray"
var neontextcolor="yellow"
var flashspeed=100 //in milliseconds

///No need to edit below this line/////

var n=0
if (document.all){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight">'+message.charAt(m)+'</span>')
document.write('</font>')

//cache reference to neonlight array
var tempref=document.all.neonlight
}
else
document.write(message)

function neon(){

//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
tempref[m].style.color=neonbasecolor
}

//cycle through and change individual letters to neon color
tempref[n].style.color=neontextcolor

if (n<tempref.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}

function beginneon(){
if (document.all)
flashing=setInterval("neon()",flashspeed)
}
beginneon()


</script>
</h2>
<p align="center"><font face="arial" size="-2">This free script provided by</font><br>
<a href="http://www.eqla3soft.com"><span lang="en-us">
<font face="arial, helvetica" size="-2">eqla3soft.com</font></span></a></p>


---------------------------

عبارة بألوان الطيف :

<b>
<font size="5">
<script>

/*
RAINBOW TEXT Script by Matt Hedgecoe (c) 2002
Featured on JavaScript Kit
For this script, visit http://www.javascriptkit.com
*/

// ********** غير من هنا

var text="مرحبا بكم في موقع إقلاع سوفت" // اكتب الجملة
var speed=80 // سرعة تغير اللون

// ********** LEAVE THE NEXT BIT ALONE!


if (document.all||document.getElementById){
document.write('<span id="highlight">' + text + '</span>')
var storetext=document.getElementById? document.getElementById("highlight") : document.all.highlight
}
else
document.write(text)
var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")
var r=1
var g=1
var b=1
var seq=1
function changetext(){
rainbow="#"+hex[r]+hex[g]+hex[b]
storetext.style.color=rainbow
}
function change(){
if (seq==6){
b--
if (b==0)
seq=1
}
if (seq==5){
r++
if (r==12)
seq=6
}
if (seq==4){
g--
if (g==0)
seq=5
}
if (seq==3){
b++
if (b==12)
seq=4
}
if (seq==2){
r--
if (r==0)
seq=3
}
if (seq==1){
g++
if (g==12)
seq=2
}
changetext()
}
function starteffect(){
if (document.all||document.getElementById)
flash=setInterval("change()",speed)
}
starteffect()
</script>
</font></b>

<p align="center"><font face="arial" size="-2">This free script provided by</font><br>
<a href="http://www.eqla3soft.com"><span lang="en-us">
<font face="arial, helvetica" size="-2">eqla3soft.com</font></span></a></p>


--------------------

نص بشكل مميز :

<h2>
<script language="JavaScript1.2">

/*
S911S.com
*/

var message="Welcome to ZZZ.Z6Z.CoM"
var neonbasecolor="999fff"
var neontextcolor="9ff999"
var flashspeed=100 //in milliseconds

///No need to edit below this line/////

var n=0
if (document.all){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight">'+message.charAt(m)+'</span>')
document.write('</font>')

//cache reference to neonlight array
var tempref=document.all.neonlight
}
else
document.write(message)

function neon(){

//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
tempref[m].style.color=neonbasecolor
}

//cycle through and change individual letters to neon color
tempref[n].style.color=neontextcolor

if (n<tempref.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}

function beginneon(){
if (document.all)
flashing=setInterval("neon()",flashspeed)
}
beginneon()


</script>
</h2>

-----------------

بس

الرجاء نقله لـ تقنيات متقدمة

cyclops
بنبونه
بنبونه
 
 

انثى
عدد المساهمات : 118
معدل النشاط : 5711
السُمعة : 0

http://forum.ahlamoontada.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

أكواد جافا Empty رد: أكواد جافا

مُساهمة من طرف ابو مشاري الثلاثاء 9 يونيو 2009 - 17:47

ابو مشاري
ابو مشاري
 
 

ذكر
عدد المساهمات : 6732
معدل النشاط : 59762
السُمعة : 0

http://www.almshaari.com/vb

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة


 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى