Browser detection
-
Hi all, What function in javascript will enable to to detect browser? Like wheather the browser is IE,Firefox,NetScape,Opera.... Thanks
-
Hi all, What function in javascript will enable to to detect browser? Like wheather the browser is IE,Firefox,NetScape,Opera.... Thanks
If you want to use Javascript this should do it although their are other methods using ASP.NET: <!-- function whichname() { var bname = navigator.appName; alert("You are using " + bname); } //-->
Hydraman says "Make mine a water"
-
If you want to use Javascript this should do it although their are other methods using ASP.NET: <!-- function whichname() { var bname = navigator.appName; alert("You are using " + bname); } //-->
Hydraman says "Make mine a water"
-
Thanks I have a real media player embeded pluginn in my HTML page.It opens fine On Internet Explorer.However When i open it in Firefox it become very small in size. Do i have to code the plaginn for each browser diffrently. Please advice Thanks
-
Pete O`Hanlon wrote:
No.
Why no? We need to install "Realplayer" plugin for Firefox, isn't it?
Pete O`Hanlon wrote:
Try this[^] topic to find links and issues related to Real problems in Firefox.
Sorry. I can't access this page from here. it's blocked.. I will take a look when I get back home..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) "Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."