Gustav Wiberg wrote:
> Try using input type="submit" instead :-)
I tried the above but it still does not work.
--
Regards,
Alf Stocktonwww.stockton.co.za
Q: What do you get when you cross the Godfather with an attorney?
A: An offer you can't understand.
My email discla
As Gustav Wiberg said, try using double quotes (") instead of single (')...
Also, I've never used the html element ... Try this instead:
action="AdjustmentReport.php">
and
echo "onClick=\"window.location='".$HTTP_REFERER."'\" value=\"Back\" />";
else:
echo "value=\"Back\">";
endif; ?>
Alf Stockton wrote:
echo "Back";
echo '';
echo "TYPE='submit'>Back";
echo '';
I suggest a book on HTML for beginners.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Stut wrote:
Alf Stockton wrote:
echo "TYPE='submit'>Back";
echo '';
echo "TYPE='submit'>Back";
echo '';
I suggest a book on HTML for beginners.
Thank you. Solved.
--
Regards,
Alf Stocktonwww.stockton.co.za
You will gain money by a fattening action.
My email disclaim
-Original Message-
From: Alf Stockton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 17, 2007 12:56 PM
To: php windows
Subject: [PHP-WIN] Firefox versus IE
I have a web page that works perfectly with Firefox but fails with IE.
Please tell me what needs fixing.
I have extracted the
P-WIN] Firefox versus IE
I have a web page that works perfectly with Firefox but fails with IE.
Please tell me what needs fixing.
I have extracted the bits I think are relavent as follows:-
and
Submit
if (isset($HTTP_REFERER))
{
echo "Back";
} else {
echo "Back&q
-Original Message-
From: Alf Stockton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 17, 2007 12:56 PM
To: php windows
Subject: [PHP-WIN] Firefox versus IE
I have a web page that works perfectly with Firefox but fails with IE.
Please tell me what needs fixing.
I have extracted the
I have a web page that works perfectly with Firefox but fails with IE.
Please tell me what needs fixing.
I have extracted the bits I think are relavent as follows:-
action='AdjustmentReport.php'>
and
Submit
if (isset($HTTP_REFERER))
{
echo "Back";
} else {
echo "TYPE='submit'>B