租房买房买生意上iU91
查看: 416|回复: 3
打印 上一主题 下一主题

[电脑] 请教:JavaScript问题

[复制链接]   [推荐给好友]
跳转到指定楼层
楼主
发表于 2003-3-24 02:55 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我想把图象文件的路径重定向到另一个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
2#
发表于 2003-3-24 18:40 | 只看该作者
function reDirector(filelocation) {
document.images.gotonewdir.src='http://xx.xx.xxx.xxx/'+filelocation;
}

IMG name="gotonewdir"
回复 支持 反对

使用道具 举报

3#
发表于 2003-3-24 19:07 | 只看该作者
多谢指教。但我的目的是想让filelocation作为参数,来调函数,因为每一帧图片的地址和文件名都是不一样的。
怎么解决?
回复 支持 反对

使用道具 举报

4#
发表于 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.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

Copyright © 1999 - 2024 by Sinoquebec Media Inc. All Rights Reserved 未经许可不得摘抄  |  GMT-5, 2024-12-23 15:06 , Processed in 0.048243 second(s), 33 queries .