Jump to content

Check JavaScript Disability in PHP page


PHPLRNR

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.