hi all, how do i detect that javascript is enabled on the client's browser or not? thanks in advance Confidence comes not from always being right, but from not fearing to be wrong..... Mihir..
hi all, how do i detect that javascript is enabled on the client's browser or not? thanks in advance Confidence comes not from always being right, but from not fearing to be wrong..... Mihir..
Hi there, The simple way is to run a snippet of javascript, and post the result back to the server, then at the server side you should know whether javascript is enabled or disabled at the client side.