IE Explorer Problems.

Good morning,

I am having a problem with a client web page when a user looks at the page
using IE 7. (I commented the lines below with a "hash space" to show the
firefox source. The IE source is shown commented with "hash hash space" where
the "hash hash hash space" lines are the lines being incorrectly processed.

This looks like an IE 7 bug, but I have not found any documentation on the web
for this problem. Has any one seen this, and found a work-around?

You can see this page at http://www.ramblerparts.com/catalog.php. Select, for
example, 1968, Rambler American, All. When the next page comes up, click on
any of the part images.

The page source in Firefox shows (correctly) as:

# <!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01\/\/EN">
# <html>
# <head>
# <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
# <title>PAINT</title>
# <link rel=stylesheet href=background.css type=text/css>
# </head>
# <body background="./graphics/background.jpg">
# <table align="center" width="90%">
# <tr colspan=1>
# <td rowspan=1>
# </td>
# <td>
# <table align="center" width="90%">
# <tr>
# <td align="center">
#
# <img src="./graphics/online.gif" alt="Parts Online Catalog">
# </td>
# </tr>
# </table>
#
# </td>
# </tr>
# <tr>
# <td colspan=2>
# <div align=center>
# <table width="90%" nowrap>
# <tr nowrap>
# <td align=center nowrap width="90%">
# <a href=/><img src="./graphics/button-home.jpg" border="0"
alt="Home"></a></td>
# </tr>
#
# </td>
# </tr>
# </table>
#
# </div>
# </td>
# </tr>
# </table>
#
# <!-- import contents begins here -->
# submit - PAINT;01-0015.jpg<br><div
class="center"><b><h3>PAINT</h3></b></div><br>
# <img src="01-0015.jpg" alt="PAINT">
#
# <!-- import contents ends here -->
# <br><br>
# <div class=center>
# © Galvin's Rambler Parts - 2004
# </div>
# <div class=footnote>
# Version: 1.7 <br>Last Revised: 2005/12/18
#
# </div>
# </body>
# </html>

whereas when the page is viewed with IE 7, it looks like:

## <!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01\/\/EN">
## <html>
## <head>
## <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
## <title><IMG src=\"01-0015.jpg\" width=60></title>
## <link rel=stylesheet href=background.css type=text/css>
## </head>
## <body background="./graphics/background.jpg">
## <table align="center" width="90%">
## <tr colspan=1>
## <td rowspan=1>
## </td>
## <td>
## <table align="center" width="90%">
## <tr>
## <td align="center">
## <img src="./graphics/online.gif" alt="Parts Online Catalog">
## </td>
## </tr>
## </table>
##
## </td>
## </tr>
## <tr>
## <td colspan=2>
## <div align=center>
## <table width="90%" nowrap>
## <tr nowrap>
## <td align=center nowrap width="90%">
## <a href=/><img src="./graphics/button-home.jpg" border="0"
alt="Home"></a></td>
## </tr>
##
## </td>
## </tr>
## </table>
##
## </div>
## </td>
## </tr>
## </table>
##
## <!-- import contents begins here -->
### submit - <IMG src=\"01-0015.jpg\" width=60><br><div
class="center"><b><h3><IMG src=\"01-0015.jpg\" width=60></h3></b></div><br>
### <img src="" alt="<IMG src=\"01-0015.jpg\" width=60>">
### <!-- import contents ends here -->
## <br><br>
## <div class=center>
## © Galvin's Rambler Parts - 2004
## </div>
## <div class=footnote>
## Version: 1.7 <br>Last Revised: 2005/12/18
##
## </div>
## </body>
## </html>


Allen Wayne Best, esq.

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Allen Wayne Best [ Mi, 26 November 2008 20:04 ] [ ID #1978801 ]

RE: IE Explorer Problems.

Allen,

I had cross-browser problems earlier this year. Solved by moving to the
following header:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

Hope this helps.

George, in Edinburgh

>| -----Original Message-----
>| From: Allen Wayne Best [mailto:awbestesq [at] gmail.com]
>| Sent: 26 November 2008 7:05 pm
>| To: php-windows [at] lists.php.net
>| Subject: [PHP-WIN] IE Explorer Problems.
>|
>|
>| Good morning,
>|
>| I am having a problem with a client web page when a user looks
>| at the page
>| using IE 7. (I commented the lines below with a "hash space" to show the
>| firefox source. The IE source is shown commented with "hash hash
>| space" where
>| the "hash hash hash space" lines are the lines being incorrectly
>| processed.
>|
>| This looks like an IE 7 bug, but I have not found any
>| documentation on the web
>| for this problem. Has any one seen this, and found a work-around?
>|
>| You can see this page at
>| http://www.ramblerparts.com/catalog.php. Select, for
>| example, 1968, Rambler American, All. When the next page comes
>| up, click on
>| any of the part images.
>|
>| The page source in Firefox shows (correctly) as:
>|
>| # <!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01\/\/EN">
>| # <html>
>| # <head>
>| # <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
>| # <title>PAINT</title>
>| # <link rel=stylesheet href=background.css type=text/css>
>| # </head>
>| # <body background="./graphics/background.jpg">
>| # <table align="center" width="90%">
>| # <tr colspan=1>
>| # <td rowspan=1>
>| # </td>
>| # <td>
>| # <table align="center" width="90%">
>| # <tr>
>| # <td align="center">
>| #
>| # <img src="./graphics/online.gif" alt="Parts Online Catalog">
>| # </td>
>| # </tr>
>| # </table>
>| #
>| # </td>
>| # </tr>
>| # <tr>
>| # <td colspan=2>
>| # <div align=center>
>| # <table width="90%" nowrap>
>| # <tr nowrap>
>| # <td align=center nowrap width="90%">
>| # <a href=/><img src="./graphics/button-home.jpg" border="0"
>| alt="Home"></a></td>
>| # </tr>
>| #
>| # </td>
>| # </tr>
>| # </table>
>| #
>| # </div>
>| # </td>
>| # </tr>
>| # </table>
>| #
>| # <!-- import contents begins here -->
>| # submit - PAINT;01-0015.jpg<br><div
>| class="center"><b><h3>PAINT</h3></b></div><br>
>| # <img src="01-0015.jpg" alt="PAINT">
>| #
>| # <!-- import contents ends here -->
>| # <br><br>
>| # <div class=center>
>| # © Galvin's Rambler Parts - 2004
>| # </div>
>| # <div class=footnote>
>| # Version: 1.7 <br>Last Revised: 2005/12/18
>| #
>| # </div>
>| # </body>
>| # </html>
>|
>| whereas when the page is viewed with IE 7, it looks like:
>|
>| ## <!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01\/\/EN">
>| ## <html>
>| ## <head>
>| ## <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
>| ## <title><IMG src=\"01-0015.jpg\" width=60></title>
>| ## <link rel=stylesheet href=background.css type=text/css>
>| ## </head>
>| ## <body background="./graphics/background.jpg">
>| ## <table align="center" width="90%">
>| ## <tr colspan=1>
>| ## <td rowspan=1>
>| ## </td>
>| ## <td>
>| ## <table align="center" width="90%">
>| ## <tr>
>| ## <td align="center">
>| ## <img src="./graphics/online.gif" alt="Parts Online Catalog">
>| ## </td>
>| ## </tr>
>| ## </table>
>| ##
>| ## </td>
>| ## </tr>
>| ## <tr>
>| ## <td colspan=2>
>| ## <div align=center>
>| ## <table width="90%" nowrap>
>| ## <tr nowrap>
>| ## <td align=center nowrap width="90%">
>| ## <a href=/><img src="./graphics/button-home.jpg" border="0"
>| alt="Home"></a></td>
>| ## </tr>
>| ##
>| ## </td>
>| ## </tr>
>| ## </table>
>| ##
>| ## </div>
>| ## </td>
>| ## </tr>
>| ## </table>
>| ##
>| ## <!-- import contents begins here -->
>| ### submit - <IMG src=\"01-0015.jpg\" width=60><br><div
>| class="center"><b><h3><IMG src=\"01-0015.jpg\"
>| width=60></h3></b></div><br>
>| ### <img src="" alt="<IMG src=\"01-0015.jpg\" width=60>">
>| ### <!-- import contents ends here -->
>| ## <br><br>
>| ## <div class=center>
>| ## © Galvin's Rambler Parts - 2004
>| ## </div>
>| ## <div class=footnote>
>| ## Version: 1.7 <br>Last Revised: 2005/12/18
>| ##
>| ## </div>
>| ## </body>
>| ## </html>
>|
>|
>| Allen Wayne Best, esq.
>|
>| --
>| PHP Windows Mailing List (http://www.php.net/)
>| To unsubscribe, visit: http://www.php.net/unsub.php
>|
>|


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
George.Pitcher [ Mi, 26 November 2008 20:50 ] [ ID #1978802 ]

Re: IE Explorer Problems.

> Good morning,
>
> I am having a problem with a client web page when a user looks at the page
> using IE 7. (I commented the lines below with a "hash space" to show the
> firefox source. The IE source is shown commented with "hash hash space" where
> the "hash hash hash space" lines are the lines being incorrectly processed.
>
> This looks like an IE 7 bug, but I have not found any documentation on the web
> for this problem. Has any one seen this, and found a work-around?
>
> You can see this page at http://www.ramblerparts.com/catalog.php. Select, for
> example, 1968, Rambler American, All. When the next page comes up, click on
> any of the part images.
>
> The page source in Firefox shows (correctly) as:
>
> # <!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01\/\/EN">
> # <html>
> # <head>
> # <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
> # <title>PAINT</title>
> # <link rel=stylesheet href=background.css type=text/css>
> # </head>
> # <body background="./graphics/background.jpg">
> # <table align="center" width="90%">
> # <tr colspan=1>
> # <td rowspan=1>
> # </td>
> # <td>
> # <table align="center" width="90%">
> # <tr>
> # <td align="center">
> #
> # <img src="./graphics/online.gif" alt="Parts Online Catalog">
> # </td>
> # </tr>
> # </table>
> #
> # </td>
> # </tr>
> # <tr>
> # <td colspan=2>
> # <div align=center>
> # <table width="90%" nowrap>
> # <tr nowrap>
> # <td align=center nowrap width="90%">
> # <a href=/><img src="./graphics/button-home.jpg" border="0"
> alt="Home"></a></td>
> # </tr>
> #
> # </td>
> # </tr>
> # </table>
> #
> # </div>
> # </td>
> # </tr>
> # </table>
> #
> # <!-- import contents begins here -->
> # submit - PAINT;01-0015.jpg<br><div
> class="center"><b><h3>PAINT</h3></b></div><br>
> # <img src="01-0015.jpg" alt="PAINT">
> #
> # <!-- import contents ends here -->
> # <br><br>
> # <div class=center>
> # © Galvin's Rambler Parts - 2004
> # </div>
> # <div class=footnote>
> # Version: 1.7 <br>Last Revised: 2005/12/18
> #
> # </div>
> # </body>
> # </html>
>
> whereas when the page is viewed with IE 7, it looks like:
>
> ## <!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01\/\/EN">
> ## <html>
> ## <head>
> ## <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
> ## <title><IMG src=\"01-0015.jpg\" width=60></title>
> ## <link rel=stylesheet href=background.css type=text/css>
> ## </head>
> ## <body background="./graphics/background.jpg">
> ## <table align="center" width="90%">
> ## <tr colspan=1>
> ## <td rowspan=1>
> ## </td>
> ## <td>
> ## <table align="center" width="90%">
> ## <tr>
> ## <td align="center">
> ## <img src="./graphics/online.gif" alt="Parts Online Catalog">
> ## </td>
> ## </tr>
> ## </table>
> ##
> ## </td>
> ## </tr>
> ## <tr>
> ## <td colspan=2>
> ## <div align=center>
> ## <table width="90%" nowrap>
> ## <tr nowrap>
> ## <td align=center nowrap width="90%">
> ## <a href=/><img src="./graphics/button-home.jpg" border="0"
> alt="Home"></a></td>
> ## </tr>
> ##
> ## </td>
> ## </tr>
> ## </table>
> ##
> ## </div>
> ## </td>
> ## </tr>
> ## </table>
> ##
> ## <!-- import contents begins here -->
> ### submit - <IMG src=\"01-0015.jpg\" width=60><br><div
> class="center"><b><h3><IMG src=\"01-0015.jpg\" width=60></h3></b></div><br>
> ### <img src="" alt="<IMG src=\"01-0015.jpg\" width=60>">

I've heard of many weird IE bugs, but never that it eats the values of
img src properties.

Does your php have any browser specific processing?

> ### <!-- import contents ends here -->
> ## <br><br>
> ## <div class=center>
> ## © Galvin's Rambler Parts - 2004
> ## </div>
> ## <div class=footnote>
> ## Version: 1.7 <br>Last Revised: 2005/12/18
> ##
> ## </div>
> ## </body>
> ## </html>
>
>
> Allen Wayne Best, esq.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--
Niel Archer



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Niel Archer [ Mi, 26 November 2008 23:12 ] [ ID #1978803 ]
PHP » gmane.comp.php.windows » IE Explorer Problems.

Vorheriges Thema: Problem with consuming .NET web service with NuSOAP..
Nächstes Thema: PHP not passing CLI script arguments