Forum Moderators: coopster
I gotta another question with same sample code.
How do I make the window pop up, when some one click on the link, and display the data on that pop up window
echo "<td class = h9>";
$ra = OCIResult($stmt, "RADIOADDRESS");
echo "<a href='/etr2/poppinlist.php' class =h9>".strtoupper(dechex($ra)). "</a>";
echo "</td> ";
Suresh