PHPLRNR Posted July 24, 2008 Share Posted July 24, 2008 Hi, I a new to PHP.I have a form in one of my PHP page which I don't want to show if Javascript is disable in user Browser. I want to redirect user in another page. I have tried with following <noscript> Tag but it's not work. <noscript> header( 'Location: http://www.mysite.net/jsDisabled.htm' ) ; </noscript> I will wait for all of yours reply. Thanks Link to comment https://forums.phpfreaks.com/topic/116351-check-javascript-disability-in-php-page/ Share on other sites More sharing options...
unkwntech Posted July 24, 2008 Share Posted July 24, 2008 I know this might look like a shameless plug but, I just wrote an article on my blog about this: http://unkwndesign.com/blog/?p=10 If you need any more help with it send me a private message here. Link to comment https://forums.phpfreaks.com/topic/116351-check-javascript-disability-in-php-page/#findComment-598341 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.