|
hello
i've come up with this to show the screen res. of my site's visitors:
<font color="red" size="1" face="Andale Mono,Helvetica,Geneva,Swiss,SunSans-Regular,Arial">explorer5+ | 1024x768 <SCRIPT LANGUAGE="JavaScript">
<!-- Begin
document.write('(current:\n\n' + screen.width + 'x' + screen.height+')');
// End -->
</SCRIPT></font>
i want to display the browser as well though and i cant combine the 2 scripts on the same page. i want it so it looks like this:
explorer5+ | 1024x768 (current: netscape 4 | 600x800)
i cant quite sort the last browser part out...
any help greatly appreciated.
neil
|