الاندرتيكر
تحتوى المدونة على كثير من الاشياء الممتعة واتمنى ان تنال المقالات اعجابكم

بعض الاكواد للمحترفين فقط

كود اظهار صفحه او موقع ادخل عنوان محل الكتابه

<SCRIPT LANGUAGE="JavaScript">
<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
window.location="اضف هنا رابط الصفحه التي تريد ظهورها ";
// -->
</script>




من يريد السفر الي باريس كود غنوة شعبية

<EMBED src=http://www.eqla3.com/eqla3foon/ram/Sha3bi32.ram hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




ياطرفه اسرتيني =كود اغنية اماراتية

<EMBED src=http://song4.6rb.com/uae/al3amry/al3amry-ya_6erfa-samra.rm
hidden=true type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




كود دردشة مميز ضع الوصله هذه

في راس الصفحه =اتبعها بلكود الي تحت ضعه في جسم الصفحه

<script language="Javascript">
<!--
function formIsValid() {
// check to make sure a valid username has been entered
if ( document.login.username.value == "" ) {
alert('Please fill in username field');
return false;
}

return true;
}



function popupLogin() {
// check to make sure a valid username has been entered
if (!formIsValid()) return;

var username = document.login.username.value;

// the size of the popup window
var width = 600;
var height = 400;

// the x,y position of the popup window
// NOTE: this formula will auto-center the popup on the screen
var y = (screen.height - height) / 2;
var x = (screen.width - width) / 2;

var url = "http://www.ormanonline.com/chat/flashchat.php?username=" + username;
var options = "width=" + width + ",height=" + height + ",top=" + y + ",left=" + x + ",resizable";

// open the chat window as a popup, instead of embedded in webpage
window.open( url, "chat", options );
}
//-->
</script>


 ضع الوصله هذه

في جسم الصفحه

<table border="0" cellpadding="2" cellspacing="4" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="100%"> <form action="http://www.ormanonline.com/chat/flashchat.php" method="post" name="login"> <fieldset style="padding: 2; text-align:center" dir="rtl">
<legend align="right"><span lang="ar-sa"><font face="Tahoma" size="2" color="#FF0000">
الدردشة</font></span></legend>


<table border="0" cellpadding="2" cellspacing="4" id="AutoNumber1" dir="rtl">
<tr>
<font face="Arabic Transparent" color="#0080FF">
<td align="center">
<font face="Tahoma" size="2" color="#0099FF">اسمك</font></td>
<td align="center"><input type="text" name="username" size="12"></td>
</font>
</tr>
<tr>
<td align="center" colspan="2">
<font face="Tahoma" color="#0080FF"><input name="button" type="button" onClick="javascript:popupLogin();" value="Connect" style="background-color: #F6EFDD; font-family:tahoma"></font></td>
</tr>
</table>

</fieldset></form>
</td>
</tr>
</table>


كود اظهار رابط لموقع او صفحه

<a href="ادخل الرابط هناء" onmouseover="window.status='Link Description'; return true">ادخل اسم الرابط هناء </a>




كود صفحه داخل صفحه نموذج اسفل



<IFRAME SRC="ادخل عنوان الصفحه التي تريدها ان تظهر هناء" WIDTH="70%" HEIGHT="90"></IFRAME>




كود 3 محركات بحث من كودين الاول والثاني

الاول

<style type="text/css">

.initial{
font-weight:bold;
background-image:url(first.jpg);
}

</style>

<script type="text/javascript">
<!--

/***********************************************
* Rollover background-image button- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Specify optional button target: "_new" for new window, or name of FRAME target (ie "myframe")
var buttontarget=""

if (document.images){
after=new Image()
//Enter image path of second image (for preloading purposes):
after.src="second.jpg"
}

function change2(e, image){
var el=window.event? event.srcElement: e.target
if (el.tagName=="INPUT"&&el.type=="button")
el.style.backgroundImage="url"+"('"+image+"')"
}

function jumpto2(url){
if (buttontarget=="")
window.location=url
else if (buttontarget=="_new")
window.open(url)
else
parent[buttontarget].location=url
}

//-->
</script>



الثاني

<form onMouseover="change2(event, 'second.jpg')" onMouseout="change2(event, 'first.jpg')">
<input type="button" value="Yahoo" class="initial" onClick="jumpto2('http://yahoo.com')">
<input type="button" value="Google" class="initial" onClick="jumpto2('http://google.com')">
<input type="button" value="AlltheWeb" class="initial" onClick="jumpto2('http://alltheweb.com')">
<br>
</form>


كتابه مع الماوس زي الموجود

<SCRIPT language="JavaScript1.2">
<!--

/*
Cursor scroller script- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com/
*/

//1) set message to display
var scroller_msg='مرحبا بزوارنا الكرام'
//2) set whether message should auto disappear after x seconds (0=perpetual).
//Note that double clicking page will also dismiss message
var dismissafter=0

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

var initialvisible=0
if (document.all)
document.write('<marquee id="curscroll" style="position:absolute;width:150px;border:1px solid black;font-size:14px;background-color:white;visibility:hidden">'+scroller_msg+'</marquee>')

function followcursor(){
//move cursor function for IE

if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}

curscroll.style.left=ietruebody().scrollLeft+event.clientX+10
curscroll.style.top=ietruebody().scrollTop+event.clientY+10
}

function dismissmessage(){
curscroll.style.visibility="hidden"
}


if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}

//-->
 </SCRIPT>




نافذه اخبارية تضع فيها كل اخبار تريدها


<DIV align=center><MARQUEE id=scroller
style="BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: lightyellow"
scrollAmount=5 direction=up width=200 height=150 align="middle">
<P><FONT size=4>حارة المساطيل ترحبكم</FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>
<DIV></DIV>
<P><FONT size=4></FONT>&nbsp;
<DIV></DIV></MARQUEE><BR><FONT face=Tahoma><A
href="javascript:scroller.start()">إبدأ</A> | <A
href="javascript:scroller.stop()">أوقف</A>
<SCRIPT language=JavaScript1.2>
if (document.all)
scroller.stop()
</SCRIPT>
 </FONT></DIV>


كود اغنية  جينا نحيكم ونسهر معاكم ياجماعه

<EMBED src=http://www.yradio.gov.ye/songs/11-11-19.ra hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>

محمد حمود الحارثي

كود اغنية احباب قلبي

<EMBED src=http://www.yradio.gov.ye/songs/12-1.ra hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>


اراك عصي الدمع=احمد السنيدار

<EMBED src=http://www.yradio.gov.ye/songs/12-5-1.ra hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




ياجانيات العناقيد=احمد السنيدار

<EMBED src=http://www.yradio.gov.ye/songs/sonai1.ra hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




يا سعد لا تحاول اغنية شعبية

<EMBED src=http://www.eqla3.com/eqla3foon/ram/Sha3bi33.ram hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




كود اغنية دخلك ياطير الوروار

الفنانه=فيروز



<EMBED src=http://1.6arab.com/fairooz..da5lak-ya-6air-al-werwar.rm hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>

كود اغنية لفيروز

نسم علينا الهوى



<EMBED
src=http://sham.6arab.com/songs/shami/fairooz/fairooz..nasam-3laina-el-hawa.rm
hidden=true autostart="true" loop="true"></EMBED>

كود موسيقى رومانسية



<EMBED src=http://www.shobiklobik.com/mazika/mazika_player.asp?id=9591
hidden=true type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>


كود اغنية لنجوى كرم

<EMBED src=http://music.6arab.com/najwa..6alet-malak.ram hidden=true
type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>

كود اغنية لم كلثوم

<EMBED src=http://music.6arab.com/omkalthoom..3ala-3aini-baket-3aini.ram
hidden=true type=audio/x-pn-realaudio autostart="true" loop="true"></EMBED>




كود اغنية لفيروز=صباح ومساء



<EMBED src=http://song4.6rb.com/Leb/fairouz/fairouz-saba7_wemasa.ram hidden=true
type=audio/x-pn-realaudio loop="true" autostart="true"></EMBED>




كود كتابه مشعه يمكنك وضع الي تريد تضعه في

المكان الموضح فيه التعليمات




<CENTER><BR><FONT color=#0000ff size=4>
<MARQUEE direction=right></MARQUEE>
<CENTER><BR><BR><FONT size=5>
<DIV
style="FILTER: glow(color=#C8B676,strength=12); WIDTH: 100%; COLOR: #ff0000"><FONT
face="Simplified Arabic Backslanted"><BR><BR>ضع اي كتابه تريدها هناء لتشع على
الشاشه البرنامج<BR><BR></FONT></DIV></FONT></CENTER></FONT></CENTER>




كودكتابه متحركه من الاسفل لاعلي

كودين مجتمعه الكود الاول

<style type="text/css">

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}

</style>

<script type="text/javascript">

/***********************************************
* Cross browser Marquee II- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/

var delayb4scroll=2000 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds)
var marqueespeed=2 //Specify marquee scroll speed (larger is faster 1-10)
var pauseit=1 //Pause marquee onMousever (0=no. 1=yes)?

////NO NEED TO EDIT BELOW THIS LINE////////////

var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var actualheight=''

function scrollmarquee(){
if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8))
cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"
else
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
}

function initializemarquee(){
cross_marquee=document.getElementById("vmarquee")
cross_marquee.style.top=0
marqueeheight=document.getElementById("marqueecontainer").offsetHeight
actualheight=cross_marquee.offsetHeight
if (window.opera || navigator.userAgent.indexOf("Netscape/7")!=-1){ //if Opera or Netscape 7x, add scrollbars to scroll and exit
cross_marquee.style.height=marqueeheight+"px"
cross_marquee.style.overflow="scroll"
return
}
setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll)
}

if (window.addEventListener)
window.addEventListener("load", initializemarquee, false)
else if (window.attachEvent)
window.attachEvent("onload", initializemarquee)
else if (document.getElementById)
window.onload=initializemarquee


</script>

الثاني

<div id="marqueecontainer" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">
<div id="vmarquee" style="position: absolute; width: 98%;">

<!--YOUR SCROLL CONTENT HERE-->

<h4>هناء الكتابه</h4>

<!--YOUR SCROLL CONTENT HERE-->

</div>
</div>

كود كتابه متحركه من الاسفل لفوق

<!--[if IE]>

<IE:Download ID="marqueedata" STYLE="behavior:url(#default#download)" />
<marquee id="externalmarquee" direction=up scrollAmount=4 style="width:200px;height:150px;border:1px solid black;padding:3px" onMouseover="this.scrollAmount=2" onMouseout="this.scrollAmount=4" src="update.htm">
</marquee>


<script language="JavaScript1.2">

/*
External Data Source Marquee Script (Updated 99/11/02)-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com
*/

function downloaddata(){
marqueedata.startDownload(externalmarquee.src,displaydata)
}

function displaydata(data){
externalmarquee.innerHTML=data
}

if (document.all)
window.onload=downloaddata


</script>

<![endif]-->




(0) تعليقات


أضف تعليقا



أضف تعليقا

<<الصفحة الرئيسية