手机
当前位置:查字典教程网 >编程开发 >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动态添加输入框的方法

jQuery获取页面元素绝对与相对位置的方法

总结一些js自定义的函数

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

分享自己用JS做的扫雷小游戏

js获取滚动距离的方法

Javascript通过overflow控制列表闭合与展开的方法

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

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

动态加载jQuery的方法

精品推荐
分类导航