//新しいページを開き、post メソッドを使用して渡しますパラメータ function openNewPageWithPostData(postAddress,opentype,paramNames,paramValues) { var newWindow = window.open(postAddress,opentype) if (!newWindow) { return false; }
var postDataHtml=""; postDataHtml = postDataHtml "