i have this problem of capturing the filename on the instance when
onclick is activated in the <body>
the function should catch the filename and display it.
Second problem, i have to catch the image name in the same fashion
using =onclick showimage(this) . Is this possible at at
I have tried all combinations of
document.getEle mentbyId();
document.getEle mentbyName();
document.getEle mentbyTagName() ;
document.img[].src();
pls help
onclick is activated in the <body>
the function should catch the filename and display it.
Second problem, i have to catch the image name in the same fashion
using =onclick showimage(this) . Is this possible at at
I have tried all combinations of
document.getEle mentbyId();
document.getEle mentbyName();
document.getEle mentbyTagName() ;
document.img[].src();
pls help
Comment