Announcement

Collapse
No announcement yet.

Scrollable pop-up

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.
    Bless you
    Tom


  • #2
    Re: Scrollable pop-up

    I found the code, thanks.

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

    Comment

    Working...
    X