#!/bin/sh . /www/cgi-bin/functions.sh lock_cgiwait print_cgi_header print_ca_http_header "/funcs.js" "/bas_ether.js" print_cacommitload_header "" "welcome_detwan.html" "welcome_detwan" cat < function check_data() { var cf=document.forms[0]; if(cf.choice[1].checked) { location.href="welcome_setup.html" } else if(cf.choice[0].checked) location.href="welcome_static.html"; else return false; }


  

  

EOF print_http_footer