Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Javascript
Put a message "Please Waiting" during a working
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Fúlvio, post: 4966830"] Sorry by my delay to answer. I have some problems. The code that I am trying to work is this: <HTML> <HEAD> <TITLE>New Document</TITLE> <script type="text/javascript" language="javascript"> function makeRequest() { conteudo.style.display = 'block'; //here the submit is called and start a process in another server //that create a spreedsheet that must be downloaded conteudo.style.display = 'none'; } </script> </HEAD> <BODY> <input type="button" name="report_export" value="Download CSV" onclick="makeRequest()"/> <div id="conteudo" style="display: none;">Please Waiting</div> </BODY> </HTML> [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Javascript
Put a message "Please Waiting" during a working
Top