http://www.mikeglaz.com/wujek/manage.ph ... 0Hut&id=34
I have the following code for the 'Close' button:
Code: Select all
echo "<input type=\"button\" value=\"Close\" onclick=\"header(\"Location: manage.php?location=$location\")\">";
Moderator: General Moderators
Code: Select all
echo "<input type=\"button\" value=\"Close\" onclick=\"header(\"Location: manage.php?location=$location\")\">";
Code: Select all
<input type="button" onclick="window.location='manage.php?location=art';" value="Close" />Code: Select all
echo htmlentities($location);