Hi
I am wondering how do I first detect if Javascript is enabled/disabled. Disabling javascript on this site revealed that stackoverflow uses something called the tag.
Is this like the standard way of doing it? Does it work on all the browsers?Which browser versions does it not work on(ie IE6)?.
Do I just stick in the body or the head of my html page? I saw one site tutorial that stuck it in the head but Visual Studios said that is not XHtml complaint.
Next how do I check if cookies are enabled? Do you do use javascript to figure this out? Or do you use server side? Is there something that works that works on all major browsers or maybe something in jquery that does this?
Thanks