[Bug 26933] New: Iexplore relative links not work ok

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 26 01:22:20 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=26933

           Summary: Iexplore relative links not work ok
           Product: Wine
           Version: 1.3.18
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: ocean04 at suomi24.fi


wine iexplore http://netikka.net/dev/rel.html



Click link -> Fail!





<html>

<body>

<a href="./rel.php?s=1">Click</a>

</body>

</html>



<?php 

$tst=$_GET["s"]; 

if ($tst=="1") 

{ echo("Ok!"); } 

else  

{ echo("Fail!"); } 

?>

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list