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.
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.
Comment