Re: How can I disable links and buttons till the page is loaded? Hi,
we cant able to trace the page is fully loaded or not.but we can do the alternative for this issue
1.initially set button disabled with true and link style-display=none;
then enable the button and links with setTimeout().
or
2.initially set button disabled with true and link style-display=none;
then enable the button and links in the bottom of the page. |