<a href="http://www.google.com" disabled="true">Click here</a>
<html>
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Untitled 1</title>
<script>
function openPage()
{
if(false) {
document.location = "http://www.cebuv.com/pmc/index1.php";
} else {
// nothing, this else not required
alert("Nothing.");
}
}
</script>
</head>
<body>
<p><a href="http://www.cebuv.com/pmc/index1.php" onclick="return false">Link</a></p>
<p><a href="javascript:openPage();">Click here</a></p>
</body>
</html>