Forum Discussion
MCFNeil
8 years agoQrew Captain
href='"&$URL&"' target='_blank'
The blank target will use the browser default (which is usually a new tab)
The blank target will use the browser default (which is usually a new tab)
AndreonnaGarret
8 years agoQrew Assistant Captain
This more or less made the button not work at all. Can you tell me if this is in the right spot?
If(IsNull([Exchange Received])=false and [Line Type]="Part" and [Type]="Exchange",
"<a class=\"Vibrant Primary\" href=\"javascript:" & "$.get('" & $url &
"' target='_blank' , function(){" & "window.location.href ='" & $rdr & "';" & "});" &
"void(0);\">Receive Exchange</a>",
If([Exchange Received]=true and [Line Type]="Part" and [Type]="Exchange",
"<a class=\"Vibrant Success\" href=\"javascript:" & "$.get('" & $url &
"', function(){" & "location.reload();" & "});" &
"void(0);\">Exchange Received</a>
If(IsNull([Exchange Received])=false and [Line Type]="Part" and [Type]="Exchange",
"<a class=\"Vibrant Primary\" href=\"javascript:" & "$.get('" & $url &
"' target='_blank' , function(){" & "window.location.href ='" & $rdr & "';" & "});" &
"void(0);\">Receive Exchange</a>",
If([Exchange Received]=true and [Line Type]="Part" and [Type]="Exchange",
"<a class=\"Vibrant Success\" href=\"javascript:" & "$.get('" & $url &
"', function(){" & "location.reload();" & "});" &
"void(0);\">Exchange Received</a>