Name: Anonymous 2007-06-14 13:51 ID:U902qcqx
I am asking for your help /prog/
The thing is that I'm using some modified lightbox version and it doesn't close opened image when I press the mouse on it, so that's the problem. (I would you use the default one or different one for that matter, but I can't so...)
if((key == 'x') || (key == 'o') || (key == 'c')){
myLightbox.end();
}
I'm guessing that something like closeWindow(); onClick(); or something else could do the trick instead of these keys, but I don't know js at all so I'm asking you /prog/.
Please.
The thing is that I'm using some modified lightbox version and it doesn't close opened image when I press the mouse on it, so that's the problem. (I would you use the default one or different one for that matter, but I can't so...)
if((key == 'x') || (key == 'o') || (key == 'c')){
myLightbox.end();
}
I'm guessing that something like closeWindow(); onClick(); or something else could do the trick instead of these keys, but I don't know js at all so I'm asking you /prog/.
Please.