ホームページ > 記事 > ウェブフロントエンド > JS_javascript スキルでのフォームの使用の概要
1. JavaScript を使用してページを更新する方法
window.location.reload();
window.open によってポップアップされるポップアップ ウィンドウを使用します。 () 親ウィンドウを更新します
window.opener.location.reload()
window.showDialog を使用してモーダル ウィンドウをポップアップします
window.dialogArguments.location.reload();
2. JavaScript ポップアップ ウィンドウの 2 つの実装方法 --- 以下は、ポップアップ画面中心のウィンドウの 2 つの例です。
window.open() メソッド
次のステートメントを JSP ページに追加します
3 つのステップ:
document.all.startip.focus()
//フォーカスを失うように設定します
document.all.startip.blur()
function addRow(value1,value2){
var highQuery=document.getElementById("tdSearch"); 🎜> highQuery.insertRow();
var newRow = highQuery.rows[highQuery.rows.length - 1];
newRow.id = "row_" autoId
newRow.insertCell(); > newRow.cells[0].innerHTML = "
newRow.insertCell();
newRow.cells[1].innerHTML = " "; "
var cell2 = newRow.insertCell();
cell2.innerHTML = "";
cell2.setAttribute("class", " yellowCell2");
autoId=autoId 1;
}
removefunctionRow(rowId){
var trRow = document.getElementById(rowId);
//if(rowId!="row_0"){
trRow.removeNode(true); //}
}
15. コレクション
form1.action="/NDHotel/jsp/systemset/roomSet/uploadFile.jsp";
form1.submit();
16. 新しいウィンドウを作成します
functionlayer1AddGroup() {
var url='/NDHotel/jsp/systemset/roomSet/addGroup.jsp';
var newwin= window .showModalDialog(url,window,"dialogWidth=470px;dialogHeight=400px;scroll=yes;status=no;help=no;");
}
//親ページを更新します
function roomMainLeftRightFrame(){
varlayer='<%=layer%>';
window.parent.parent.frames('view')。 location .href="/NDHotel/troom.do?method=roomSetLeftMenu&layer=" レイヤー;
}
//IP アドレス検証
function ipCheck(ipValue){
var reg = /^/d{1,3}(/./d{1,3}){3}$ /;
if(ipValue != ""){
if (reg.test(ipValue)){
var ary = ipValue.split('.');
for(key in ary ){
if (parseInt(ary[key]) > 255 )
return false;
}
return true;
}else
return
}else;
true を返します
}