PDF file load delay
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
PDF file load delay
I have links to a number of pdf files on the host server, to open application forms or newsletters. When the user clicks on one oof these links it may take 10 seconds or so to download and display the pdf. During this time the user sees no indications that the command was acknowledged and the file is downloading. Is there some way I can display a message while it's downloading?
- BaconFries
-
- Posts: 5947
- Joined: Thu Aug 16, 2007 7:32 pm
Re: PDF file load delay
This will require some custom scripting maybe the following will help
https://stackoverflow.com/questions/617 ... -generated
https://stackoverflow.com/questions/617 ... -generated
Re: PDF file load delay
Two ideas I have tried...
1. Add an event to the link to open a panel (but if the download doesn't work, you still get the panel), and a timer can close it
2. make the link(s) open in a new browser window - that is a big clue to the user that something actually happened when they clicked the link. This is my personal choice.
There is also an extension called 'Pace', but I have no idea if it would work for you.
Good luck.
1. Add an event to the link to open a panel (but if the download doesn't work, you still get the panel), and a timer can close it
2. make the link(s) open in a new browser window - that is a big clue to the user that something actually happened when they clicked the link. This is my personal choice.
There is also an extension called 'Pace', but I have no idea if it would work for you.
Good luck.
Re: PDF file load delay
Another method is to set up the link to "Open in a new browser window" (_blank).
When a user clicks on the link, a second tab (window) will open and you can see the progress of the download. When the document has been read, then closing this second window brings you back to where you were, without having to use the "back" button.
When a user clicks on the link, a second tab (window) will open and you can see the progress of the download. When the document has been read, then closing this second window brings you back to where you were, without having to use the "back" button.