P
Paul
HI! I use the following to redirect the user to another page if they do have
JavaScript turned on but it will not validate at w3c.org with the following
doc type.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<noscript>
<meta http-equiv="refresh"
content="1;URL=http://www.webcandesign.com/index.html">
</noscript>
Is there another way of acomplishing this?
Paul
JavaScript turned on but it will not validate at w3c.org with the following
doc type.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<noscript>
<meta http-equiv="refresh"
content="1;URL=http://www.webcandesign.com/index.html">
</noscript>
Is there another way of acomplishing this?
Paul