頁面一(button按鈕onclick事件)
var page = 'localizer.aspx?mastertable=表名$usetype=add$formname=跳轉到表單名$relationtype=引數1,引數2$relationvalue=引數一,引數二';
//跳轉語句
var getstring = fnmodaldialog(page, 640, 480, "../");
//執行跳轉語句
alert( getstring );
//顯示返回值
if(getstring != undefined) //如果返回值不為空
頁面二(跳轉到表單名)
function customizeiniobj() //初始化事件
}(確定button按鈕onclick事件)
window.returnvalue = '返回值一,返回值二,返回值三,'; //返回值,用','隔開
top.close(); //關閉頁面二
更多技術文件參見:
Strut2中實現button頁面跳轉
在xx.jsp中存在某一button,如下 則首先在xx.jsp中寫js 其中form1為你定義的button所在的表單 form 的id。basepath是位址。string path request.getcontextpath 獲取專案路徑 string basepath request.ge...
Flex 中實現按鈕事件頁面跳轉
flex中實際沒有頁面跳轉的概念,都只有在乙個頁面中,隱藏顯示。那怎樣才能很好地實現頁面的跳轉呢?我經過昨天不懈地努力嘗試,終於實現了一種頁面跳轉的方法。使用viewstack時,我碰到的主要問題是 到底是要把某一頁面的相關處理 比如該頁面的按鈕響應事件 放在該頁面裡處理,還是要放在main.mxm...
button按鈕變換名稱
str.format t 第 d次迴圈 i cstring str str.format t floating point 2f n 12345.12345 tprintf s lpctstr str str.format t left justified integer 6d n 35 tprin...