Forum Discussion
MCFNeil
8 years agoQrew Captain
Sorry for the confusion.
Your current href is designed to refresh the page, correct? (window.location .... void)
you will replace all of that with the simple href="'& $URL &'" target='_blank'
So it will preform your edit, but then open the rdr in a new tab.
"<a class=\"Vibrant Primary\"
href='" & $url & "&rdr=" & URLEncode($rdr) & "' target='_blank'
>Receive Exchange</a>
Your current href is designed to refresh the page, correct? (window.location .... void)
you will replace all of that with the simple href="'& $URL &'" target='_blank'
So it will preform your edit, but then open the rdr in a new tab.
"<a class=\"Vibrant Primary\"
href='" & $url & "&rdr=" & URLEncode($rdr) & "' target='_blank'
>Receive Exchange</a>
AndreonnaGarret
8 years agoQrew Assistant Captain
This works! Is there a way to get it to also save the parent record? When I clicked it opened a new tab, but left the original page as is unsaved.