I'm not sure about the whole forum rules here but I'd like to post here about 1 small piece of code to let a user's website send an alert once pageload to display the screen resolution:
function screenresolutionalert()
{
window.alert("Screen resolution: " + screen.height + ' x ' +...