GregoryGebhardt
5 years agoQrew Cadet
Javascript Reload stopped working.
Hopefully this is in the right place...
Formulat URLs...I have used multiple urls with some nice javascript (provided on this forum) for well over a year now but now the code seems to be having some problems. Anyone else having problems as of late?
No errors when button clicked. No errors when the urls are fired individually (via response). Chrome & Edge.
Code:
"javascript:" &
"$.get('" & $url &
"'),$.get('" & $urltwo &
"'),$.get('" & $urlthree &
"',function(){" &
"location.reload(true);" &
"})"
------------------------------
Greg
------------------------------