蒙城华人网

标题: 请教:JavaScript问题 [打印本页]

作者: levyleen    时间: 2003-3-24 02:55
标题: 请教:JavaScript问题
我想把图象文件的路径重定向到另一个IP上,可这个Script怎么都不工作,请高手指点它错在哪里:

function reDirector(filelocation) {
        document.write('http://xx.xx.xxx.xxx/'+filelocation);
}

在网页上调用的时候,想在IMG中用成:

IMG src="ja..script:reDirector('image/image1.jpg')"

不让我贴J...Script关键字,也不让写HTML标识符,只好把核心内容写成这样了。
先谢过诸位。
levyleen@hotmail.com
作者: hongzaak    时间: 2003-3-24 18:40
function reDirector(filelocation) {
document.images.gotonewdir.src='http://xx.xx.xxx.xxx/'+filelocation;
}

IMG name="gotonewdir"
作者: levyleen    时间: 2003-3-24 19:07
多谢指教。但我的目的是想让filelocation作为参数,来调函数,因为每一帧图片的地址和文件名都是不一样的。
怎么解决?
作者: hongzaak    时间: 2003-3-24 23:33
if you do know the src of any image in design time, it doesn't make sense to write a javascript to load each image. if you have to change the src of an image in run time, you need javascript(or other scripts). so, the problem is what the trigger is. is it a button click or sth like that? you have to make clear for your question.




欢迎光临 蒙城华人网 (https://www.sinoquebec.com/) Powered by Discuz! X3.1