Hey,
I use frames on my website. Since the frame width / lengths are hardcoded into the html page than the page doesn't look that good to ppl with lower / higher resolutions than I have (since I made the site so it looked good on my current resolution). To fix this I thought I would use JavaScript to get the users resolution and then tell javascript to send the user to a page designed specificaly for there current res.
So how do I tell javascript to change the page?
Thanks for all help and advice provided.
Using JavaScript to send page to diff location
Moderator: General Moderators
take a look at http://tech.irt.org/articles/js205/index.htm
keep in mind that pop-ups might be suppressed by browsers.
keep in mind that pop-ups might be suppressed by browsers.