

HTML CODE FOR POPUP WINDOW ON PAGE LOAD FULL
You can indicate both MSIE’s channel mode and Netscape’s full screen mode in the same open () command. window.open (href, windowname, 'width400,height150,channelmodeyes,scrollbarsyes') Which produces this popup. We will use setTimeout and Jquery property to get this. To set the popup to channel mode set the channelmode property to yes in the open () command.
Example <- A button to open the popup form -> <- The form ->