");
PopOne.document.writeln("You are in the age range of "+document.forms[0].UserAge.options[document.forms[0].UserAge.selectedIndex].value);
PopOne.document.writeln(" ");
for(i=0;i");}
}
for(i=0;i");
PopOne.document.writeln(" ");
PopOne.document.writeln(" Note that this pop up window doesn't really ... exist!");
PopOne.document.writeln(" It was 'DYNAMICALLY' created by the form you just filled out.");
PopOne.document.writeln(" It can be printed but it has no actual source code!");
PopOne.document.writeln(" But in many other ways, it is a fully functioning HTML page.");
PopOne.document.writeln(" For example, the image below works!");
PopOne.document.writeln(" ");
PopOne.document.writeln(" This HTML page even has a javascript code embedded in it !");
PopOne.document.writeln(" It resized and moved itself! And it will close when losing focus.");
PopOne.document.writeln(" There's no limits to what you can do...");
PopOne.document.writeln(" Hooray! Wonderful Javascript!");
PopOne.document.writeln("");
PopOne.document.close();
PopOne.print();
}
//--->