How to check browsers javascript and cookies are enabled or not?
And How to redirect on error page for each condition separately ?

Recommended Answers

All 5 Replies

you can use <noscript> tag to test for javascript and use javascript to test for cookies.

yes javvy is right...<noscript> is used when the javascript is not enabled....It is used to give warning to useers regarding blockage of JS

you can use <noscript> tag to test for javascript and use javascript to test for cookies.

Thanks.

can you write that code for me?:confused:

Thanks!!!
It works well.

yes javvy is right...<noscript> is used when the javascript is not enabled....It is used to give warning to useers regarding blockage of JS

If your problem is solved,mark the thread as solved...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.