+ Reply to Thread
Results 1 to 2 of 2

Thread: Scrollable pop-up
      
   

  1. #1
    Tom vR's Avatar
    Tom vR is offline Brigadier General
    Join Date
    Apr 2007
    Location
    Centurion, South Africa
    Posts
    1,733

    Post Scrollable pop-up

    Hi,

    This is the URL in one of my buttons to open a form as a fixed sized window. But how can I change the height to make it scrollable?

    #" onClick="window.open('Myform.php', '','width=400,height=500'); return false;"

    I still want a fixed height, but it must have a vertical scrollbar.

    I thank you in advance and your speedy response will be highly appreciated.

  2. #2
    Tom vR's Avatar
    Tom vR is offline Brigadier General
    Join Date
    Apr 2007
    Location
    Centurion, South Africa
    Posts
    1,733

    Default Re: Scrollable pop-up

    I found the code, thanks.

    It is:
    #" onClick="window.open('TAFform.php', '','scrollbars=1,width=400,height=500'); return false;"

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49