Home > Archive > PHP Language > March 2006 > Internet Explorer Mystery
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Internet Explorer Mystery
|
|
| Michel Angelo 2006-03-26, 6:57 pm |
| One of the script is generating something like:
http://www.domain.com/directory/appdetail.php?id=5
The appdetail.php page starts with something like:
$id = $_GET['id'];
So that the script can work on the detail page.
When I TYPE (not even trying to use a script with Internet Explorer) the url
(http://www.domain.com/directory/appdetail.php?id=5) in the browser address
bar .. it displays a big blank.
While this is just working great in firefox.
Yes, I did develop the ENTIRE app on my machine (using firefox) and the
clients have Internet Explorer.
Any hints, links, ... compassion, would be highly appreciated.
Thank you
PS: No need to trash Internet Explorer or Microsoft (I did that for the last
two days and STILL does not solve my problem)
| |
| Tom Thackrey 2006-03-26, 6:57 pm |
|
On 26-Mar-2006, "Michel Angelo" <mbeaussart@charter.net> wrote:
> When I TYPE (not even trying to use a script with Internet Explorer) the
> url
> (http://www.domain.com/directory/appdetail.php?id=5) in the browser
> address
> bar .. it displays a big blank.
> While this is just working great in firefox.
Unless you post your code, we can only guess. My guess is that you have some
invalid HTML that IE happens to interpret differently than Firefox. Have you
validated your HTML with W3C or similar?
--
Tom Thackrey
www.creative-light.com
tom (at) creative (dash) light (dot) com
do NOT send email to jamesbutler@willglen.net (it's reserved for spammers)
| |
| Michel Angelo 2006-03-26, 6:57 pm |
| Thanks Tom!
I left a form tag open in the middle of the code.
Firefox does not seem to mind at all, while Internet Explorer refuses to
even display the page.
I will now check everything out with w3c.
Once again: THANK YOU!
"Tom Thackrey" <use.signature@nospam.com> wrote in message
news:a9GVf.9282$tN3.2499@newssvr27.news.prodigy.net...
>
> On 26-Mar-2006, "Michel Angelo" <mbeaussart@charter.net> wrote:
>
>
> Unless you post your code, we can only guess. My guess is that you have
> some
> invalid HTML that IE happens to interpret differently than Firefox. Have
> you
> validated your HTML with W3C or similar?
>
> --
> Tom Thackrey
> www.creative-light.com
> tom (at) creative (dash) light (dot) com
> do NOT send email to jamesbutler@willglen.net (it's reserved for spammers)
| |
| Juliette 2006-03-27, 6:57 pm |
| Michel Angelo wrote:
> Thanks Tom!
> I left a form tag open in the middle of the code.
> Firefox does not seem to mind at all, while Internet Explorer refuses to
> even display the page.
> I will now check everything out with w3c.
> Once again: THANK YOU!
>
> "Tom Thackrey" <use.signature@nospam.com> wrote in message
> news:a9GVf.9282$tN3.2499@newssvr27.news.prodigy.net...
>
>
To make the checking easier for you: install the HTML validator
extension for Firefox and every page will get checked when you load it:
http://users.skynet.be/mgueury/mozilla/
|
|
|
|
|