Hi,
I am working on a site that will use JavaScript to validate user entered data at the client side prior to sending it to the server side.
I also want to be able to provide a page that explains why scripts are used and how to turn them on.
I also want the site to remain XHTML 1.1 valid. I have tried the following code, within the <head> section:
Unfortunately this does not validate. It is essential that the site is valid. How can I do this in a standards compliant way?
Many thanks
Nathan
I am working on a site that will use JavaScript to validate user entered data at the client side prior to sending it to the server side.
I also want to be able to provide a page that explains why scripts are used and how to turn them on.
I also want the site to remain XHTML 1.1 valid. I have tried the following code, within the <head> section:
Code:
<noscript> <meta http-equiv="refresh" content="0; URL=requirement.php"> </noscript>
Many thanks
Nathan
Comment