View Single Post
Old 02-25-2008, 06:36 PM   PM User | #2
A1ien51
Senior Coder

 
A1ien51's Avatar
 
Join Date: Jun 2002
Location: Between DC and Baltimore In a Cave
Posts: 2,717
Thanks: 1
Thanked 94 Times in 88 Posts
A1ien51 will become famous soon enough
I am not sure what is hard about it. It is basic DHTML.

Have an image hidden on the page with the display set to none. Set its position to absolute and set the top and left location to where you want it to appear.

When you call your Ajax function you set the display to block/inline

When the Ajax call returns when it is complete you set the display back to none.

Eric
__________________
Tech Author [Ajax In Action, JavaScript: Visual Blueprint]
A1ien51 is offline   Reply With Quote