for pop up window you should use this <script type="text/javascript"> // Popup window code function newPopup(url) { popupWindow = window.open( url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes') } </script> Regards
Varun Kumar- Proposed As Answer byvarun007 Tuesday, September 22, 2009 6:27 AM
-
|