Forum Moderators: open
JavaScript cannot access the POST variables. Either change the method to GET, or use PHP/Perl/ASP to retrieve the data.
One other option is to set the data in a cookie before reloading the page, and then read the cookie value upon refresh.
I'm not sure of the exact stats (and I'd like to hear some views), but I think nearly all browsers will accept session cookies (not persistent).
You could get round the cookie problem by putting your data into the window.name. A technique supported by Rambo Tribble (see here [webmasterworld.com]). I think NS4 has a problem if the string contains spaces (but then who cares?).