03-iframe属性src的使用

src如果写成jsp页面,将会访问jsp页面,如果写成某个Action,会在访问该页面的时候自动的调用这个Action。  管理中心 indexAction_visitMenus”width=

大家好,又见面了,我是你们的朋友全栈君。

<iframe src=”xxxxAction”></iframe>

src如果写成jsp页面,将会访问jsp页面,

如果写成某个Action,会在访问该页面的时候自动的调用这个Action。

 

 

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@  taglib uri="/struts-tags" prefix="s"%>
<html>
<head>
<title>管理中心</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="css/common.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/base.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/form.js"></script>
<script type="text/javascript" src="js/blockui.js"></script>
</head>
<body
	style="background:rgb(46, 110, 17) url(img/bg.png) repeat-x scroll 0% 0%">

	<iframe src="indexAction_visitMenus" width="1353" height="450px;"
		scrolling="no" frameborder="0"> </iframe>
	<div style="margin-left:0px;">
		<iframe src="indexAction_visitProductShow" width="1353" height="430"
			scrolling="no" frameborder="0"> </iframe>
	</div>
	<div style="margin-left:175px;margin-top:-430px;">
		<iframe src="indexrightmenu.jsp" width="1353" height="430"
			scrolling="no" frameborder="0"> </iframe>
	</div>
	<div style="margin-top:-5px;">
		<iframe src="indexAction_visitBottomMenus" width="1353" height="100"
			scrolling="no" frameborder="0"> </iframe>
	</div>
</body>
</html>

 

 

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/126363.html原文链接:https://javaforall.net

(0)
上一篇 2022年4月7日 下午6:00
下一篇 2022年4月7日 下午6:00


相关推荐

  • js将json字符串转换成json对象_java中将字符串转换为json

    js将json字符串转换成json对象_java中将字符串转换为jsonpackagecom.cjonline.foundation.util;importjava.lang.reflect.Field;importjava.math.BigDecimal;importjava.text.SimpleDateFormat;importjava.util.Collection;importjava.util.Date;publicclassJsonUti…

    2026年2月11日
    3
  • PyCharm安装opencv报错

    PyCharm安装opencv报错图像处理新人 想练习一下 opencv 库在 PyCharm 终端 pipinstallop python 显示安装失败 查看了一下竟然是因为 BOSEInterpre 是 Anaconda 去官网上下载了个 python 解释器就好了 给自己提个醒吧

    2026年3月18日
    2
  • HDU 2227 Find the nondecreasing subsequences(DP)

    HDU 2227 Find the nondecreasing subsequences(DP)

    2022年1月10日
    43
  • 核酸检测小程序实战教程

    核酸检测小程序实战教程随着疫情进入常态化防控 为了让市民便捷的进行核酸检测 好些城市都出现了核酸检测点 居民可以去离自己最近的核酸检测点 进行扫码登记 核酸做完之后还可以在小程序直接获取报告 非常方便 我们本次教程就以这个实际生活场景为例 结合微搭低代码工具来制作一款核酸检测小程序 小程序一共分为在线预约和我的预约两个版块 在线预约可以增加受检人 选择预约地点 预约日期 我的预约可以查看自己已经生成的报告

    2026年3月17日
    2
  • 转:ATI显卡的机器上安装Linux花屏解决办法

    转:ATI显卡的机器上安装Linux花屏解决办法

    2021年9月5日
    55
  • kong网关作用_网关的基本功能

    kong网关作用_网关的基本功能转载李亚飞大佬的文章:https://www.lyafei.com/Kong网关简介安装之前简单介绍安装了Kong,这篇就是深入Kong详细讲述下它的一些工作原理、核心概念。附上:Kong官网:https://konghq.com/KongGitHub地址:https://github.com/kong/kongKong的工作原理Kong默认开放的端口接收客户端流量的端口,proxy部分:8000——http端口:8443——https端口adm.

    2025年10月17日
    6

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号