|
Posted by J.O. Aho on 02/25/07 16:02
Chris wrote:
> Not sure if this is the right place to post. Can anyone tell me how to
> disable a button until the page is fully loaded. Regards, Chris.
In theory you could have the button disabled by default, then have a
javascript that enables the button at the end of the page, but it's usually
not the html that takes the time to load but all the images, which makes it
just silly to do that.
--
//Aho
Navigation:
[Reply to this message]
|