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.

[Solved] Notice to update navigational search

3 posters

Go down

Solved [Solved] Notice to update navigational search

Post by Sea Starter December 25th 2011, 6:52 pm

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 December 26th 2011, 3:19 pm; edited 1 time in total
Sea Starter
Sea Starter
Forumember

Posts : 68
Reputation : 6
Language : Español

http://cportada.forum.st

Back to top Go down

Solved Re: [Solved] Notice to update navigational search

Post by kirk December 25th 2011, 6:58 pm

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?
kirk
kirk
Forumaster

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

Back to top Go down

Solved Re: [Solved] Notice to update navigational search

Post by Sea Starter December 25th 2011, 7:05 pm

Sea Starter
Sea Starter
Forumember

Posts : 68
Reputation : 6
Language : Español

http://cportada.forum.st

Back to top Go down

Solved Re: [Solved] Notice to update navigational search

Post by Guest December 25th 2011, 7:09 pm

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
avatar
Guest
Guest


Back to top Go down

Solved Re: [Solved] Notice to update navigational search

Post by kirk December 25th 2011, 7:23 pm

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
kirk
kirk
Forumaster

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

Back to top Go down

Solved Re: [Solved] Notice to update navigational search

Post by Sea Starter December 26th 2011, 3:18 pm

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

Solved.
Sea Starter
Sea Starter
Forumember

Posts : 68
Reputation : 6
Language : Español

http://cportada.forum.st

Back to top Go down

Solved Re: [Solved] Notice to update navigational search

Post by Sanket December 26th 2011, 8:19 pm

Topic Solved & Locked
Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum