What is the best way to opening a link to a pop-up window...(like this?)
PHP Code:print '<th><a href="/provider_page.php?ID=' .$row['ID']. '" onClick="popup = window.open('"/provider_page.php?ID=".$row['ID']."', 'Chat', 'height=700,width=800,scrollbars=no,resizable=yes'); return false" target="_blank" title="Provider Page"><img src="/images/ASP_Images/' .$Img1. '" alt="ASP_Image" class="thumb"/></a></td>';






Bookmarks