/****************************************************** ' System :Eco-footprint 会員ページ ' Content:会員家族情報入力 '******************************************************/ $top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); include("$inc/select.php"); $inc = "$top/inc"; include("$inc/regist2.php"); // IMEだけJavaScript実行 function check_browser($func) { if ($func == 'onload') { if ( ereg ("MSIE", $_SERVER["HTTP_USER_AGENT"])) echo "onload='onload()'"; } elseif ($func == 'onclick') { if ( ereg ("MSIE", $_SERVER["HTTP_USER_AGENT"])) echo "onclick=\"show_hide('add','on')\""; } } // セッション処理 session_start(); if (!isset($_SESSION['ss_regist2'])) redirect('member_input_exp.php'); $reg = &$_SESSION['ss_regist2']; ?>