在网页中用PHP代码即时响应点击事件(而不是通过传递参数的方式),效果不太理想,通常用JS代码来完成类似的功能。
试用JS编写示例如下:
<html><head>
</head>
<body>
<div>
<bgsound src="test.mp3" id="bgs">
<input id="openbutton" type="button" value="关闭背景音乐" onclick="if(this.value=='关闭背景音乐'){bgs.src=''this.value='打开背景音乐'}else{bgs.src='test.mp3'this.value='关闭背景音乐'}" />
</div>
</body>
</html>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)