Forum Discussion
ChayceDuncan2
7 years agoQrew Cadet
I don't believe using the standard rdr would work, but you could do embedded javascript using a $.get() to make your edit and then do a window.location.replace or window.open to have your new page open. So along these lines
"javascript: {
"$.get('" & $AddAcknowledgement & "');" &
"window.location.replace('" & $escreen &"');}"
Something to that effect will like work
Chayce Duncan | Technical Lead
(720) 739-1406 | chayceduncan@quandarycg.com
Quandary Knowledge Base
"javascript: {
"$.get('" & $AddAcknowledgement & "');" &
"window.location.replace('" & $escreen &"');}"
Something to that effect will like work
Chayce Duncan | Technical Lead
(720) 739-1406 | chayceduncan@quandarycg.com
Quandary Knowledge Base