Doing the clear when the page loads is fine ...what I was talking about was more like the situation wehere you wanted to clear the question as you left the page. You could set the variable's value on an exit page button for instance ... but the unload logic of the page would update the variable befoee the page refreshes ... thus negating your clear. If you do it on page load, you should be fine.Tim