Re: Loading message for excel pages

2014-05-14 Thread Cameron Childress
An Ajax loader / spinner should solve your problem just fine. http://www.jquery4u.com/tools/online-loading-ajax-spinner-generators/ -Cameron On Tue, May 13, 2014 at 4:43 PM, funand learning wrote: All - I have a following link a href=javascript:callExcel()Generate excel/a the function

Loading message for excel pages

2014-05-13 Thread funand learning
All - I have a following link a href=javascript:callExcel()Generate excel/a the function callExcel() just uses document.form.action='excel.cfm?requesttimeout=1500'; When the 'Generate excel' link is clicked, the user stays on current page, and the excel file is generated. The user never sees

Re: Loading message for excel pages

2014-05-13 Thread Russ Michaels
The best suggestion would be use ajax. But the quickest method would be to target the link to an Iframe and have the activity happen there and display a please wait javascript message. On Tue, May 13, 2014 at 9:43 PM, funand learning funandlrnn...@gmail.comwrote: All - I have a following