[align=center]::
أبو راشد .. الله يجزاك الجنة ... تعبناك معنا ...
هذا المصدر مع SHIFT
كود PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html DIR=RTL>
<head>
<style>
a:link {font:10pt/13pt verdana; color:red}
a:visited {font:10pt/13pt verdana; color:#4e4e4e}
</style>
<meta HTTP-EQUIV="Content-Type" Content="text-html; charset=windows-1256">
<title>لم يتم العثور على HTTP 404</title>
</head>
<script>
function Homepage(){
// in real bits, urls get returned to our script like this:
// res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm
//For testing use
//DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
DocURL=document.location.href;
//this is where the http or https will be, as found by searching for :// but skipping the res://
protocolIndex=DocURL.indexOf("://", 4);
//this finds the ending slash for the domain server
serverIndex=DocURL.indexOf("/", protocolIndex + 3);
//for the href, we need a valid URL to the domain. We search for the # symbol to find the begining
//of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
//urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
BeginURL=DocURL.indexOf("#",1) + 1;
urlresult=DocURL.substring(BeginURL, serverIndex);
if (protocolIndex - BeginURL > 7)
urlresult=""
//for display, we need to skip after http://, and go to the next slash
displayresult=DocURL.substring(protocolIndex + 3, serverIndex);
var aElement = document.createElement("A");
aElement.innerText = displayresult;
aElement.href = urlresult;
homepageContainer.appendChild(aElement);
}
function doSearch()
{
saOC.NavigateToDefaultSearch();
}
function initPage()
{
document.body.insertAdjacentHTML("afterBegin","<object id=saOC CLASSID='clsid:B45FF030-4447-11D2-85DE-00C04FA35C89' HEIGHT=0 width=0></object>");
Homepage();
}
</script>
<body bgcolor="white" onload="initPage()">
<table width="400" cellpadding="3" cellspacing="5">
<tr>
<td id="tableProps" valign="top" align="left"><img id="pagerrorImg" SRC="pagerror.gif"
width="25" height="33"></td>
<td id="tableProps2" align="right" valign="middle" width="360"><h1 id="errortype"
style="COLOR: black; FONT: 15pt/17pt verdana"><span id="errorText">لا يمكن العثور على الصفحة</span></h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2"><font
style="COLOR: black; FONT: 8pt/11pt verdana"> بما تمت إزالة
الصفحة التي تبحث عنها أو تغير اسمها أو أصبحت غير متوفرة مؤقتاً.</font></td>
</tr>
<tr>
<td id="tablePropsWidth2" width="400" colspan="2"><font id="LID1"
style="COLOR: black; FONT: 10pt/13pt verdana"><hr color="#C0C0C0" noshade>
<p id="LID2">الرجاء محاولة ما يلي:</p><ul>
<li id="list1">إذا قمت بكتابة عنوان الصفحة في شريط العناوين، تأكد من
صحة هجائه.<br>
</li>
<li id="list2">افتح <span id="homepageContainer"></span> الصفحة الرئيسية، ثم ابحث عن ارتباطات بالمعلومات
التي تريدها. </li>
<li id="list3">انقر فوق الزر <a href="javascript:history.back(1)"><img valign=bottom border=0 src="back.gif"> الخلف</a> لمحاولة ارتباط آخر. </li>
<li ID="list4">انقر فوق <a href="javascript:doSearch()"><img border=0 src="search.gif" width="16" height="16" alt="search.gif (114 bytes)" align="center"> بحث</a> للبحث عن معلومات على إنترنت. </li>
</ul>
<p><br>
</p>
<h2 id="ietext" style="font:10pt/13pt verdana; color:black">لم يتم العثور على الملف - HTTP 404<br>
Internet Explorer <BR>
</h2>
</font></td>
</tr>
</table>
</body>
</html>
[/align]
مواقع النشر (المفضلة)