zoukankan      html  css  js  c++  java
  • 发票名称<iframe name=document.getElementById("cellFrame").src = "dyszAction!showFpDyMb.do?fpzldm=" + fpzldm;

    工作之余抽点时间出来写写博文,希望对新接触的朋友有帮助。今天在这里和大家一起学习一下发票名称

        <%@ page contentType="text/html;charset=UTF-8"%>

        <%@ taglib prefix="s" uri="/struts-tags"%>

        <%

        String nsrsbh = (String)request.getAttribute("nsrsbh");

        String nsrbm = (String)request.getAttribute("nsrbm");

        String zyhhm = (String)request.getAttribute("zyhhm");

        String czyDm = (String)request.getAttribute("czyDm");

        String mbzl = (String)request.getAttribute("mbzl");

        String cellPath = (String)request.getAttribute("cellPath");

        String path = request.getContextPath();

        String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";

        %>

        <HTML>

        <HEAD>

        <TITLE></TITLE>

        <script type="text/javascript" src="<%=basePath %>js/jQuery/jquery.js"></script>

        <script type="text/javascript" src="<%=basePath %>js/common.js"></script>

        <script type='text/javascript' src='<%=basePath%>js/ukey/ukeyUtil.js'></script>

        每日一道理
    微笑着,去唱生活的歌谣,不要埋怨生活给予了太多的磨难,不必抱怨生命中有太多的曲折。大海如果失去了巨浪的翻滚,就会失去雄浑;沙漠如果失去了飞沙的狂舞,就会失去壮观。人生如果仅去求得两点一线的一帆风顺,生命也就失去了存在的意义。

        <script language="javascript" src="<%=basePath%>/jsp/fpkj/dycs/Dymbsz.js"></script>

        <script language="Javascript">

        // 表现 发票打印模板 

        function showFpDyMb(){

        var fpzldm = $("#fpzlDm").val();

        document.getElementById("cellFrame").src = "dyszAction!showFpDyMb.do?fpzldm=" + fpzldm;

        }

        </script>

        </HEAD>

        <body onload="initDocument();">

        <div>

        发票名称:<s:select list="fpzldmComboList" name="fpzlDm" id="fpzlDm"  listKey="FPZLDM" listValue="FPZLMC" headerKey="" headerValue="请选择" />

        <a href="javascript:showFpDyMb();"><img src="<%=basePath%>images/button/queding1.gif" width="41" height="23" border="0"></a>

        </div>

        <iframe name="cellFrame" id="cellFrame" src="#" frameborder="0" height="680px" marginheight="0px" marginwidth="0px" width="95%" scrolling="no">

        </iframe>

        </body>

        </HTML>

    文章结束给大家分享下程序员的一些笑话语录: 腾讯的动作好快,2010年3月5日19时28分58秒,QQ同时在线人数1亿!刚刚看到编辑发布的文章,相差才2分钟,然后连专题页面都做出来了,他们早就预料到了吧?(其实,每人赠送10Q币,轻轻松松上两亿!)

    --------------------------------- 原创文章 By
    发票和名称
    ---------------------------------

  • 相关阅读:
    Mac上的USB存储设备使用痕迹在新版操作系统有所变化
    Beware of the encrypted VM
    A barrier for Mobile Forensics
    Second Space could let suspect play two different roles easily
    Take advantage of Checkra1n to Jailbreak iDevice for App analysis
    Find out "Who" and "Where"
    Where is the clone one and how to extract it?
    Downgrade extraction on phones running Android 7/8/9
    高版本安卓手机的取证未来
    How to extract WeChat chat messages from a smartphone running Android 7.x or above
  • 原文地址:https://www.cnblogs.com/jiangu66/p/3105194.html
Copyright © 2011-2022 走看看