[web2py] Re: Test if client has javascript
Thanks for the tip. But I doubt that this is faster than making the database-request, imo.
[web2py] Re: Test if client has javascript
Make an ajax call on page load and set a session variable if the call gets through (session.has_js = True). On Feb 9, 3:33 am, "ma...@rockiger.com" wrote: > I am using disqus as comment system. This only works for client that have > javascript enabled. > I am programming a fallback for clients th