Forum Moderators: coopster

Message Too Old, No Replies

Firefox sees Thanks page in default text.

Ie6 ok

         

kiwibrit

2:21 pm on Feb 21, 2005 (gmt 0)

10+ Year Member



At the beginngnof the php file handling our compnay's web enquiries, the url for our thanks page is decalred as follows:

$thankyouurl = "http://#*$!xx.#*$!/thanks.htm" ;

At the end of the file, the following mail activity is specified:

mail($mailto, $subject, $messageproper, "From:<$email>\nReply-To:<$email>\nX-Mailer: chfeedback.php 2.01" );
header( "Location: $thankyouurl" );

In IE6, the Thanks page pops up exactly as expected. But in Firefox, the Thanks page comes up with no company logo, and in default text. It looks stark and very amateur.

I'd be grateful as to a steer as to why this may be so.

eggy ricardo

4:41 pm on Feb 21, 2005 (gmt 0)

10+ Year Member



I would expect that that would be a problem with the "http://#*$!xx.#*$!/thanks.htm" page itself rather than the redirection to it. Perhaps there is an error in the (x)html that is causing this. Try running it through the W3C validator and this may help.

Hope this helps
Cheers
Richard

kiwibrit

5:48 pm on Feb 21, 2005 (gmt 0)

10+ Year Member



Ooops. Big big dope slap. The thanks page had some embarassing errors. Sorted. Thanks.