WAPI
| What is the name of the window that screen pop uses? |
| What is the name of the window that screen pop uses? |
| WPJ uses the JavaScript window.open method to open the window: window.open( [URL[, windowName[, features]]]). And the window name (windowName) of the screen pop is "wpj_screenpop". |
| [Top of Page] |