Unfortunately there isn't a whole lot of MS documentation or other information available that I can find about this.
It seems like it should be quite simple, but if there is a problem with something, I will find it...
I have a registration form and need the user to be able to click on a link and download a checklist. This checklist is in pdf format (which may be the entire problem), but who knows.
According to MS, I should be able to simply put Download(http://link to file) in the OnSelect of a button etc. and magically download the file.
My problem is when I do this, I get this: It doesn't seem to be complaining about the address, JUST the https or http (both give the same behavior)
Does anyone have an idea why this would be? If I do a ctrl + click on the link in the function it takes me where I need to be.
Solved! Go to Solution.
Use Download("your url")
double quotes is required
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Use Download("your url")
double quotes is required
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
User | Count |
---|---|
139 | |
130 | |
76 | |
72 | |
70 |
User | Count |
---|---|
212 | |
200 | |
64 | |
63 | |
54 |