Anshul kirjoitti:
I need that as mozilla has option to disable javascript. If someone
disable javascript then too the site should go on to some extent hence
I I could get the solution it will be very greatful.
All major browsers have ability to disable Javascript, IE6/7, Mozilla
based ones, Opera etc.
There is not any realiable way to detect browser version, not in client
nor server side. Client side is usually made with JS and querying know
features or absence of them. On server side there nothing much to do.
HTTP headers (user agent string) might, or might not contain something
usable, but it's not reliable and out of scope in this NG...
Why just not to stick with very much reliable <noscript></noscript>
method and post nice message to end user to enable JS or switch to
browser that supports JS?