图片前换问题 javascript高手请进
我做了一个图片自动切换的测试 结果不成功 不知道那里有错误 可否帮看看 程序如下:
<html> <head> </head> <body>
<table align=center width="237">
<tr>
<td>
<table width="99%" height="100%" border="0" cellspacing="0" cellspadding="0">
<tr> <td colspan="6">
<font size="6">
<div id="b2bContent" style="filter: revealTrans(Duration=1,Transition=23); width: 100%; height: 162px;"> </div> </font>
</td> </tr>
<tr> <td align="center" style='cursor:hand'> <font size=2> <div class="b2bbutton" id="bt0" onclick="javascript:showPage(0); clearTimeout(theTimer); theTimer=setTimeout('turnPage()',speed); checkBt();">1 </div> </font> </td>
<td align="center" style='cursor:hand'> <font size=2> <div class="b2bbutton" id="bt1" onclick="javascript:showPage(1); clearTimeout(theTimer); theTimer=setTimeout('turnPage()',speed); checkBt();">2 </div> </font> </td>
<td align="center" style='cursor:hand'> <font size=2> <div class="b2bbutton" id="bt2" onclick="javascript:showPage(2);
相关问答:
我的源文件如下:
<html>
<head> <title>show picture </title>
<script>
function change(fileName)
{
  ......
如果不能 ,那么WebOS不是没有前途? 别人的成果很快就被共享了?那还有谁愿意开发啊?
问的好!你去问一问开源软件为什么要开源
我倒不觉得我看了linux源码就能写一个linux出来,哈哈
呵呵,赚钱的模式不一样 ......
javascript在IE里连续点击鼠标2次发生的事件顺序是:
mousedown --> mouseup --> click --> mouseup --> dblclick
我想将连续点击鼠标2次发生的事件顺序改为(即彻底屏蔽双击事件):
mousedown --&g ......
在中firefox怎样实现javascript focus事件?谢谢!
onfocus不行吗
获取不到焦点
HTML code:
<input type="text" onfocus="javascript:alert('aaaa');" />
在火狐中没有问题的
......
在一个显示查询结果的页面中
--------------
姓名 | 行别
--------------
张三 | 男
--------------
李丽 | 女
--------------
赵五 | 男
--------------
我现在要点随意一个姓名,然后弹出一个di ......