المواضيع الأخيرة
بحـث
دخول
نوفمبر 2024
الإثنين | الثلاثاء | الأربعاء | الخميس | الجمعة | السبت | الأحد |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 |
اكواد html
صفحة 1 من اصل 1
اكواد html
كود الخلفية الثابتة
var NS4 = (document.layers); // Which browser?
var IE4 = (document.all);
var win = window; // window to search.
var n= 0;
function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
// Find next occurance of the given string on the page, wrap around to the
// start of the page if necessary.
if (NS4) {
// Look for match starting at the current point. If not found, rewind
// back to the first match.
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
// If not found in either direction, give message.
if (n == 0)
alert("Not found.");
}
if (IE4) {
txt = win.document.body.createTextRange();
// Find the nth match from the top of the page.
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
// If found, mark it and scroll it into view.
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
// Otherwise, start over at the top of the page and find first match.
else {
if (n > 0) {
n = 0;
findInPage(str);
}
// Not found anywhere, give message.
else
alert("Not found.");
}
}
return false;
}
كود:
كود زر الرجوع للصفحة السابقة
كود:
كود الزر الطبيعى
كود:
كود الارتباط التشعبى
كود:
كود محرك بحث خاص بصفحتك
كود:كود زر الرجوع للصفحة السابقة
كود:
كود الزر الطبيعى
كود:
كود الارتباط التشعبى
كود:
كود محرك بحث خاص بصفحتك
var NS4 = (document.layers); // Which browser?
var IE4 = (document.all);
var win = window; // window to search.
var n= 0;
function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
// Find next occurance of the given string on the page, wrap around to the
// start of the page if necessary.
if (NS4) {
// Look for match starting at the current point. If not found, rewind
// back to the first match.
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
// If not found in either direction, give message.
if (n == 0)
alert("Not found.");
}
if (IE4) {
txt = win.document.body.createTextRange();
// Find the nth match from the top of the page.
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
// If found, mark it and scroll it into view.
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
// Otherwise, start over at the top of the page and find first match.
else {
if (n > 0) {
n = 0;
findInPage(str);
}
// Not found anywhere, give message.
else
alert("Not found.");
}
}
return false;
}
مواضيع مماثلة
» كود html القرآن الكريم بصوت عدة من القراء
» اكواد css أكثر من رائعة تخص الروابط --> s@kr
» اكواد هتمل للمواقع اسلامية
» اكواد القران الكريم * والاناشيد
» اكواد css أكثر من رائعة تخص الروابط --> s@kr
» اكواد هتمل للمواقع اسلامية
» اكواد القران الكريم * والاناشيد
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى
الثلاثاء أبريل 10, 2018 10:59 am من طرف سورجي بؤ هه مووان
» معلومات عن دراسة تخصص طب الأشعة | INFORMATION ABOUT MEDICAL RADIOLOGY STUDY ABROAD
الثلاثاء أبريل 10, 2018 10:56 am من طرف سورجي بؤ هه مووان
» بحث حول إدارة الموارد البشرية
الثلاثاء أبريل 10, 2018 10:45 am من طرف سورجي بؤ هه مووان
» موضوع ترميم الآثار
الإثنين أبريل 09, 2018 12:17 pm من طرف سورجي بؤ هه مووان
» موضوع هندسة البرمجيّات
الإثنين أبريل 09, 2018 12:13 pm من طرف سورجي بؤ هه مووان
» موضوع الأسواق والمنشأت المالية "FMI
الإثنين أبريل 09, 2018 12:03 pm من طرف سورجي بؤ هه مووان
» تعريف نظم المعلومات
الإثنين أبريل 09, 2018 12:01 pm من طرف سورجي بؤ هه مووان
» موضوع عن علوم السياسية
الإثنين أبريل 09, 2018 11:59 am من طرف سورجي بؤ هه مووان
» موضوع عن الجمارك جمرك المالية
الإثنين أبريل 09, 2018 11:57 am من طرف سورجي بؤ هه مووان