Code: Select all
<?PHP
function callPage($id) {
include("page.html?id=".$id);
}
echo "<a onmouseover='this.style.cursor=\"pointer\" ' onfocus='this.blur();' onclick=\" document.getElementById('PopUp').style.display = 'block'\" ><span style=\"text-decoration: none;\">".$row['title']."</span></a><br>";
$id=xx;
callPage($id)
///// MORE CSS
?>
Three days working on this on my own and no solution. I'm beginning to think this may be impossible. Anyone have any suggestions?
Thanks!