Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Passing Query to Internet Explorer
Hi All!

While the following works just fine with Firefox, it doesn't with Internet
Explorer:
if ($action == "view") {
$pass_id = $row[$this->IDfield];
if (isset($_GET["id"])){
$passw= $_GET["id"];
$this->passw = $passw;
}
$url = "appdetail.php?id=".$passw;
$delay = "0";
echo '<meta http-equiv="refresh"
content="'.$delay.';url='.$url.'">';
}

Why?
And more importantly, how to fix it ?

Thank you !



Report this thread to moderator Post Follow-up to this message
Old Post
Michel Angelo
03-26-06 08:57 AM


Re: Passing Query to Internet Explorer
Michel Angelo wrote:
> Hi All!
>
> While the following works just fine with Firefox, it doesn't with Internet
> Explorer:
> if ($action == "view") {
>    $pass_id = $row[$this->IDfield];
>      if (isset($_GET["id"])){
>    $passw= $_GET["id"];
>    $this->passw = $passw;
>   }
>    $url = "appdetail.php?id=".$passw;
>             $delay = "0";
>             echo '<meta http-equiv="refresh"
> content="'.$delay.';url='.$url.'">';
>    }
>
> Why?
> And more importantly, how to fix it ?
>
> Thank you !
>
>

I think the url has to be an absolute reference not a relative one.

-david-


Report this thread to moderator Post Follow-up to this message
Old Post
David Haynes
03-26-06 12:57 PM


Re: Passing Query to Internet Explorer
Relative or absolute, none is working under internet explorer, but still
works fine under Firefox.
Thank you for the suggestion!

"David Haynes" <david.haynes2@sympatico.ca> wrote in message
news:fLuVf.20815$uL.3307@fe73.usenetserver.com...
> Michel Angelo wrote: 
>
> I think the url has to be an absolute reference not a relative one.
>
> -david-



Report this thread to moderator Post Follow-up to this message
Old Post
Michel Angelo
03-26-06 11:57 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PHP Language archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 03:15 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.