no. Well... the only way to verify, is if you have an AJAX callback to the server.... if you receive the callback, they have javascript... if you don't receive one... then they dont.
def receive_if_js(): session.has_javascript = True def index(): if session.has_javascript: ... {{layout.html}} ajax('receive_if_js') -Thadeus On Tue, Jan 5, 2010 at 11:25 AM, K.R.Arun <the1.a...@gmail.com> wrote: > Is it possible to know whether client support Java Script or not from > the server side? > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > > >
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.