At the start of my site, I check the user�s resolution, and adjust accordingly, using session variables. However, if the user changes resolution, I need to change along with them. The test would be if screen.width still equals my screen width session variable. If it does not, I need to note what page I�m in, redirect to a page that resets the session variable, and then redirect back to the page I just came from.
I can write the value of the session variable to an <input type=�hidden�> text box in a form, and I can use a script to compare the current value of screen.width to the value of that text box. How would I do the redirect (which would be the programmatic equivalent of having the user click an anchor link)? TIA, Far Farley www.TheAccessWizard.com <http://www.theaccesswizard.com/> [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
