كود آخر مواضيع بصفحه جديده
2 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
كود آخر مواضيع بصفحه جديده
السلام عليكم ورحمة الله وبركاته
اليكم كود من تعديلي
كود اخر مواضيع بصفحه جديده
الكود
[/code]
</div>
<div style="float: right; position: absolute; right: 110px; top:
56px;">
href=" "><img
src="http://im14.gulfup.com/2012-04-04/1333488194531.png"></a>
<br></div>
<link rel="shortcut icon" href="http://im17.gulfup.com/2012-01-17/1326823186171.gif">
<body background="http://www.anagulf.com/uploads2/13312079457.png">
<iframe src="http://s1.rsspump.com/rss.aspx?s=f7db1283-6c1b-403d-9084-859a466e8d6e&speed=2&t=0&d=1&u=0&p=1&b=1&ic=9&font=Tahoma&fontsize=12px&bgcolor=&color=000000&type=typewriter&su=1&sub=1&sw=1" frameborder="0" width="100%" height="16" scrolling="no" allowtransparency="true"></iframe><noframes><div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_ticker/news_widget" title="News Widget">News Widget</a></div></noframes>
<iframe src="http://s1.rsspump.com/rss.aspx?s=f7db1283-6c1b-403d-9084-859a466e8d6e&speed=2&t=0&d=1&u=0&p=1&b=1&ic=9&font=Tahoma&fontsize=12px&bgcolor=&color=000000&type=typewriter&su=1&sub=1&sw=1" frameborder="0" width="100%" height="16" scrolling="no" allowtransparency="true"></iframe><noframes><div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_ticker/news_widget" title="News Widget">News Widget</a></div></noframes>
<iframe src="http://s1.rsspump.com/rss.aspx?s=f7db1283-6c1b-403d-9084-859a466e8d6e&speed=2&t=0&d=1&u=0&p=1&b=1&ic=9&font=Tahoma&fontsize=12px&bgcolor=&color=000000&type=typewriter&su=1&sub=1&sw=1" frameborder="0" width="100%" height="16" scrolling="no" allowtransparency="true"></iframe><noframes><div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_ticker/news_widget" title="News Widget">News Widget</a></div></noframes>
<iframe src="http://s1.rsspump.com/rss.aspx?s=f7db1283-6c1b-403d-9084-859a466e8d6e&speed=2&t=0&d=1&u=0&p=1&b=1&ic=9&font=Tahoma&fontsize=12px&bgcolor=&color=000000&type=typewriter&su=1&sub=1&sw=1" frameborder="0" width="100%" height="16" scrolling="no" allowtransparency="true"></iframe><noframes><div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_ticker/news_widget" title="News Widget">News Widget</a></div></noframes>
<iframe src="http://s1.rsspump.com/rss.aspx?s=f7db1283-6c1b-403d-9084-859a466e8d6e&speed=2&t=0&d=1&u=0&p=1&b=1&ic=9&font=Tahoma&fontsize=12px&bgcolor=&color=000000&type=typewriter&su=1&sub=1&sw=1" frameborder="0" width="100%" height="16" scrolling="no" allowtransparency="true"></iframe><noframes><div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_ticker/news_widget" title="News Widget">News Widget</a></div></noframes>
<form name="where">
<table border="0" width="200" cellspacing="0" cellpadding="3">
<tr>
<td width="100%">
<select name="city" size="1" onchange="updateclock(this);">
<option value="4">Emirates (UAE)</option>
<option value="3">Saudi Arabia</option>
<option value="3">Kuwait</option>
<option value="4">Oman</option>
<option value="3">Qatar</option>
<option value="3">Egypt</option>
option value="0">London</option>
<option value="7">Bangkok</option>
<option value="-5">New York</option>
</select>
</td>
</tr>
<tr>
<td width="100%">
<script language="JavaScript">
/*
Drop Down World Clock- By JavaScript Kit (http://www.javascriptkit.com)
Portions of code by Kurt @ http://www.btinternet.com/~kurt.grigg/javascript
This credit notice must stay intact
Visit our site at http://java.bdr130.net/ for more code
*/
if (document.all||document.getElementById)
document.write('<span id="worldclock" style="font:bold 16px Arial;"></span>')
zone=0;
isitlocal=true;
ampm='';
function updateclock(z){
zone=z.options[z.selectedIndex].value;
isitlocal=(z.options[0].selected)?true:false;
}
function WorldClock(){
now=new Date();
ofst=now.getTimezoneOffset()/60;
secs=now.getSeconds();
sec=-1.57+Math.PI*secs/30;
mins=now.getMinutes();
min=-1.57+Math.PI*mins/30;
hr=(isitlocal)?now.getHours():(now.getHours() + parseInt(ofst)) + parseInt(zone);
hrs=-1.575+Math.PI*hr/6+Math.PI*parseInt(now.getMinutes())/360;
if (hr < 0) hr+=24;
if (hr > 23) hr-=24;
ampm = (hr > 11)?"PM":"AM";
statusampm = ampm.toLowerCase();
hr2 = hr;
if (hr2 == 0) hr2=12;
(hr2 < 13)?hr2:hr2 %= 12;
if (hr2<10) hr2="0"+hr2
var finaltime=hr2+':'+((mins < 10)?"0"+mins:mins)+':'+((secs < 10)?"0"+secs:secs)+' '+statusampm;
if (document.all)
worldclock.innerHTML=finaltime
else if (document.getElementById)
document.getElementById("worldclock").innerHTML=finaltime
else if (document.layers){
document.worldclockns.document.worldclockns2.document.write(finaltime)
document.worldclockns.document.worldclockns2.document.close()
}
setTimeout('WorldClock()',1000);
}
window.onload=WorldClock
//-->
</script>
<!--Place holder for NS4 only-->
<ilayer id="worldclockns" width=100% height=35><layer id="worldclockns2" width=100% height=35 left=0 top=0 style="font:bold 16px Arial;"></layer></ilayer>
</td></tr></table></form>
[code]
الكود يوضع في HTMAL
والسموحه منكم
اليكم كود من تعديلي
كود اخر مواضيع بصفحه جديده
الكود
[/code]
</div>
<div style="float: right; position: absolute; right: 110px; top:
56px;">
href=" "><img
src="http://im14.gulfup.com/2012-04-04/1333488194531.png"></a>
<br></div>
<link rel="shortcut icon" href="http://im17.gulfup.com/2012-01-17/1326823186171.gif">
<body background="http://www.anagulf.com/uploads2/13312079457.png">
<iframe src="http://s1.rsspump.com/rss.aspx?s=f7db1283-6c1b-403d-9084-859a466e8d6e&speed=2&t=0&d=1&u=0&p=1&b=1&ic=9&font=Tahoma&fontsize=12px&bgcolor=&color=000000&type=typewriter&su=1&sub=1&sw=1" frameborder="0" width="100%" height="16" scrolling="no" allowtransparency="true"></iframe><noframes><div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_ticker/news_widget" title="News Widget">News Widget</a></div></noframes>
<iframe src="http://s1.rsspump.com/rss.aspx?s=f7db1283-6c1b-403d-9084-859a466e8d6e&speed=2&t=0&d=1&u=0&p=1&b=1&ic=9&font=Tahoma&fontsize=12px&bgcolor=&color=000000&type=typewriter&su=1&sub=1&sw=1" frameborder="0" width="100%" height="16" scrolling="no" allowtransparency="true"></iframe><noframes><div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_ticker/news_widget" title="News Widget">News Widget</a></div></noframes>
<iframe src="http://s1.rsspump.com/rss.aspx?s=f7db1283-6c1b-403d-9084-859a466e8d6e&speed=2&t=0&d=1&u=0&p=1&b=1&ic=9&font=Tahoma&fontsize=12px&bgcolor=&color=000000&type=typewriter&su=1&sub=1&sw=1" frameborder="0" width="100%" height="16" scrolling="no" allowtransparency="true"></iframe><noframes><div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_ticker/news_widget" title="News Widget">News Widget</a></div></noframes>
<iframe src="http://s1.rsspump.com/rss.aspx?s=f7db1283-6c1b-403d-9084-859a466e8d6e&speed=2&t=0&d=1&u=0&p=1&b=1&ic=9&font=Tahoma&fontsize=12px&bgcolor=&color=000000&type=typewriter&su=1&sub=1&sw=1" frameborder="0" width="100%" height="16" scrolling="no" allowtransparency="true"></iframe><noframes><div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_ticker/news_widget" title="News Widget">News Widget</a></div></noframes>
<iframe src="http://s1.rsspump.com/rss.aspx?s=f7db1283-6c1b-403d-9084-859a466e8d6e&speed=2&t=0&d=1&u=0&p=1&b=1&ic=9&font=Tahoma&fontsize=12px&bgcolor=&color=000000&type=typewriter&su=1&sub=1&sw=1" frameborder="0" width="100%" height="16" scrolling="no" allowtransparency="true"></iframe><noframes><div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_ticker/news_widget" title="News Widget">News Widget</a></div></noframes>
<form name="where">
<table border="0" width="200" cellspacing="0" cellpadding="3">
<tr>
<td width="100%">
<select name="city" size="1" onchange="updateclock(this);">
<option value="4">Emirates (UAE)</option>
<option value="3">Saudi Arabia</option>
<option value="3">Kuwait</option>
<option value="4">Oman</option>
<option value="3">Qatar</option>
<option value="3">Egypt</option>
option value="0">London</option>
<option value="7">Bangkok</option>
<option value="-5">New York</option>
</select>
</td>
</tr>
<tr>
<td width="100%">
<script language="JavaScript">
/*
Drop Down World Clock- By JavaScript Kit (http://www.javascriptkit.com)
Portions of code by Kurt @ http://www.btinternet.com/~kurt.grigg/javascript
This credit notice must stay intact
Visit our site at http://java.bdr130.net/ for more code
*/
if (document.all||document.getElementById)
document.write('<span id="worldclock" style="font:bold 16px Arial;"></span>')
zone=0;
isitlocal=true;
ampm='';
function updateclock(z){
zone=z.options[z.selectedIndex].value;
isitlocal=(z.options[0].selected)?true:false;
}
function WorldClock(){
now=new Date();
ofst=now.getTimezoneOffset()/60;
secs=now.getSeconds();
sec=-1.57+Math.PI*secs/30;
mins=now.getMinutes();
min=-1.57+Math.PI*mins/30;
hr=(isitlocal)?now.getHours():(now.getHours() + parseInt(ofst)) + parseInt(zone);
hrs=-1.575+Math.PI*hr/6+Math.PI*parseInt(now.getMinutes())/360;
if (hr < 0) hr+=24;
if (hr > 23) hr-=24;
ampm = (hr > 11)?"PM":"AM";
statusampm = ampm.toLowerCase();
hr2 = hr;
if (hr2 == 0) hr2=12;
(hr2 < 13)?hr2:hr2 %= 12;
if (hr2<10) hr2="0"+hr2
var finaltime=hr2+':'+((mins < 10)?"0"+mins:mins)+':'+((secs < 10)?"0"+secs:secs)+' '+statusampm;
if (document.all)
worldclock.innerHTML=finaltime
else if (document.getElementById)
document.getElementById("worldclock").innerHTML=finaltime
else if (document.layers){
document.worldclockns.document.worldclockns2.document.write(finaltime)
document.worldclockns.document.worldclockns2.document.close()
}
setTimeout('WorldClock()',1000);
}
window.onload=WorldClock
//-->
</script>
<!--Place holder for NS4 only-->
<ilayer id="worldclockns" width=100% height=35><layer id="worldclockns2" width=100% height=35 left=0 top=0 style="font:bold 16px Arial;"></layer></ilayer>
</td></tr></table></form>
[code]
الكود يوضع في HTMAL
والسموحه منكم
رد: كود آخر مواضيع بصفحه جديده
الاكواد لا توضع على العام اخى
zhegazy-
-
عدد المساهمات : 20068
معدل النشاط : 40568
السُمعة : 45
مواضيع مماثلة
» اريد تغير صوره بصفحه ال rss بحثت عنها فى كل مكان
» وريد كود اعجاب بصفحه الفيس بوك
» اريد كود عمل مركز تحميل الصور ولاكن بصفحه مستقله + استطيع تغيير استايله
» ازاى اربط المنتدى بصفحه الفيس
» مشكله بصفحه الموضوع والمثال بالصوره بالداخل
» وريد كود اعجاب بصفحه الفيس بوك
» اريد كود عمل مركز تحميل الصور ولاكن بصفحه مستقله + استطيع تغيير استايله
» ازاى اربط المنتدى بصفحه الفيس
» مشكله بصفحه الموضوع والمثال بالصوره بالداخل
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى