MarkShnier__You
Qrew Legend
5 years agoJavascript to execute three URLs and then do a quiet jgrowl
I have this code which works to execute three URLs and then refresh the page. But the use case is a table with 1 million records and the refresh is too slow.
"javascript: {" &
"$.get('" & $URLONE & "');" &
"$.get('" & $URLTWO & "');" &
"$.get('" & $URLTHREE & "');" &
"location.reload();" &
"}"
Does anyone know the equivalent code to execute three URL and pop up a green jGrowl message without refreshing the page?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
"javascript: {" &
"$.get('" & $URLONE & "');" &
"$.get('" & $URLTWO & "');" &
"$.get('" & $URLTHREE & "');" &
"location.reload();" &
"}"
Does anyone know the equivalent code to execute three URL and pop up a green jGrowl message without refreshing the page?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------