View Single Post
  #2 (permalink)  
Old 10-15-2007, 03:13 AM
varghese varghese is offline
D-Web Programmer
 
Join Date: Feb 2007
Posts: 93
varghese is on a distinguished road
Default 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.
Reply With Quote