|
|
Q726 How can I disable a graphic button on page before the page is fully loaded and enable the button once the entire page has loaded?
irt.org | Knowledge Base | JavaScript | Image | Q726 [ previous next ] Q726 How can I disable a graphic button on page before the page is fully loaded and enable the button once the entire page has loaded?Use the typical image swapping techniques - but the default image to be displayed should be blank, and the image "swap" should be triggered by the onLoad event handler:
|
-- div -->
|