نتائج البحث |
تطابق نتائج التصفح تقديم وتوثيق وفهرسة واعراب القرآن لقوان السنة ابي اسماعيل بن محمد بن الفضل القرشي الاصبهاني / فائزة بنت عمر المؤيد . |
سابق 10 العنوان تالي 10 العنوان |
|
myarr = null;
count = 0;
setReturnFlag=1;
function buildReturnPageNewList(thisurl,returnurl)
{
if(document.buildLink.returnURL )
{
if(returnurl != '')
{
document.buildLink.returnURL.value = returnurl;
}
}
// window.location = url;
document.buildLink.action=thisurl;
document.buildLink.submit();
}
function buildNewList(url)
{
i = 0;
if(myarr != null)
{
while(myarr[i] != null)
{
url +='&addkeys=' + myarr[i];
i++;
}
}
if(document.buildLink.returnURL )
{
if(setReturnFlag == 1)
{
document.buildLink.returnURL.value = document.location.toString();
}
}
// window.location = url;
if(navigator.appName == "Netscape")
{
document.buildLink.action=unescape(url);
}
else
{
document.buildLink.action=url;
}
document.buildLink.submit();
}
function buildMyList(URL,retURL)
{
i = 0;
if(document.buildLink)
{
link = document.buildLink.action;
if(myarr != null)
{
while(myarr[i] != null)
{
link+='&addkeys=' + myarr[i];
i++;
}
}
if(document.buildLink.returnURL )
{
if(setReturnFlag == 1 || retURL != '')
{
if(retURL != '')
document.buildLink.returnURL.value = retURL;
else
document.buildLink.returnURL.value = document.location.toString();
if(myarr != null)
{
i = 0;
while(myarr[i] != null)
{
document.buildLink.returnURL.value+='&addkeys=' + myarr[i];
i++;
}
}
}
}
document.buildLink.action = link;
document.buildLink.submit();
}
else
{
window.location = URL;
}
}
function loginIntoOrOutOfAccount(URL,retURL)
{
i = 0;
if(document.buildLink)
{
if(navigator.appName == "Netscape")
{
document.buildLink.action=unescape(URL);
}
else
{
document.buildLink.action=URL;
}
if(myarr != null)
{
while(myarr[i] != null)
{
document.buildLink.action+='&addkeys=' + myarr[i];
i++;
}
}
if(document.buildLink.returnURL || setReturnFlag == 1 )
{
if(retURL != '')
{
document.buildLink.returnURL.value = retURL;
}
else
{
document.buildLink.returnURL.value = document.location.toString();
}
if(myarr != null)
{
i = 0;
while(myarr[i] != null)
{
document.buildLink.returnURL.value+='&addkeys=' + myarr[i];
i++;
}
}
}
document.buildLink.submit();
}
else
{
if(navigator.appName == "Netscape")
{
window.location = unescape(URL);
}
else
{
window.location = URL;
}
}
}
function popUpHelp(URL)
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=350,height=650');");
}
function changeBookbagText(text)
{
if (document.getElementById)
{
document.getElementById('bookbag').innerHTML=text;
}
else if (document.layers)
{
document.anchors["viewlist"].text=text;
}
else
{
bookbag.innerHTML=text;
}
}