dessie1981
Programmer
Hi Everyone,
Having a slight problem. I have a reset button on my page that
reloads a frame in the page, the button works fine in mozilla
firefox but does not work in ie5.
Here is the code i use for the button.
echo '<a href = "' . $_SERVER['PHP_SELF'] . '" TARGET=TITLE><INPUT TYPE="image" SRC="buttons/reset.jpg" HEIGHT="20" WIDTH="100" BORDER="0"></a>';
?>
If i change <a href = "' . $_SERVER['PHP_SELF']
to
e.g.
<a href = "test.html" ................
the windows navigates ok so this suggests to me that there is a problem with "$_SERVER['PHP_SELF']" portion of code.
Any help on this would be great.
Dessie
Having a slight problem. I have a reset button on my page that
reloads a frame in the page, the button works fine in mozilla
firefox but does not work in ie5.
Here is the code i use for the button.
echo '<a href = "' . $_SERVER['PHP_SELF'] . '" TARGET=TITLE><INPUT TYPE="image" SRC="buttons/reset.jpg" HEIGHT="20" WIDTH="100" BORDER="0"></a>';
?>
If i change <a href = "' . $_SERVER['PHP_SELF']
to
e.g.
<a href = "test.html" ................
the windows navigates ok so this suggests to me that there is a problem with "$_SERVER['PHP_SELF']" portion of code.
Any help on this would be great.
Dessie