03-iframe属性src的使用

03-iframe属性src的使用src如果写成jsp页面,将会访问jsp页面,如果写成某个Action,会在访问该页面的时候自动的调用这个Action。  管理中心body style=”background:rgb(46,110,17)url(img/bg.png)repeat-xscroll0%0%” 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>

 

 

今天的文章03-iframe属性src的使用分享到此就结束了,感谢您的阅读。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/12901.html

(0)
编程小号编程小号

相关推荐

发表回复

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