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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.