Redirect after download file
-
Hello, so i have some code it should redirect user to thank you page after he or she clicks on a download button, but someting not working downt know why maybe someone can help. I add this code in a simple custom html widget, can you tell me what did i wrong?
here it is:
<script> Function webrpoint(){ setTimeout("location. ,2000"); } </script> <a onclick="webrpoint()" class="downloadLink" >Download Now</a>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Redirect after download file’ is closed to new replies.