DotNetGnat
Programmer
Guys,
I am opening a new page on a button click event to show the search results. This new window comes up blank not giving the user any obvious message to the user that the process is running...sometimes the page takes 30 seconds to load...
I was wondering what is the easiest way to show/hide div with the loading message or image...
I already have the js for hiding/unhiding div...
Can i do something like
Page.attributes.Add(onload, show)
and
Page.attributes.Add(oncomplete, hide)
any suggestions...
-DNG
I am opening a new page on a button click event to show the search results. This new window comes up blank not giving the user any obvious message to the user that the process is running...sometimes the page takes 30 seconds to load...
I was wondering what is the easiest way to show/hide div with the loading message or image...
I already have the js for hiding/unhiding div...
Can i do something like
Page.attributes.Add(onload, show)
and
Page.attributes.Add(oncomplete, hide)
any suggestions...
-DNG