Check if javascript is on

I know this is a dumb question, but is there a way to figure out
whether javascript is on a browser or not before I generate the page?
This is most important with my edit controllers which has a hidden
form to edit a page, and it’s only made visible by a few javascript
magic.

On Jun 23, 2008, at 4:24 PM, Taro wrote:

I know this is a dumb question, but is there a way to figure out
whether javascript is on a browser or not before I generate the page?
This is most important with my edit controllers which has a hidden
form to edit a page, and it’s only made visible by a few javascript
magic.

lots of ways to do this . google is your friend “detect javascript
enabled”

– gw