﻿function check(f) {
	if (f.code.value == '') {
		alert("コードが入力されていません");
		return false;
	}
}
