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@winehq.org ReportedBy: ocean04@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!"); }
?>