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.