Forum Moderators: coopster
I want to do a simple check in php in order to find if javascript is on or not; from there I can run ifs and elses easily. I'm sure this should be quite a simple function, but I can't find it through searching - perhaps because the search terms are too heavily used.
Can anyone help?
HTH,
Tastatura
Now, of course, IE is throwing a hissy fit. It's leaving a thin gap between the two tables I have. There's one table containing the banner image, and another below it containing the sidebar image; they fit together to form one seamless image. Usually.
<TABLE border="0" cellspacing="0" cellpadding="0">
<TR>
<TD>
<SCRIPT LANGUAGE="javascript">document.write(banner);</SCRIPT>
<NOSCRIPT>Test</NOSCRIPT>
</TD>
</TR>
</TABLE>
The only difference I've made is adding the NOSCRIPT code and now IE is leaving that bloody gap, bah. It leaves it when viewing it with Java on, I don't see why it's reading the noscript at all in that case.