|
Posted by J.O. Aho on 09/28/54 11:43
Michel Angelo wrote:
> One of the script is generating something like:
> http://www.domain.com/directory/appdetail.php?id=5
Don't use someone else domain, if you want just give an example then use
example.net/.com/.org
> 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.
Do a
print_r($_REQUEST);
in your script, this will show all the requests done by the client (could be
good if you can sit at an MSIE and see it yourself).
I guess the client is using a firewall, this can be quite old and blocks the
domain you have the test site running at and makes it impossible for them to
connect to the site until they have updated to a new firewall.
//Aho
Navigation:
[Reply to this message]
|