手机
当前位置:查字典教程网 >编程开发 >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>

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

js去除浏览器默认底图的方法

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

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

动态加载jQuery的方法

Javascript动态创建表格及删除行列的方法

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

jquery预加载图片的方法

jQuery实现自动滚动到页面顶端的方法

将HTML自动转为JS代码

显示行号的文本输入框

精品推荐
分类导航