preloader

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • donilourdu
    New Member
    • Jan 2007
    • 53

    preloader

    hi,

    Need Source code

    After the client click the Button to navigate to the respective page. I want to create a gif animation that say "loading", giving time to the page to complete load(behind scenes), and then when the page is complete loaded recently show it to the client.

    regards,
    Doni
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    you need to handle an event that occurs when the load is complete ... how do you load things?

    the basic idea is to just show an animated gif on the page ... that you could show onclick of the button or onload of the load-process ... when the complete event fires then hide it and show something loaded or whatever ...

    show the code you already have.

    regards

    Comment

    • Ciary
      Recognized Expert New Member
      • Apr 2009
      • 247

      #3
      i'm not sure if it helps but try this

      Comment

      Working...