POP WINDOW
https://www.quackit.com/javascript/popup_windows.cfm | ||
Html, Target_blank link | New tab, can by closed with JSP | |
Html, Standard link | Same tab, no closure with JSP | |
Html, Target_New link | New tab, can by closed with JSP | |
Html, Target_Parent link | Same tab, no closure with JSP | |
Html, Target_Self link | Same tab, no closure with JSP | |
Html, Target_Top link | Same tab, no closure with JSP | |
Html, Target_Stam link | New tab, can by closed with JSP | |
Form Target None: Same tab, no closure with JSP Form Target Parent: New tab, can by closed with JSP |
||
All windows will be opened in the separate tab. | ||
All windows will be opened in the same tab. (external? any suitable name...) |
||
Open a POP A window | ||
Positioned Popup | This script is more versatile than the above script. This is because the function accepts parameters for more of the popup's properties (ie. height, width, position, name). This means you won't need to create a new function every time you want a different sized popup, a popup with a different name, or a popup in a different position. | |
Centered Popup | This function centers the popup in the middle of the users' screen. The JavaScript code will detect the screen size (each user could have a different screen size), then position the popup window in the center. | |
stam link |