◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
完美解决帆软隐藏地址
整理:小北日期:2020-12-15
浏览:118
接触帆软有一段时间了,很多地方不熟
最近想做一个系统,但是又想把地址栏里面传出隐藏掉
代码如下:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>FineReport Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css">
html, body
{
width: 100%;
height: 100%;
}
</style>
</head>
<body style="margin:0px">
<iframe runat="server" id="reportFrame" src="http://localhost:8075/webroot/decision/view/form?viewlet=/main/logo.frm" width="100%" height="100%" scrolling="no" frameborder="0"></iframe>
</body>
</html>
谢谢赞赏
(微信)
