i have a frames page with a menubar at top and the main content below. i want the main page to redirect to a PHP page based on screen size using the following format
if (screen.width > 1024)
{window.location.href='girls1024.php?id=XXXXX'}
where XXXXX will be sent to JS from PHP
i know very little about JS, so help me out here... thanks
