You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The webserver makes buttons with ONCLICK="functionname('filename')", but when filename contains apostrophes or double quotes, it breaks the javascript. These need to be escaped, or replaced in the same way you replace spaces with %20
The webserver makes buttons with ONCLICK="functionname('filename')", but when filename contains apostrophes or double quotes, it breaks the javascript. These need to be escaped, or replaced in the same way you replace spaces with %20