Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoAnswering my own question:
"javascript: {" &
"$.get('" & $URLONE & "');" &
"$.get('" & $URLTWO & "');" &
"$.get('" & $URLTHREE & "');" &
"$.jGrowl('Popup message goes here', {life: 3000, theme: 'jGrowl-green'});" &
"}"
------------------------------
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 & "');" &
"$.jGrowl('Popup message goes here', {life: 3000, theme: 'jGrowl-green'});" &
"}"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- DonLarson5 years agoQrew EliteMark,
The syntax of this is different than Kirk's from Magic Buttons.
- "<a href=\"javascript:" & "$.get('" & $URL & "', function(){" & "location.reload();" & "});" & "void(0);\">"&$IMG&"</a>"
The old one executes upon clicking the image that holds the hyper link. How are you embedding this new triple URL into a link to execute?
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------- MarkShnier__You5 years ago
Qrew Legend
My button is just a formula URL.
As an aside I did try listing many "gets" in a row and surprisingly, there did not execute in sequence so unfortunately, I'm having to get a javascript person to code what I need.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- SystemAdmin45 years agoQrew MemberHi Mark
Sorry can I clarify - when you say they 'did not execute in sequence' do you mean they executed - but not sequentially?
Or did only the first one execute, and the others failed?
If the former, then I can use this where I need to call one or more URLs, but sequence is not important.
D
------------------------------
dmlaycock2000 dmlaycock2000
------------------------------