Hi,
You can try below code to open URL. Try this
<script type="text/javascript">
window.opener=null;
window.open("<%= lv_url%>");
</script>
Regards,
Deepika.
Hi,
You can try below code to open URL. Try this
<script type="text/javascript">
window.opener=null;
window.open("<%= lv_url%>");
</script>
Regards,
Deepika.