DisplaySample
Enter the
Temperature:

In the Head:

<SCRIPT language="JavaScript">
<!--//
function openWindow() {
window.open("","DisplaySample",'toolbar=0,location=0,scrollbars=0,
width=350,height=155,left=250,top=250,resizable=1');
}
//-->
</SCRIPT>
</HEAD>

In the Form:

<FORM
   NAME="TestThis"
   METHOD="Post"
   ACTION="Results.cfm"
   TARGET="DisplaySample"
   onSubmit="openWindow()">