好学IT学院:IT信息技术分享交流平台
标签:JS  来源:互联网  作者:本站整理  发布时间:2009-11-13  ★★★加入收藏〗〖手机版
摘要:

如何改变iframe的src地址
如何让超链接没有下划线页面打开时自动弹出一个窗口的代码怎么写?
请问如何做到让一个网页自动关闭.

如何让两个form表单行距之间不出现空格?

这样写
<TABLE><form><TR>.......</TR></form></TABLE>

HTML 代码片段如下:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="550" border="0" cellspacing="1" cellpadding="0" bgcolor="#000000">
<form name="form1">
 <tr bgcolor="#FFFFFF">
  <td>aaaaaaaaaaaaa</td>
  <td>bbbbbbbbbbbbbb</td>
  <td>ccccccccccccccc</td>
 </tr>
</form>
<form name="form1">
 <tr bgcolor="#FFFFFF">
  <td>dddddddddddddd</td>
  <td>eeeeeeeeeeeeee</td>
  <td>fffffffffffffffff</td>
 </tr>
</form>
</table>
</body>
</html>

如何让页面自动刷新?

方法一,用refresh

HTML 代码片段如下:
<head>
<meta http-equiv="refresh" content="5">
</head>
5表示刷新时间
 [Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]

方法二,使用setTimeout控制

<img src=/logo.gif>
<script>
function rl(){
document.location.reload()
}
setTimeout(rl,2000)
</script>

架构Web Service基础:什么是Web服务?
  Web对象从外部的使用者的角度而言,Web服务是一种部署在Web上的对象/组件,它具备以下特征:完好的封装性,Web服务既然是一种…
  • 好学考试H5触屏版开放内测
  • 好学触屏公众号虎力全开、杨帆起航!