Hi,
Is it possible to pass a prop target to define target type. I want pop up instead of new window.
I saw on the code here
if (typeof result === "object") { var url = result[0] var target = result[1] } else { var url = result var target = "_blank" } window.open(url, target);
Thanks
Hi, Is it possible to pass a prop target to define target type. I want pop up instead of new window. I saw on the code here
if (typeof result === "object") { var url = result[0] var target = result[1] } else { var url = result var target = "_blank" } window.open(url, target);
Thanks