如何设置一个网页打开时象C/S结构版式?小弟分不多了!请大家帮忙

yangxjn 2003-08-21 12:48:09
如何设置一个网页打开时象C/S结构版式?
...全文
39 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
lions911 2003-08-21
  • 打赏
  • 举报
回复
用JAVASCRIPT的模式窗口
wujl 2003-08-21
  • 打赏
  • 举报
回复
试试吧

ModalDialog窗口实例



1.htm

-----------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script>

function about() {
showModalDialog(about.htm,window,dialogHeight:245px;dialogWidth:365px;dialogleft:200px;dialogtop:100
px;help:yes;status:no;scroll:no);
}

</script>
</head>

<body>
<table width="100%" border="0">
<tr>
<td >
<input onclick="about()" type="submit" name="Submit" value="关于"></td>
</tr>
</table>
</body>
</html>
-----------------------
about.htm
-----------------------<html>
<head>
<title>关于</title>
<style type="text/css">
<!--
body {
border:0;
overflow: hidden;
margin: 0;
font: MessageBox;
background-color:buttonface;
}
td {
font-size: 12px;
line-height: 18px;
font: MessageBox;
}
-->
</style>
</head>
<body>
<table border="0" cellspacing="5" cellpadding="4" width="95%" align="center">
<tr>
<td> <fieldset style="padding-bottom:5px"><legend>关于NET-OA</legend>
<table border="0" cellspacing="0" cellpadding="0" width="95%" align="center">
<tr>
<td align="right"><font color="#0000FF">版本: V2.01 2002.08.24</font></td>
</tr>
<tr>
<td width="100%">Copyright **.com <br>
© 2002. All Rights Reserved<br>
<br>
系统开发:<font color="#FF0000">***设计室</font><br>
OICQ:2503086<br>
Email:<a href="mailto:Webmaster@**.com">Webmaster@**.com</a>
<br>
系统网址:<a href="http://www.net-develop.com" target="_blank">http://www.net-develop.com</a>
</td>
</tr>

</table>
</fieldset>
</td>
</tr>
<tr>
<td align="right" valign="top">
<input type="button" class="buttons" value=" 确定 " onclick="window.close()"></td>
</tr>
</table>
</body>

yangxjn 2003-08-21
  • 打赏
  • 举报
回复
我的意思是当打开此网页时此页无工具条 地址栏。浏览器上部就是自己的网页。但不用open 来实现啊?????
sq0421 2003-08-21
  • 打赏
  • 举报
回复
如何设置一个网页打开时象C/S结构版式?

^#$%^#&%^^&*%&*$@#$@??????????

你是说页面象C/S样式对吧
找美工解决吧!
yangxjn 2003-08-21
  • 打赏
  • 举报
回复
不明白啊

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧