anyway, I can detect whether JavaScript is dissabled and with JS how to detect what browser... but my menu wont work if someone is using Internet explorer when JS is dissabled.
so i was wondering if someone else could give me a script or information on how to find/make a script (i.e. any starting point like which language to use would be good =p) that could detect:
a) if JavaScript is dissabled
and
b) if the client is using Internet explorer
and it needs to be applyable as follows:
<div ID = "menu">
if (Javescript dissabled) {
<?php include ('JavaScript-less_menu.php') ?>
} else {
<?php include ('JavaScript_menu.php') ?>
}
</div>
thanks for all the help XD
Dead.Rabit
