PDA

View Full Version : prevent links working until page loaded



MandyJay
10-31-2006, 05:41 AM
I need a script that will delay code from working until all images (or whole page) have loaded. Basically I will have images linking to another image, but if the viewer clicks on the thumb before all the images have loaded then the script does not execute. All the images have to load first .. so I need something to delay the link activation of the images until the page has loaded. This is for dial up users as for fast speed users everything is okay.

As for giving a link, I cant at present as we having finished with the normal page script coding yet, but we wanted to combine the delay action into the main script rather than have a separate one.

Thanks
MJ

MandyJay
11-14-2006, 04:30 PM
Okay I have found a preload script (with preloader image) that displays the images all at the same time, instead of preloading and then displaying row by row.

MJ