I need some code that will determine the screen resolution of the user visiting my site and alter it accordingly.
Here's a VBScript example of what I need:
I don't really know my VBScript or Javascript very well, so please excuse whatever mistakes I've made in the coding. But I'm sure you know what I mean.Code:If [Screen Resolution] > "800x600" Then Document.Write "<BR>"















Reply With Quote