首 页
┆
源码下载
┆
IT学院
┆
字体下载
┆
模板下载
┆
源码发布
┆
广告合作
┆
网站地图
┆
虚拟主机
┆
中文域名
►
设为首页
►
加入收藏
►
联系我们
源码下载
>>
ASP源码
|
PHP源码
|
ASP.net源码
|
JSP源码
|
CGI源码
|
VC/C++源码
|
VB源码
|
Delphi源码
|
Flash源码
文章学院
>>
网络编程
|
网页设计
|
图形图象
|
数据库
|
服务器
|
网络媒体
|
网络安全
|
操作系统
|
办公软件
|
软件开发
|
黑客知识
字体下载
>>
精制字体
|
非英字体
|
艺术字体
|
著名字体
|
哥特式
|
简单字体
|
手写体
|
节假日
|
图案字体
|
精度像素
|
中文字体
模板下载
>>
企业门户
|
数码网络
|
休闲娱乐
|
影视音乐
|
旅游名胜
|
文化艺术
|
电子商务
|
个性展示
|
登陆导航
|
Flash模板
源码搜索
文章搜索
字体搜索
模板搜索
►►
您当前的位置:
源码园
→
IT学院
→
网络编程
→
其他相关
→ 文章内容
Javascript技术实现真正的网上试听
作者:未知 来源:CSDN 发布时间:2007-2-6 18:19:01
<html><head><script language="Javascript1.2">
var locate = 0;
var scro = 0;
var go=80;//控制滚动的速度,越小越快
//以下函数实现滚动
function scroller() {
if ( scro==1 ){
locate++;
scroll(20,locate);
clearTimeout(timer);
var timer = setTimeout("scroller()",go);
timer;
}
else
scroll(20,locate);
}
</script><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Welcome to YI's Home</title></head><body bgcolor="#eeeeee" >
<script language="Javascript1.2">
var offsettop=20//定义层的相应位置
//定义随网页自动滚动的层函数
function makeStatic() {
object1.style.pixelTop=document.body.scrollTop+offsettop;object2.style.pixelTop=document.body.scrollTop+offsettop; setTimeout("makeStatic()",100);//'100'控制滚动的速度,越小越快
}
//切换‘滚动‘和‘暂停'图像的函数
function scrorstp() {
if (scro==1)
{scro=0;
object2.style.visibility="visible";
object1.style.visibility="visible";
}
else {
scro=1;
object1.style.visibility="hidden";
scroller();}
}
//定义播放的歌曲地址
document.write('<div id="object2" style="position:absolute; left:20px; top:35px;width:46px;height:16px;cursor:hand; z-index:1 "><img src="http://edu.chinaz.com/Get/Program/Program_Other/zanting.gif" width="45" height="16" onclick=scrorstp()><font size="2"><embed height="20" src="Afainst All Odds Mariah Carey.rm" type="audio/x-pn-realaudio-plugin" width="45" controls="PlayButton" autostart="false"></font></div>');
//定义‘滚动‘和‘暂停'的切换图像,onclick激发切换
document.write('<div id="object1" style="position:absolute; left:20px; top:35px;width:46px;height:16px; cursor:hand; z-index:1 "><img src="http://edu.chinaz.com/Get/Program/Program_Other/gundong.gif" width="45" height="16" onclick=scrorstp()></div>');
function menu3(){
if (document.all||document.layers)
makeStatic();
}
window.onload=menu3;
</script>以下是歌词部分
<ul>
<li>
<div align="center">
<center>
<p><span class="font" ><b>Mariah Carey--Against All Odds<font face="Times New Roman" size="4">
</b></span></p></div></center><blockquote>
<p style="line-height: 150%" align="justify" class="font"><span class="font">
How can I just let you walk away
Just let you leave without a trace
When I stand here taking
Every breath with you
You're the only one
Who really knew me at all
How can you just walk away from me
When all I can do is watch you leave
'Cause we've shared the laughter and the pain
And even shared the tears
You're the only one
Who really knew me at all
So take a look at me now
Oh there's just an empty space
And there's nothing left here to remind me
Just the memory of your face
Take a look at me now
'Cause there's just an empty space
And you coming back to me is against all odds
And that's what I've got to face
I wish I could just make you turn around
Turn around and see me cry
There's so much I need to say to you
So many reasons why
You're the only one
Who really knew me at all
So take a look at me now
'Cause there's just an empty space
And there's nothing left here to remind me
Just the memory of your face
Take a look at me now
'Cause there's just an empty space
But to wait for you is
All I can do
And that's what I've got to face
Take a good look at me now
'Cause l'll still be standing here
And you coming back to me is against all odds
That's the chance I've qot to take
Take a look at me now </p>
</span></p></blockquote><p></p></li></ul></body></html>
[] [
返回上一页
] [
打 印
]
上一篇文章:
JavaScript实现在线编辑表格
下一篇文章:
多级关联下拉选择框的高效实现
相关文章:
Java Servlet开发三层数据库程序
[图文]
Java编程中查询结果表格式输出
安装JDK 就可同时运行PHP和Java?
PHP:编程界巨无霸 目标直指Java
[组图]
[JAVA]十四种Java开发工具点评
[组图]
初学java常用开发工具介绍
用Java实现HTTP文件队列下载
Java编程中更新XML文档的常用方法
Java学习从入门到精通 4方法篇
Singleton在Java中的应用
Java学习从入门到精通 3过程篇
Java学习从入门到精通 2书籍篇
关于本站
-
网站帮助
-
广告合作
-
下载声明
-
友情连接
-
网站地图
-
源码发布
Copyright © 2003-2009
Ymyasp
.Com
. All Rights Reserved .
备案序号:粤ICP备07029071号