in reply to Re^3: Problem with internet explorer.Mozilla firefox,beonex,netscape ok.
in thread Problem with internet explorer.Mozilla firefox,beonex,netscape ok.

!param() is true (i.e. there -> aren't <- parameters in the HTTP request).

Maybe i should read better ;) &-prefixed subroutines...

  • Comment on Re^4: Problem with internet explorer.Mozilla firefox,beonex,netscape ok.

Replies are listed 'Best First'.
Re^5: Problem with internet explorer.Mozilla firefox,beonex,netscape ok.
by nobull (Friar) on Mar 27, 2005 at 21:23 UTC
    !param() is true (i.e. there -> aren't <- parameters in the HTTP request).

    Er, no I should have said one of:

    • param() is true (i.e. there are parameters in the HTTP request).
    • !param() is false (i.e. there are parameters in the HTTP request).

    Previous post now corrected