Index: /branches/dev/html/js/site.js
===================================================================
--- /branches/dev/html/js/site.js	(revision 12960)
+++ /branches/dev/html/js/site.js	(revision 12973)
@@ -39,9 +39,6 @@
 			state_id = document.form1['state'].value;
 			town = document.form1['city'].value + document.form1['town'].value;
-			//document.getEementById("order_zip02").value = state_id;
-			document.getEementById("order_addr01").value = town;
-			
-			//window.opener.document.form1[input1].selectedIndex = state_id;
-			//window.opener.document.form1[input2].value = town;
+			window.opener.document.form1[input1].selectedIndex = state_id;
+			window.opener.document.form1[input2].value = town;
 		}
 	} else {
@@ -362,5 +359,9 @@
 }
 
-function test(val){
-	alert(val);
-}
+function test(){
+	sendRequest(back,'&zip01=530&zip02=0003','GET','input_zip_json.php',true,true)
+}
+
+function back(data){
+	alert(data.responseText);
+}
