Hi
I have created 1 form and put some validations using JavaScript. If Javascript is disabled or Browser has restricted running scripts it will not validate . I want to ensure that Validations should take place & i want this on client side only.
Thanks
Loading
Prabhu RajaPosted Sep 11, 2011, 7:06 AM
Before Starting you processes, first check javascript is enabled in browser or not.
If enabled continue with your processes r if not enabled simply show some message to advice user to enable javascript first to continuing with processes.
Hope the Link will help you. Click this Link
-----------------------------------------------------
If it helps you, then mark as "Correct Answer"