The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    [Solved] Notice to update navigational search

    Sea Starter
    Sea Starter
    Forumember


    Posts : 68
    Reputation : 6
    Language : Español

    Solved [Solved] Notice to update navigational search

    Post by Sea Starter Sun 25 Dec - 18:52

    Hello, I need help Forumotion of friends and seen on a website that uses a notice like this to update your browser for better viewing. Please help me get, my website is not well in older browsers, it looks very spoiled. Thanks.

    [Solved] Notice to update navigational search YsOAK


    Last edited by vBSea on Mon 26 Dec - 15:19; edited 1 time in total
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: [Solved] Notice to update navigational search

    Post by kirk Sun 25 Dec - 18:58

    what is the link to that forum or web site.
    It seems they may have something that blocks IE and firefox.

    And that would not be smart to do, it's a good way not to gain members because most people are set in their ways for the browsers they use ..

    Post the link and i will have a look, it may just be something they added to try to get people to update,

    Oh plus Mozilla is firefox, so not sure why they have that in the list either?
    Sea Starter
    Sea Starter
    Forumember


    Posts : 68
    Reputation : 6
    Language : Español

    Solved Re: [Solved] Notice to update navigational search

    Post by Sea Starter Sun 25 Dec - 19:05

    avatar
    Guest
    Guest


    Solved Re: [Solved] Notice to update navigational search

    Post by Guest Sun 25 Dec - 19:09

    Hi! So, it's possible using javascript calling to if, it seems to be like:
    Code:
    <html>
    <head>
    <script type="text/javascript">
    function detectBrowser()
    {
    var browser=navigator.appName;
    var b_version=navigator.appVersion;
    var version=parseFloat(b_version);
    if ((browser=="Netscape"||browser=="Microsoft Internet Explorer") && (version>=4))
      {
      alert("YOUR MESSAGE HERE!");
      }
    }
    </script>
    </head>

    <body onload="detectBrowser()">
    </body>

    </html>

    A little information:
    Netscape = Netscape browser;
    Microsoft Internet Explorer = IE browser;
    || = or;
    && = and;
    >= = more or equal.

    Razz
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: [Solved] Notice to update navigational search

    Post by kirk Sun 25 Dec - 19:23

    yeah i dont know what they are doing but seems a bit silly to me... lol
    Like i had a message pop-up, then closed it out and was right on the site with no problems.
    with this link.
    http://lordslegends.forumotion.net/

    and this link is only a html page, so i guess they plan on making it the home page or something?
    http://lordslegends.forumotion.net/h8-test


    if you add forum to the end of the link like i did then you are right on the board.
    http://lordslegends.forumotion.net/forum

    It seems rather silly to me to try to block or not allow firefox or IE users.
    It's a good way not to gain members or chase members away that may have already been there before this was put in place.

    So i dont know, people add crazy unnecessary things sometimes i guess... lol
    Sea Starter
    Sea Starter
    Forumember


    Posts : 68
    Reputation : 6
    Language : Español

    Solved Re: [Solved] Notice to update navigational search

    Post by Sea Starter Mon 26 Dec - 15:18

    Hahaha ... Of course it is possible to discourage my community members, but my forum not displayed in IE old. Thank you.

    Solved.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: [Solved] Notice to update navigational search

    Post by Sanket Mon 26 Dec - 20:19

    Topic Solved & Locked

      Current date/time is Sun 22 Sep - 7:36