Link to home
Start Free TrialLog in
Avatar of san4u49
san4u49

asked on

how to use redirect funtion of php if javascript is disabled.

Hello, i want to redirect page if javascript is turn off but i am not getting idea .how ? i did this but not working...
<noscript>
<?php
redirect('jsdisabled.php');
?>
</noscript
<body>
<noscript>
<?php
redirect('jsdisabled.php');
?>
</noscript>
</body>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Patrick_NG
Patrick_NG

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial