الويب العربي

الويب العربي (http://www.arabwebtalk.com/index.php)
-   تطويرالمواقع (http://www.arabwebtalk.com/forumdisplay.php?f=47)
-   -   كل الكودات لعمل موقع متكامل اتمنا التثبيت (http://www.arabwebtalk.com/showthread.php?t=1986)

عاشق مزنه 11-11-2004 01:41 AM

كود الكتابة المجوفة

كود:

<div style="width:100%;filter:glow(color=red,strength=4);color:white;font:14pt">
اكتب هنا


عاشق مزنه 11-11-2004 01:42 AM

كود الكتابة المظللة

كود:

<body>
<div align="center"><center>

<table border="0" width="319"
style="FILTER: GLOW(color='red', strength=#+6)">
<tbody>    <tr>
        <td width="313"><h1 align="center"><font size="5">
        ضع نصك هنا مع امكانية تغيير اللون</font></h1>
        </td>
    </tr>
</tbody></table>
</center></div>
</body>


عاشق مزنه 11-11-2004 01:43 AM

كود الكتابة بالالوان


كود:

<FONT FACE="Andalus" SIZE="50"><FONT COLOR="#000054">
اكتب هنا


عاشق مزنه 11-11-2004 01:43 AM

كود الكتابة بالظل


كود:

<center><div style="width:100%;filter:shadow(color=black,strength=20);color:yellow"><BR><font color="#FFFFFF" size="7" face="Amerigo BT">ضع النص الذي تريد هنا</font></div style> <BR>
<br>


عاشق مزنه 11-11-2004 01:44 AM

كود الكتابة بخط واضح في المنتدى


كود:

[b*]1#1#1[/*b]

تنبيه : - اذا تبون الكود شيلو انجمه اوكي

عاشق مزنه 11-11-2004 01:47 AM

كود الكتابة في اطار وخلفية غير

كود:

<CENTER>
<TABLE BORDER=10 WIDTH=100 Background="ضع عنوان الصورة هنا">
<TR><TD ALIGN=CENTER><h1><FONT FACE="DecoType Naskh" SIZE="5"><FONT COLOR="black">
اكتب ما تريد هنا
</FONT></FONT>
</center>

</marquee></TD></TR></TABLE></center>


عاشق مزنه 11-11-2004 01:47 AM

كود الكتابة في مستطيل من اليسار الى اليمين


كود:

  <center><marquee direction="right" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
أكتب هنا  .... ما رأيك ...
<br>
<br>
<br>
</marquee>
<br>


عاشق مزنه 11-11-2004 01:48 AM

كود الكتابة في مستطيل من اليمين الى اليسار


كود:

    <center><marquee direction="left" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
نصـــــك هنــــــــــــــــا  ...  أكتب ما تـــريــــد  ...
<br>
<br>
<br>
 </marquee>
<br>


عاشق مزنه 11-11-2004 01:49 AM

كود الكتابة في مستطيل من تحت الى فوق

كود:

    <center><marquee direction="up" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
السلام عليكم ورحمة الله وبركاته .. كيف حالكم ؟؟ هذي هي الطريقة الأولى وهي من تحت لفوق ...
<br>
<br>
<br>
 </marquee>
<br>


عاشق مزنه 11-11-2004 01:50 AM

كود الكتابة من أسفل الى أعلى في المنتدى




كود:

<marquee direction="up" width="500" height="200" style="TAHOMA: 150%; font-size: 18pt; color: white; border-style: ridge; border-color: #E3BE13" bgcolor="#000000" scrolldelay="70" scrollamount="3">
اكتب من هنا


ماادري اذا يشتغــل عندكم

عاشق مزنه 11-11-2004 01:51 AM

كود الوصلة الملونة




كود:

<p align="left"><script language="JavaScript">
<!-- Begin
function initArray() {
for (var i =0; i < initArray.arguments.length; i++) {
this[i] = initArray.arguments[i];
}
this.length = initArray.arguments.length;
}
var colors = new initArray(
"green",
"purple",
"blue",
"purple",
"green",
"purple",
"blue",
"purple",
"green",
"purple",
"blue",
"purple",
"green",
"purple");
delay = .5; // seconds
link = 0;
vlink = 2;
function linkDance() {
link = ( link+3)%colors.length;
vlink = (vlink+1)%colors.length;
document.linkColor = colors[link];
document. vlinkColor = colors[vlink];
setTimeout("linkDance()",delay*1000);
}
linkDance();
// End -->
</script></p>
<p align="center"><a href="http://www.ashowag.8m.com/"><font size="6"
face="Monotype Koufi">موقع أشواق</font></a></p>
<p align="center"><font size="6" face="Monotype Koufi"></font>&nbsp;</p>


عاشق مزنه 11-11-2004 01:51 AM

كود اهتزاز الصفحة





كود:

<script language="JavaScript1.2">

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

<!-- Begin
function shake(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
        }
      }
  }
}
// End -->
</script>

<form>
    <p align="center"><input type="button"
    value="زلزال" onclick="shake(2)"> </p>
</form>

<p align="center"><a href=""><font
color="#FF00FF" size="4"><strong></strong></font></a></p>


عاشق مزنه 11-11-2004 01:52 AM

كود تحذير استخدام الزر الأيمن في المره الأولى وتجميده في المره الثانية





كود:

<script LANGUAGE="JavaScript">
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("تــحــذيــر!!  لاتنقر على زر الماوس الأيمن مرة أخرى و إلا سوف تندم");
times++ } }
function bye() {
alert("ماتسمع الكلام!؟");
bye() }
</script>


عاشق مزنه 11-11-2004 01:52 AM

كود تغيير صورتين بمجرد مرور الماوس





كود:

<!-- TWO STEPS TO INSTALL PRELOAD IMAGES:

1. Paste the first into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->

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

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

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

<!-- Begin

image1 = new Image();
image1.src = "الصورة الثانية";

// End -->
</script>
</HEAD>

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

<BODY>

<a href="العنوان" onmouseover="image1.src='الصورة الثانية';"
onmouseout="image1.src='الصورة الأولى';">
<img name="image1" src="الصورة الأولى" border=0></a>

</BODY>


عاشق مزنه 11-11-2004 01:53 AM

كود تغيير لون شريط التمرير حسب رغبتك





كود:

<STYLE>BODY {
SCROLLBAR-FACE-COLOR: #808080; SCROLLBAR-HIGHLIGHT-COLOR: #eabc5a; SCROLLBAR-SHADOW-COLOR: #eabc5a; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #c0c0c0; SCROLLBAR-DARKSHADOW-COLOR: #eabc5a
}
</STYLE>


عاشق مزنه 11-11-2004 01:54 AM

كود تقويم ميلادي 2




كود:

<!-- ONE STEP TO INSTALL MONTHLY:  DAY HIGHLIGHTED:

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

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

<BODY>
<CENTER>

<SCRIPT LANGUAGE="JavaScript">

<!--Total Java Scripts 99 - Next Step Software-->

<!-- Begin
monthnames = new Array(
"January",
"Februrary",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"Decemeber");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("<table border=2 bgcolor=white ");
document.write("bordercolor=black><font color=black>");
document.write("<tr><td colspan=7><center><strong>"
+ monthnames[thismonth] + " " + thisyear
+ "</strong></center></font></td></tr>");
document.write("<tr>");
document.write("<td align=center>Su</td>");
document.write("<td align=center>M</td>");
document.write("<td align=center>Tu</td>");
document.write("<td align=center>W</td>");
document.write("<td align=center>Th</td>");
document.write("<td align=center>F</td>");
document.write("<td align=center>Sa</td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td> </td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
      }
  }
}
if (count==thisdate) {
document.write("<font color='FF0000'><strong>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</strong></font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table></p>");
// End -->
</SCRIPT>
</CENTER>

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


عاشق مزنه 11-11-2004 01:55 AM

كود تقويم ميلادي



كود:

<BODY>
<CENTER>

<SCRIPT LANGUAGE="JavaScript">

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

<!-- Begin
monthnames = new Array(
"يناير",
"فبراير",
"مارس",
"ابريل",
"مايو",
"يونيو",
"يوليو",
"اغسطس",
"سبتمبر",
"اكتوبر",
"نوفبر",
"ديسمبر");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("<table border=2 bgcolor=white ");
document.write("bordercolor=black><font color=black>");
document.write("<tr><td colspan=7><center><strong>"
+ monthnames[thismonth] + " " + thisyear
+ "</strong></center></font></td></tr>");
document.write("<tr>");
document.write("<td align=center>الاحد</td>");
document.write("<td align=center>الاثنين</td>");
document.write("<td align=center>الثلاثاء</td>");
document.write("<td align=center>الاربعاء</td>");
document.write("<td align=center>الخميس</td>");
document.write("<td align=center>الجمعة</td>");
document.write("<td align=center>السبت</td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td> </td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
      }
  }
}
if (count==thisdate) {
document.write("<font color='FF0000'><strong>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</strong></font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table></p>");
// End -->
</SCRIPT>
</CENTER>


عاشق مزنه 11-11-2004 01:56 AM

كود جعل الصورة ارتباط للبريد


كود:

<p align="center"><a href="mailto:dady_w6@yahoo.com"><img border="0" src="صع عنوان الصورة هنا" width="192" height="65"></a></p>

عاشق مزنه 11-11-2004 01:57 AM

كود تنظيم الصفحة للخلف وللأمام


كود:

<SCRIPT LANGUAGE="JavaScript">
<!-- hide this script tag's contents from old browsers
function goHist(a)
{
  history.go(a);      // Go back one.
}
//<!-- done hiding from old browsers -->
</script>
<FORM METHOD="post">
<INPUT TYPE="button" VALUE="  للخلف " onClick="goHist(-1)">
<INPUT TYPE="button" VALUE=" للأمام" onClick="goHist(1)">
</form>


عاشق مزنه 11-11-2004 01:58 AM

كود جعل الصورة ارتباط لموقع


كود:

<p align="center"><a href="http://omar2000.4t.com"><img border="0" src="http://albeed.com/vb/images/vBulletin_logo.gif" width="192" height="65"></a></p>


جميع الأوقات بتوقيت مكة المكرمة. الساعة الآن » 06:32 PM.

Powered by vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © ArabWebTalk.Com 2004-2012