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>
MCFNeil
8 years agoQrew Captain
now that I'm thinking about it, that might not work....
The javascipt and the target might fight each other....
I've never had to do it this way and the syntax is probably wrong...
The javascipt and the target might fight each other....
I've never had to do it this way and the syntax is probably wrong...