'; include('database.inc'); if ($mode == 'change_area') : $dm1_sql = "select sid,title from store where aid='$aid' order by title"; include('dm1.inc'); echo "var to1 = parent.store.options;\n"; echo "to1.length = $dm1_count;\n"; for ($i=0; $i<$dm1_count; $i++) : $id = dm1('sid', $i); $title = dm1('title', $i); echo "to1[$i].text = '$title';\n"; echo "to1[$i].value = '$id';\n"; endfor; endif; ?> };