快精灵印艺坊 您身边的文印专家
广州名片 深圳名片 会员卡 贵宾卡 印刷 设计教程
产品展示 在线订购 会员中心 产品模板 设计指南 在线编辑
 首页 名片设计   CorelDRAW   Illustrator   AuotoCAD   Painter   其他软件   Photoshop   Fireworks   Flash  

 » 彩色名片
 » PVC卡
 » 彩色磁性卡
 » 彩页/画册
 » 个性印务
 » 彩色不干胶
 » 明信片
   » 明信片
   » 彩色书签
   » 门挂
 » 其他产品与服务
   » 创业锦囊
   » 办公用品
     » 信封、信纸
     » 便签纸、斜面纸砖
     » 无碳复印纸
   » 海报
   » 大篇幅印刷
     » KT板
     » 海报
     » 横幅

JavaScript在页面间数据传输的使用

功能描述:从主页面把tantousyaID,edaban,torihikisakiTantousyamei三个字段传到参照子画面。参照子画面以这三个要害字为检索条件检索出符合条件的记录当把光标定在某条记录上后点击确定后即把选定的那条记录的值回传填充到主画面相应项//************************************************************// 主画面把参数值tantousyaID,edaban,torihikisakiTantousyamei传给参照页面// author:zhenghy//  2005/02/21//*************************************************************function doReference(){              var doc = window.document.forms[0];    var forcus_name = doc.focus_name.value;     switch (forcus_name){    case "tantousyaID"://假设光标定位在tantousyaID时有效,可据需要另设           var url = doc.context_path.value + "/contents/app/common/torihikisakitantosyasansyou/CMN080OL.jsp";//参照页面地址        //取得tantousyaID        var strtantousyaCD = doc.tantousyaID.value;          //取得edaban        var stredaban = doc.edaban.value;        ////取得torihikisakiTantousyamei        var strtorihikisakiTantousyamei = doc.torihikisakiTantousyamei.value;                var array = new Array;//将主页面取得的参数保存在一数组中        array["torihikisakiHeadCode"] = strtantousyaCD;        array["accountAdbanHead"] = stredaban;        array["tantoNameHead"] = strtorihikisakiTantousyamei;        //参照页面属性设置        var topis = (screen.height - 700) / 2;        var leftis = (screen.width - 300) / 2;        var option = "dialogLeft:" + leftis + "px;dialogTop:" + topis + "px;dialogHeight:600px;dialogWidth:600px;status:no;help:no;scroll:false;";//从参照页面取得相应值并置入主页面的相应项中        var resDataArray = window.showModalDialog(url,array,option);                    doc.torihikisakiCD.value = resDataArray["torihikisakiLineCode"];            doc.edaban.value = resDataArray["accountAdbanLine"];            doc.torihikisakiTantousyamei.value = resDataArray["tantoNameLine"];              }} // ************************************************************// 参照页面// author: zhenghy // 2005/02/19// ************************************************************ function doUserLoad(){              //取得从主页面传来的数据并设到参照页面的相应查询条件中              var dataArray = window.dialogArguments;                            var modalForm = window.document.forms[0];                            if(modalForm.change_flag.value != "load"){                            modalForm.torihikisakiHeadCode.value = dataArray["torihikisakiHeadCode"];                  modalForm.accountAdbanHead.value = dataArray["accountAdbanHead"];                  modalForm.tantoNameHead.value = dataArray["tantoNameHead"];                            modalForm.change_flag.value = "load";                            modalForm.submit();              }} // ************************************************************// 选中查询结果中某一项后所做的动作// author: zhenghy// 2005/02/19// ************************************************************ function doSelect(){        var doc = window.document.forms[0];    var forcus_name = doc.focus_name.value;        switch (forcus_name){    case "torihikisakiLineCode":        //取得选中的torihikisakiLineCode        var strtorihikisakiLineCode = "doc." + "torihikisakiLineCode" + "[" + doc.list_start_index.value + "]" + ".value";        var torihikisakiLineCode = eval(strtorihikisakiLineCode);        //取得选中的accountAdbanLine        var straccountAdbanLine = "doc." + "accountAdbanLine" + "[" + doc.list_start_index.value + "]" + ".value";        var accountAdbanLine = eval(straccountAdbanLine);               //取得选中的tantoNameLine        var strtantoNameLine = "doc." + "tantoNameLine" + "[" + doc.list_start_index.value + "]" + ".value";        var tantoNameLine = eval(strtantoNameLine);        //把选中记录的各项值保存在一数组中返回        var array = new Array;        array["torihikisakiLineCode"] = torihikisakiLineCode;        array["accountAdbanLine"] = accountAdbanLine;        array["tantoNameLine"] = tantoNameLine;                returnValue = array;        window.close();                break;    default:        alert("请选择torihikisakiLineCode.");}}}



返回类别: 教程
上一教程: java编码中的一些经验和教训
下一教程: 基于范型的java函数式编程(一)

您可以阅读与"JavaScript在页面间数据传输的使用"相关的教程:
· 使用JAVA实现网络传输数据的压缩
· 使用mysql存放空间数据
· JSP教程(七)-PLUGINACTION的使用
· 使用request传递数据
· 页面自动刷新,不用按回车键来提交数据!
    微笑服务 优质保证 索取样品