主题:  关于iframe自动上下滚动功能出错的问题

yugangyan

职务:普通成员
等级:1
金币:0.0
发贴:122
#12004/5/25 9:58:49
我在别人的个人主页(qqpear.com)上面考了一个IFRAME的东西,就是想实现页面自己上下滚动功能,但为什么我把开头那句话:<!-- saved from url=(0039)http://vip.6to23.com/ccdesign3/main.htm --> 删掉页面就出错了呢? 下面还有一句话:<!-- End ImageReady Slices --> 也是不是删掉的,真奇怪,请问是什么原因呢?



yugangyan

职务:普通成员
等级:1
金币:0.0
发贴:122
#22004/5/25 16:08:29
没有什么告诉我吗? 真是很紧,但又不知道怎么改,为在那样的话,放在框架里面的链接老是出错的。请帮帮忙啊!



yugangyan

职务:普通成员
等级:1
金币:0.0
发贴:122
#32004/5/25 21:22:50
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0039)http://vip.6to23.com/ccdesign3/main.htm -->
<HTML><HEAD><TITLE>left</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<script language="javascript" type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#"!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
</head>
<BODY>
<SCRIPT>
function movstar(a,time){
movx=setInterval("mov("+a+"",time)
}
function movover(){
clearInterval(movx)
}
function mov(a){
scrollx=new2.document.body.scrollLeft
scrolly=new2.document.body.scrollTop
scrolly=scrolly+a
new2.window.scroll(scrollx,scrolly)
}
function o_down(theobject){
object=theobject
}
function o_up(theobject){
object=theobject
}
function wback(){
if(new2.history.length==0){window.history.back()}
else{new2.history.back()}
}
</SCRIPT>
<TABLE cellSpacing=0 cellPadding=0 width="182" border=0>
<TBODY>
<TR>
<TD vAlign=top width="93%" height=200>
<DIV align=left>
<IFRAME border=0 name=new2 marginWidth=0
frameSpacing=0 marginHeight=0 src="1_left_body.htm" frameBorder=0
noResize width=200 scrolling=no height=340
vspale="0"></IFRAME>
</DIV></TD>
</TR>
</TBODY>
</TABLE>
<table width="182" height="68" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="80">&nbsp;</td>
<td width="52"><IMG border=0 height=68 name=down
onmousedown=movover();movstar(3,2)
onmouseout=movover();o_up(this)
onmouseover=movstar(1,20);o_down(this)
onmouseup=movover();movstar(1,20) src="turnup.jpg"
width=52></td>
<td width="50"><div align="right"><IMG border=0 height=68 name=up
onmousedown=movover();movstar(-3,2)
onmouseout=movover();o_up(this)
onmouseover=movstar(-1,20);o_down(this)
onmouseup=movover();movstar(-1,20) src="turndown.jpg"
width=50></div></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</BODY></HTML>

页面的代码如上面,第二行 和倒数第二行是什么用的? 为什么我把它他删掉了,页面就出错,不能够达到上下滚动??



yugangyan

职务:普通成员
等级:1
金币:0.0
发贴:122
#42004/5/26 12:37:06
请朋友们帮帮忙啊!
网页的效果是这样子的:
test.gdsti.net/list_1_iframe.htm

把鼠标放在箭头上,文本会上下滚动,但是如果把面页代码中的第二行:<!-- saved from url=(0039)http://vip.6to23.com/ccdesign3/main.htm -->
去掉,网页就出错了,文本也不滚动了,倒数第二行也是一样::<!-- End ImageReady Slices -->

不知道为什么会这样子的?

或者有其他的网页可看吗? 有同样的效果就行