Here's the scenerio, I have a main page with a counter which uses frames. The user clicks to view a flash movie so I use GetURL with _top set to go to the movie URL. At the end of the movie there is a Return to main page button. When this button is clicked the counter changes when the main page is loaded back in using GetURL. Is there a way to make the counter NOT change upon the return from the movie page? Perhaps there is a URL command that just tells it to return to the previous page? Or do I need to deal with sending a CGI command to the counter script?

Any help would be greatly appreciated!