Hi
is there anyway of making a javascript variable available as a php variable.
<script language="javascript">
color= (screen.colorDepth)
</script>
//I know this is wrong
$color=(color.value);//Where color is the variable set by javascript
include ('afile.php?color=$color');
I hope that sorta explains what I mean.
Thanks
DC