I got a php code like below
print "<td width=61><a href='popupboxM.php?SId=$vv' onClick='openpopup(this.href);return false;'>".$row['Info']."</a></td>";
How can I open this in jquery ui dialog window ? currently I use javascript.
Plese help in for the same