Hello,
I am using the AJAX in php pages,
so if the javascript of the user browser is disabled, then the AJAX functionality is of no use, and it will scamble my logic.
So i had kept <noscript> in my page, which says that you need to enable javascript in your browser.
Now i want to do it dynamically, i.e in <noscript> i will give a link , by clicking on that link , automatically the javascript of the users browser is enabled.
So what i need to do , so that i can provide this functionality to the user.
So please Help me out
Thanks in advance
Regards
Rome Patel
I am using the AJAX in php pages,
so if the javascript of the user browser is disabled, then the AJAX functionality is of no use, and it will scamble my logic.
So i had kept <noscript> in my page, which says that you need to enable javascript in your browser.
Now i want to do it dynamically, i.e in <noscript> i will give a link , by clicking on that link , automatically the javascript of the users browser is enabled.
So what i need to do , so that i can provide this functionality to the user.
So please Help me out
Thanks in advance
Regards
Rome Patel
Comment