Forum Discussion
JordanBeatty1
8 years agoQrew Captain
The first two API calls are working. I was ending up on the XML post with error code 0 telling me it worked. I removed URLTHREE, and tried replacing the bottom with:
"javascript:" &"$.get('" &
$URLONE
&"&rdr=" & URLEncode($URLTWO) &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"&
"}"Though, I have a feeling I put the reload in the wrong spot as neither of the calls work now, or is the page refreshing.