[新着] Webテンプレートを仮オープンしました
<script language="JavaScript"><!--
function pass3(check){
window.open(check+".html","_self");
}
// --></script>
<form>
<input type="password"name="pass">
<input type="button" value="会員用" onClick="pass3(this.form.pass.value)">
</form>