> I'm not sure, but could you pass around values > using hidden form fields from page to page? You sure could. It's just that every time a page is loaded, you're POSTing form vars to the server... some clients (like IE) freak out if you refresh a page like that, and some people would be wary of pages that have no visible forms, but are still POSTing data. --ken