Welcome Guest, Not a member yet? Register   Sign In
How can I download a file and load a view? is it possible?
#2

[eluser]PhilTem[/eluser]
That's basic HTML writing. You need to have something like this in the <head> part of your final page:

Code:
<meta http-equiv="refresh" content="5; url=http://www.example.com/path/to/downloadable/file">

That line of code will open the browser's file-download popup after 5 seconds.


Messages In This Thread
How can I download a file and load a view? is it possible? - by El Forum - 07-31-2012, 09:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB