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(a)winehq.org ReportedBy: ocean04(a)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.