Creating resizable pop-up windows
| Sample links to pop-up windows | Enter this code in the Link box to specify file, window location and size and other attributes: |
| The tiger is a ferocious animal. | javascript:OpenPopupWindow('Tiger2.htm','top=10, left=10, scrollbars=yes, resizable=yes, width=200, height=120'); |
| The tiger is a ferocious animal. | javascript:OpenPopupWindow('Tiger2.htm','top=100, left=100, scrollbars=no, resizable=no, width=200, height=120'); |
| The tiger is a ferocious animal. | javascript:OpenPopupWindow('Tiger2.htm','top=210, left=320, scrollbars=no, resizable=yes, width=400, height=200'); |
To display content in a pop-up window:
To examine this example further, download this page, the pop-up code, the pop-up page and its images.