|
||||||
| أرشيف تطوير منتديات vb3.6.0 :: يمنع منعاً باتا ً .. كتابة اي موضوع يهتم بمشاكل المنتديات (( يمنع وضع نسخ vBulletin )) |
|
|
|
LinkBack | أدوات الموضوع | طرق العرض |
|
||||
|
السلام عليكم هاي اكواد ممكن تفيد بعض الاخوة الساعة مثال: يوليو 19, 2008 طريقة التركيب: ضع الكود بمنطقة الـ <body> رمز Code:
<script type="text/javascript">
<!-- // Array ofmonth Names
var monthNames = new Array( "يناير","فبراير","مارس","ابريل","مايو","يونيو","يوليو","اغسطس","سبتمبر","اكتوبر","نوفمبر","ديسمبر");
var now = new Date();
thisYear = now.getYear();
if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problem
document.write(monthNames[now.getMonth()] + " " + now.getDate() + ", " + thisYear);
// -->
</script>
الوصف: شريط اخبار عاجلة من جريدة عكاظ ... بإمكانك وضعه بموقعك حتى يتعرف الزوار على اهم الأخبار. طريقة التركيب: ضع الكود بالمكان اللي تريد ان يظهر به الشريط رمز Code:
<IFRAME align="center" MARGINHEIGHT="0" MARGINWIDTH="0" WIDTH="56%" SRC="http://www.okaz.com.sa/okaz/services/news/getnews.asp" name="eqla3soft" frameborder="0" height="70" scrolling="no" ></IFRAME> الوصف: كود شريط آخر الأخبار من قناة الجزيرة وهو مقدم من موقع فيصل. طريقة التركيب: ضع الكود بمنطقة الـ رمز Code:
<SCRIPT language=JavaScript>
//للمزيد من الجافا سكريبت .. نرجو زيارة موقع بنت الفجيرة http://bintfuj.com/
<!--
var g=new Date(); g=g.getTime()%1000;
document.writeln('<iframe width=100% height=17 scrolling=no marginwidth=0 marginheight=0 frameborder=0 src=http://www.faisal1.com/News_Grab/jazeera.php>');
// --></SCRIPT>
<NOSCRIPT><!--webbot bot="HTMLMarkup" startspan --><IFRAME
marginWidth=0 marginHeight=0
frameBorder=0 width=0 scrolling=no
height=0><!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --></IFRAME></IFRAME><!--webbot bot="HTMLMarkup" endspan --></NOSCRIPT>
<body bgcolor="#ffffff">
الوصف: نافذة صغيرة متحركة تستطيع التحكم بحجمها وسرعتها. طريقة التركيب: ضع الكود بمنطقة الـ <Head> الكود: رمز Code:
<SCRIPT LANGUAGE='JavaScript'><!--
//للمزيد من الجافا سكريبت .. نرجو زيارة موقع بنت الفجيرة http://bintfuj.com/
var popUp = 0;
var popURL = 0;
var popWidth = 0;
var popHeight = 0;
var thisMargin = 10;
var popTopPosition = thisMargin;
var popLeftPosition = thisMargin;
var pause = 20;
var step = 10; // كل ما زودت الرقم كل ما اسرعت النافذة
var timer = 0;
var screenWidth = 0;
var screenHeight = 0;
var endX = 0;
var endY = 0;
function startPop(thisurl,thiswidth,thisheight) {
popURL = thisurl;
popWidth = thiswidth;
popHeight = thisheight;
popUp = window.open(popURL, "traveler","toolbar=no,width="+popWidth+",height="+popHeight+",top="+popTopPosition+",left="+(popLeftPosition)+"");
screenWidth = window.screen.width;
screenHeight = window.screen.height;
endX = screenWidth - thiswidth - thisMargin;
endY = screenHeight - thisheight - thisMargin;
movedown();
}
function movedown() {
if (popTopPosition <= endY - 50) {
popUp.moveTo(popLeftPosition,popTopPosition);
popTopPosition += step;
timer = setTimeout("movedown()",pause);
}
else {
clearTimeout(timer);
popTopPosition = endY - 50;
popUp.moveTo(popLeftPosition,popTopPosition);
moveright();
}
}
function moveright() {
if (popLeftPosition <= endX) {
popUp.moveTo(popLeftPosition,popTopPosition);
popLeftPosition += step;
timer = setTimeout("moveright()",pause);
}
else {
clearTimeout(timer);
popLeftPosition = endX;
popUp.moveTo(popLeftPosition,popTopPosition);
moveup();
}
}
function moveup() {
if (popTopPosition >= thisMargin) {
popUp.moveTo(popLeftPosition,popTopPosition);
popTopPosition -= step;
timer = setTimeout("moveup()",pause);
}
else {
clearTimeout(timer);
popTopPosition = thisMargin;
popUp.moveTo(popLeftPosition,popTopPosition);
moveleft();
}
}
function moveleft() {
if (popLeftPosition >= thisMargin) {
popUp.moveTo(popLeftPosition,popTopPosition);
popLeftPosition -= step;
timer = setTimeout("moveleft()",pause);
}
else {
clearTimeout(timer);
popLeftPosition = thisMargin;
popUp.moveTo(popLeftPosition,popTopPosition);
}
}
startPop('poptest.htm','300','200');
// --></SCRIPT>
الوصف: صوت جرس يظهر عند دخول الزائر الى الصفحة ... علشان تخليه يصحصح شوي. طريقة التركيب: ضع الكود التالي بمنطقة الـ <body> الكود: رمز Code:
<applet code="AudioItem.class" width="0" height="0"> <param name="snd" value="compute.au"> </applet> طريقة التركيب: تركيب السكريبت عبارة عن خطوتين: 1- ضع الكود بين علامتي الـ <head> و </head> رمز Code:
<script language="JavaScript1.2">
//استبدل السطرين التاليين بمعلومات موقعك
var bookmarkurl="http://fahduae.com"
var bookmarktitle="فهد الامارات"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
</script>
الوصف: . طريقة التركيب: من خطوتين : 1- ضع الكود التالي بمنطقة الـ <head> الكود: رمز Code:
<script language="JavaScript">
<!-- Begin
function MakeArray(n) {
this.length = n;
for (var i = 1; i <= n; i++) {
this[i] = 0 }
return this
}
speedVar = new MakeArray(11);
speedVar[1] = "1.1719"
speedVar[2] = "1.7578"
speedVar[3] = "3.5156"
speedVar[4] = "6.8359"
speedVar[5] = "7.8125"
speedVar[6] = "16.6250"
speedVar[7] = "187.9883"
speedVar[8] = "1220.7031"
speedVar[9] = "3295.8984"
speedVar[10] = "5493.1641"
speedVar[11] = "18920.8984"
function compute(form, mult){
for (i=1; i < 12; i++){
if (form.size.value==null||form.size.value.length==0){
form.size.value=0;}
if (form[i+"hour"].value==null||form[i+"hour"].value.length==0){
form[i+"hour"].value=0;}
if (form[i+"minute"].value==null||form[i+"minute"].value.length==0){
form[i+"minute"].value=0;}
if (form[i+"second"].value==null||form[i+"second"].value.length==0){
form[i+"second"].value=0;}
if (mult != 0 && form.size.value != 0){
with (Math){
var speed = speedVar[i];
var TotalTime = ((form.size.value*mult)/speed);
var TotalHours = floor((TotalTime/3600));
var TotalHoursMod = (TotalTime%3600);
var TotalMin = floor(TotalHoursMod/60);
var TotalMinMod = (TotalHoursMod%60);
var TotalSec = floor(TotalMinMod);
form[i+"hour"].value=TotalHours;
form[i+"minute"].value=TotalMin;
form[i+"second"].value=TotalSec;
}
}
}
return;
}
// End -->
</script>
الكود: ظلل وانسخ الكود رمز Code:
<form name="eqla3soft" method="POST">
<center>
<table border="4" bgcolor="#0066CC" style="border-color: #0066cc #0066cc #0066cc #0066cc">
<tr>
<td>
<b>
<input type="BUTTON" onClick="compute(this.form, 1)" value="KB" name="BUTTON" style="background: fixed">
<input type="BUTTON" onClick="compute(this.form, 1024)" value="MB" name="BUTTON2" style="background: fixed">
<input type="TEXT" name="size" size="10">
<font size="2" face="Tahoma" color="#000000">اكتب هنا حجم الملف </font>
</b>
</td>
<td colspan=3>
<center>
<b>
<font color="#000000" size="2" face="Tahoma">وقت التحميل</font> </b>
</center>
</td>
</tr>
<tr>
<td>
<div align="center"><b><font size="2" face="Tahoma" color="#000000">سرعة الاتصال حقك</font></b></div>
</td>
<td>
<div align="center"><b><font color="#000000" size="2" face="Tahoma">ساعات</font></b></div>
</td>
<td>
<div align="center"><b><font color="#000000" size="2" face="Tahoma">دقائق</font></b></div>
</td>
<td>
<div align="center"><b><font color="#000000" size="2" face="Tahoma">ثواني</font></b></div>
</td>
</tr>
<tr>
<td bgcolor="#0066cc">
<div align="center"><b><font size="2" face="Tahoma" color="#660000"> 9.6
Kb</font></b></div>
</td>
<td>
<b>
<input type="TEXT" name="1hour" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="1minute" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="1second" size="6" style="background: fixed">
</b>
</td>
</tr>
<tr>
<td bgcolor="#0066cc">
<div align="center"><b><font size="2" face="Tahoma" color="#660000">14.4
Kb</font></b></div>
</td>
<td>
<b>
<input type="TEXT" name="2hour" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="2minute" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="2second" size="6" style="background: fixed">
</b>
</td>
</tr>
<tr>
<td bgcolor="#0066cc">
<div align="center"><b><font size="2" face="Tahoma" color="#660000">28.8
Kb</font></b></div>
</td>
<td>
<b>
<input type="TEXT" name="3hour" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="3minute" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="3second" size="6" style="background: fixed">
</b>
</td>
</tr>
<tr>
<td bgcolor="#0066cc">
<div align="center"><b><font size="2" face="Tahoma" color="#660000">56
Kb</font></b></div>
</td>
<td>
<b>
<input type="TEXT" name="4hour" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="4minute" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="4second" size="6" style="background: fixed">
</b>
</td>
</tr>
<tr>
<td bgcolor="#0066cc">
<div align="center"><b><font size="2" face="Tahoma" color="#660000">ISDN
(64 Kb)</font></b></div>
</td>
<td>
<b>
<input type="TEXT" name="5hour" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="5minute" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="5second" size="6" style="background: fixed">
</b>
</td>
</tr>
<tr>
<td bgcolor="#0066cc">
<div align="center"><b><font size="2" face="Tahoma" color="#660000">ISDN
(128 Kb)</font></b></div>
</td>
<td>
<b>
<input type="TEXT" name="6hour" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="6minute" size="6" style="background: fixed">
</b>
</td>
<td>
<b>
<input type="TEXT" name="6second" size="6" style="background: fixed">
</b>
</td>
</tr>
<tr>
<td bgcolor="#0066cc"></td>
<td>
<input type="HIDDEN" name="7hour" size="6">
</td>
<td>
<input type="HIDDEN" name="7minute" size="6">
</td>
<td>
<input type="HIDDEN" name="7second" size="6">
</td>
</tr>
<input type="HIDDEN" name="8hour" size="6">
<input type="HIDDEN" name="8minute" size="6">
<input type="HIDDEN" name="8second" size="6">
<input type="HIDDEN" name="9hour" size="6">
<input type="HIDDEN" name="9minute" size="6">
<input type="HIDDEN" name="9second" size="6">
<input type="HIDDEN" name="10hour" size="6">
<input type="HIDDEN" name="10minute" size="6">
<input type="HIDDEN" name="10second" size="6">
<input type="HIDDEN" name="11hour" size="6">
<input type="HIDDEN" name="11minute" size="6">
<input type="HIDDEN" name="11second" size="6">
</table>
</center>
</form>
التعديل الأخير كان بواسطة فهد الإمارات; 19 - 07 - 2008 الساعة 20:39
|
![]() |
| العلامات المرجعية |
| أدوات الموضوع | |
| طرق العرض | |
|
|