Hi,
I have a page that is accessed by a login. In this page you can join different groups by hitting a join button. When this join button is hit, it goes to a .php file which updates the database and then I want it to automatically go back to the previous page. Currently I use this:
echo("<script>parent.location = 'cfmlogin.php'</script>");
but obviously the username and password aren't being sent back to the page. Does anyone know how I can do this, using my current method of parent scripting?
Thanks