ajaxpage loading

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • soms2m
    New Member
    • Apr 2008
    • 6

    ajaxpage loading

    hello all,
    i am very new to this technology, i need help to create page loading using ajax,
    i need effect like gmail dialog box apperance, how can make that, please give me some example code, i will be very much thankfull to you all,

    thank you,
  • malav123
    New Member
    • Feb 2008
    • 217

    #2
    Hi,
    Fisrt of all just understand the concept of ajax from given link,
    http://www.w3schools.c om/Ajax/Default.Asp...
    than you can better implement the functionality of ajax...

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Originally posted by soms2m
      i need help to create page loading using ajax
      If you mean the "Loading... " message, that doesn't require Ajax. It would be simply DHTML setting the style.display property to "block" to show and "none" to hide.

      Comment

      Working...