I have used search, but didn't find what I was looking for. Basicallz I was thinking of this:
reffer all users to "js-dis/home.htm"
this is where the JS jumps in, if JS is enabled, then jump to "js-en/home.htm"
I do not want to use the noscript-tag because of having to use a meta-tag inside the noscript-tag which isn't valid xhtml.
This to me at least seems possible if it's written like this:
<"script type="text/javascript">
redirect to...
</script>
<html>
redirect to...
</html>
any thoughts?
reffer all users to "js-dis/home.htm"
this is where the JS jumps in, if JS is enabled, then jump to "js-en/home.htm"
I do not want to use the noscript-tag because of having to use a meta-tag inside the noscript-tag which isn't valid xhtml.
This to me at least seems possible if it's written like this:
<"script type="text/javascript">
redirect to...
</script>
<html>
redirect to...
</html>
any thoughts?
Comment