how to show the popup window with dynamic width(based on the display values)
thank you
thank you
<script language="JavaScript1.2" type="text/javascript">
function openWindow(url)
{
popupWin = window.open(url,'new_page','toolbar=no,width=400,height=112,directories=no,status=no,scrollbars=no,resize=no,menubar=no')
}
</script>
Comment