popup window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kalaisuresh
    New Member
    • Oct 2006
    • 17

    popup window

    how to show the popup window with dynamic width(based on the display values)
    thank you
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Hi there,

    Kindly refer to below code segment, hope is helps. Good luck & take care.

    Code:
    <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

    • kalaisuresh
      New Member
      • Oct 2006
      • 17

      #3
      thank you very much i am going to us this one.

      Comment

      • kalaisuresh
        New Member
        • Oct 2006
        • 17

        #4
        thank you very much i am going to use this one.

        Comment

        Working...