ظƒظˆط¯ ط«ظ„ط§ط« طµظˆط± طھطھط؛ظٹط± ظƒظ„ ط«ط§ظ†ظٹظ‡ /ظƒظˆط¯ ط¶ظˆط، ظ…طھط*ط±ظƒ ط¹ظ„ظ‰ ط§ظ„طµظˆط±ظ‡ ط´ط¹ط§ط¹ / ظƒظˆط¯ ط§ظ„ظ‚ظپظ„ظ‡ ط§ظ„ط£ط¬ط¨ط§ط±ظٹظ‡



السلام عليكم ورحمه الله وبركاته
""
""""""""""""""""""""

اليوم اقدم لكم مجموعه من الأكواد المهمه والجميله
java
الكود code الأول
كود code ثلاث صور تتغير كل ثانيه

رمز PHP:
<code style="white-space:nowrap"> <code> <body>


<
p align="center">
<
img src="http://java.bdr130.net/java_up.gif"
id="spotlight" speed="70"> </p>
<
p><script language="JavaScript1.2">

/*
Moving light on image script
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
if (document.all&&window.spotlight){
var
x=new Array()
var
direction=new Array()
var
y=new Array()
if (
spotlight.length==null){
spotlight&#91;0&#93;=document.all.spotlight
x
&#91;0&#93;=0
direction
&#91;0&#93;="right"
y&#91;0&#93;=spotlight&#91;0&#93;.height
spotlight
&#91;0&#93;.filters.light.addPoint(100,50,100,255,255,255,90)
}
else
for (
i=0;i<spotlight.length;i++){
x&#91;i&#93;=0
direction
&#91;i&#93;="right"
y&#91;i&#93;=spotlight&#91;i&#93;.height
spotlight
&#91;i&#93;.filters.light.addPoint(100,50,100,255,255,255,90)
}
}

function
slidelight(cur){
spotlight&#91;cur&#93;.filters.light.MoveLight(0,x&#91;cur&#93;,y&#91;cur&#93;,200,-1)
if (
x&#91;cur&#93;<spotlight&#91;cur&#93;.width+200&&direction&#91;cur&#93;=="right")
x&#91;cur&#93;+=10
else if (x&#91;cur&#93;>spotlight&#91;cur&#93;.width+200){
direction&#91;cur&#93;="left"
x&#91;cur&#93;-=10
}
else if (
x&#91;cur&#93;>-200&&x&#91;cur&#93;<-185){
direction&#91;cur&#93;="right"
x&#91;cur&#93;+=10
}
else{
x&#91;cur&#93;-=10
direction
&#91;cur&#93;="left"
}
}

if (
document.all&&window.spotlight){
if (
spotlight.length==null)
setInterval("slidelight(0)",spotlight&#91;0&#93;.speed)
else
for (
t=0;t<spotlight.length;t++){
var
temp='setInterval("slidelight('+t+')",'+spotlight&#91;t&#93;.speed+')'
eval(temp)
}
}
</script>

</body>
</code> </code>


:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:

الكود code الثاني
كود code ضوء متحرك على الصوره شعاع


رمز PHP:
<code style="white-space:nowrap"> <code> <body>


<
p align="center">
<
img src="http://java.bdr130.net/java_up.gif"
id="spotlight" speed="70"> </p>
<
p><script language="JavaScript1.2">

/*
Moving light on image script
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
if (document.all&&window.spotlight){
var
x=new Array()
var
direction=new Array()
var
y=new Array()
if (
spotlight.length==null){
spotlight&#91;0&#93;=document.all.spotlight
x
&#91;0&#93;=0
direction
&#91;0&#93;="right"
y&#91;0&#93;=spotlight&#91;0&#93;.height
spotlight
&#91;0&#93;.filters.light.addPoint(100,50,100,255,255,255,90)
}
else
for (
i=0;i<spotlight.length;i++){
x&#91;i&#93;=0
direction
&#91;i&#93;="right"
y&#91;i&#93;=spotlight&#91;i&#93;.height
spotlight
&#91;i&#93;.filters.light.addPoint(100,50,100,255,255,255,90)
}
}

function
slidelight(cur){
spotlight&#91;cur&#93;.filters.light.MoveLight(0,x&#91;cur&#93;,y&#91;cur&#93;,200,-1)
if (
x&#91;cur&#93;<spotlight&#91;cur&#93;.width+200&&direction&#91;cur&#93;=="right")
x&#91;cur&#93;+=10
else if (x&#91;cur&#93;>spotlight&#91;cur&#93;.width+200){
direction&#91;cur&#93;="left"
x&#91;cur&#93;-=10
}
else if (
x&#91;cur&#93;>-200&&x&#91;cur&#93;<-185){
direction&#91;cur&#93;="right"
x&#91;cur&#93;+=10
}
else{
x&#91;cur&#93;-=10
direction
&#91;cur&#93;="left"
}
}




if (
document.all&&window.spotlight){
if (
spotlight.length==null)
setInterval("slidelight(0)",spotlight&#91;0&#93;.speed)
else
for (
t=0;t<spotlight.length;t++){
var
temp='setInterval("slidelight('+t+')",'+spotlight&#91;t&#93;.speed+')'
eval(temp)
}
}
</script>

</body>
</code> </code>



:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:


الكود code الثالث

كود code القفله الأجباريه


رمز PHP:
<code style="white-space:nowrap"> <code> <script>
function
openpopup(){
// غير العنوان للذي يناسبك
window.open("http://java.bdr130.net/")
}

function
get_cookie(Name) {
var
search = Name + "="
var returnvalue = "";
if (
document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (
offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return
returnvalue;
}

function
loadpopup(){
if (
get_cookie('popped')==''){
openpopup()
</code> </code>

:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:



تحياتي ارجو حفظ حقوق النقل

المصدر : معهد طلبات للجافا فقط











©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى©