//轉址
<script>
window.location='<%=url%>';
</script>


//警告視窗
out.print("<script>alert('Hello Bryan')</script>"); 

 

//取得id='TableItems'的Table資料
var objBarcodeTable = document.getElementById("TableItems")  // 取得Table
objBarcodeTable.rows.length; // 取得Table的長度
objBarcodeTable.rows[ i ].cells[ j ].innerHTML // 取得或更改第i列第j欄的資料 

 

 

 

 

 

 

 

arrow
arrow
    全站熱搜

    Will(小威) 發表在 痞客邦 留言(0) 人氣()