Skip to main content
This forum is closed to new posts and responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Try this...

Since you don't want to use XPages, you could just us jQuery.
If you use $.get() or $.ajax(), you can submit data to a server side agent. It is easy to then use .show() to display a wait message or an animated spinner while the ajax call is made, and in the callback function, which is executed after the call is done, you use .hide() to hide the spinner.

Something similar to this:
$.ajax({
url: 'database.nsf/SubmitAgent?OpenAgent',
cache: false
}).done(function(data) {
$('#waitMessage').hide();
});
$('#waitMessage').show();


Feedback response number WEBB9BUV9N created by ~Dan Kikiterobu on 09/24/2013

Please wait message while page is s... (~Lorraine Oppon... 24.Sep.13)
. . This is old (~Fritz Ekfoober... 24.Sep.13)
. . . . Thanks...we are not using xpages as... (~Lorraine Oppon... 24.Sep.13)
. . Try this... (~Dan Kikiterobu... 24.Sep.13)
. . Do a redirect first (~Judy Ektumizen... 2.Oct.13)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS