手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >会自动逐行上升的文本框
会自动逐行上升的文本框
摘要:会自动逐行上升的文本框Thisselectoptionlistwillscrolltextbycopyingthetoplinetotheb...

<HTML>

<HEAD>

<META http-equiv='Content-Type' content='text/html; charset=gb2312'>

<TITLE>会自动逐行上升的文本框</TITLE>

<SCRIPT LANGUAGE="JavaScript">

<>

</script>

</HEAD>

<BODY OnLoad="selectScroller(0);">

<center>

<form name="scrollform">

<select name="scroller" size=8>

<option>

<option>

<option>

<option>

<option>

<option>

<option>

<option>

<option>This select option list will

<option>scroll text by copying

<option>the top line to the bottom

<option>line before deleting the

<option>top line. This moves the

<option>options up one line and

<option>gives the impression of

<option>scrolling.

<option>

<option>You can leave as many

<option>blank lines as you feel

<option>necessary to give the

<option>look of begining and

<option>ending.

<option>

<option>This script was written

<option>in response to those

<option>who wanted a news

<option>scroller to work within

<option>a table's cell and for

<option>those who want old

<option>browsers to also see

<option>a scoller on the page.

<option>

<option>

</select>

</form>

</center>

</BODY></HTML>

【会自动逐行上升的文本框】相关文章:

动态加载jQuery的方法

JS实现定时自动关闭DIV层提示框的方法

jQuery结合ajax实现动态加载文本内容

javascript实现dom动态创建省市纵向列表菜单的方法

删除javascript所创建子节点的方法

自动关闭的层

Jquery动态添加输入框的方法

总结一些js自定义的函数

JQuery自动触发事件的方法

jquery预加载图片的方法

精品推荐
分类导航