Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 2 of 2
<script language="JavaScript">
function myPopup() {
window.open( "index2.php", "new", "status = 0, height = 790, width = 590, resizable = 0" )
}
var Wide = screen.width;
if (Wide <= 800){
myPopup();
}1 to 2 of 2