[Solved] Notice to update navigational search
3 posters
Page 1 of 1
[Solved] Notice to update navigational search
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.
Last edited by vBSea on December 26th 2011, 3:19 pm; edited 1 time in total
Re: [Solved] Notice to update navigational search
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?
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- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: [Solved] Notice to update navigational search
Hi! So, it's possible using javascript calling to if, it seems to be like:
A little information:
Netscape = Netscape browser;
Microsoft Internet Explorer = IE browser;
|| = or;
&& = and;
>= = more or equal.
- 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.
Guest- Guest
Re: [Solved] Notice to update navigational search
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
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- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: [Solved] Notice to update navigational search
Hahaha ... Of course it is possible to discourage my community members, but my forum not displayed in IE old. Thank you.
Solved.
Solved.
Re: [Solved] Notice to update navigational search
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» How do I remove "Search Google" from "Advanced Search"?
» Neither search nor advanced search works. How to solve?
» Notice box
» No pop up notice for VM
» [SOLVED]Solved Reply with Quote and Checklist
» Neither search nor advanced search works. How to solve?
» Notice box
» No pop up notice for VM
» [SOLVED]Solved Reply with Quote and Checklist
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum