- Code: Select all
<html>
<body>
<?
$url = 'file:///C:\inetpub\wwwroot\search.php';
?>
<a href="<? echo "$url"; ?>"><br>test<br></a>
</body>
</html>
when i run the code above, the hyperlinked text appears, but when i click on it, nothing happens
. If i right-click and open in new tab, then the link works.
please let me know if i have missed out something or if i have a bug
thanks in advance



