echo "<p>\n";
echo "<FORM action=\"index.php\" method=\"POST\">\n";
echo "<INPUT TYPE=\"submit\" name=\"Done_submit\" onclick=\"exit=false\" VALUE=\"".get_msg(done,$lang)."\">\n";
if(isset($lang)) { echo " <INPUT TYPE=\"hidden\" NAME=\"lang\" VALUE=\"$lang\">\n"; }
echo "</FORM>\n";
echo "<p>\n"
after everything is set up, this is the code that creats a button to bring me back to parent page ... i am loading this script into a frame and when the button is pressed it goes back to the first page, but it loads it into that frame in which the script is being loaded ... so in the end i have page with a page inside ... how do i set it up, so that it will go out of the frame and load up the first page ...
best regards
