关于窗口的问题

Sunear 2005-04-22 10:34:31
这是我的菜单的一个连接,我现在想在连接到子页时(是另外打开的),在子页上没有地址栏,工具栏,等,只有内容,这个功能我该怎么做,才能实现。请教各位大哥了!

<td width="48" background="photo04/gifbj044.gif"> 
  <div align="center">
  <a target="_blank" href="photo/INDEX.ASP">
   <font size="2" color="#990033">相 册</font></a></div>
    </td>
   <td width="12" background="photo04/gifbj044.gif">
   <div align="center">
   <font size="2" color="#990033">
   <img height="8" src="images/icon01.gif" width="12" /></font></div>
   </td>
...全文
94 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
Sunear 2005-04-22
  • 打赏
  • 举报
回复
谢谢各位,非常感谢!
raas 2005-04-22
  • 打赏
  • 举报
回复
<a href="javascript:;" onclick="window.open('photo/index.asp','相册', 'width=480, height=400, menubar=no, scrollbars=yes')">相册</a>
king2410 2005-04-22
  • 打赏
  • 举报
回复
用window.showModalDialog()打开新窗口
设置help:no;resizable:no;status:no;scroll:no;
abcdefg3305 2005-04-22
  • 打赏
  • 举报
回复
<a href="#" onclick="window.open('photo/index.asp','external', 'width=480, height=400, menubar=no, scrollbars=yes')">相册</a>

少了个单引号呵呵。
mjb001 2005-04-22
  • 打赏
  • 举报
回复
去找个全屏的代码吧!我手里没有!
abcdefg3305 2005-04-22
  • 打赏
  • 举报
回复
<a href="#" onclick="window.open(photo/index.asp','external', 'width=480, height=400, menubar=no, scrollbars=yes')">相册</a>

28,406

社区成员

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

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