نمایش نتایج 1 تا 3 از 3

نام تاپیک: وب لاگ را صفحه خانگی خود کنید

  1. #1

    وب لاگ را صفحه خانگی خود کنید

    سلام
    همینطور که در صورت سوال مطرح شد من کدی می خوام که مثلا با کلیک بر روی یک لینک ، home page کاربر برابر اون سایتی بشه که مدنظر منه
    متشکرم

  2. #2
    بسمه تعالی
    با سلام
    در برنامه AllWebMenus می توان چنین کاری رو کرد

  3. #3
    کاربر دائمی آواتار 3nitro
    تاریخ عضویت
    اردیبهشت 1384
    محل زندگی
    تهران
    پست
    380
    برنامه ؟؟ :strange:

    این یک کد جاوا اسکریپت هست .


    <!-- ONE STEP TO INSTALL SET HOMEPAGE LINK:

    1. Copy the coding into the BODY of your HTML document -->

    <!-- STEP ONE: Paste this code into the BODY of your HTML document -->

    <BODY>

    <SCRIPT LANGUAGE="JavaScript">

    <!-- Begin
    // If it's Internet Explorer, use automatic link
    // Be sure to change the "http://www.YourWebSiteHere.com\"
    // to the URL you want them to bookmark.
    if (document.all){
    document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#ho mepage)\';this.setHomePage(\'http://www.YourWebSiteHere.com\');">');
    document.write('<font size="5" color=6699FF face=arial><B>Click Here to Make My Web Page Your Homepage</B></font></a>');
    }

    // If it's Netscape 6, tell user to drag link onto Home button
    // Be sure to change the "http://www.YourWebSiteHere.com\"
    // to the URL you want them to bookmark.
    else if (document.getElementById){
    document.write('<a href="http://www.YourWebSiteHere.com">Drag this link onto your Home button to make this your Home Page.</a>');
    }

    // If it's Netscape 4 or lower, give instructions to set Home Page
    else if (document.layers){
    document.write('<b>Make this site your home page:</b><br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.');
    }

    // If it's any other browser, for which I don't know the specifications of home paging, display instructions
    else {
    document.write('<b>Make this site your home page:</b><br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.');
    }
    // End -->
    </script>

    <!-- Script Size: 2.11 KB -->

قوانین ایجاد تاپیک در تالار

  • شما نمی توانید تاپیک جدید ایجاد کنید
  • شما نمی توانید به تاپیک ها پاسخ دهید
  • شما نمی توانید ضمیمه ارسال کنید
  • شما نمی توانید پاسخ هایتان را ویرایش کنید
  •