posted 16 years ago
I am designing a web page containing images and I want user to see all the images one by one on an onclick event. I do not want user to miss even a single image.
If the user clicks the next button twice, it should go only to the next image and it should not respond for how many ever clicks he makes, till the next image is loaded.
Is there anyway to do this?
I have tried with getting the image height and width and check with the original height & width of the image. But the image sizes are same.
Please please help me in this issue.
I am totally fed up about trying a lot of things but unsuccessful. I would be grateful if someone helps me.