i have two different web pages one is designed for an 800x600 screen, then i what people with using 1280x1024 and above to see another version. can any body point me the direction of a javascipt script that will do that for me
i have had a little go myself but could not get it to work its driving me crazy!
You could use a simple Flash base movie, sniffing out the user's resolution (System.capabilities), and then simply load the appropriate .swf according to the sniffer results, replacing the sniffer movie itself.