I have added one web resource(html) in interactive form. The web resource have one grid and the grid contains URL in one column. But I 'm not able to open the url on click of the link. This is working in Main form but ISH is blocking the url since the table is placed in IFRAME sandbox by default. I have tried both window.open and href. Please let me know how to open the other doamin URL in IFRAME sandbox. Is there any way to remove the sandbox property from iframe?
↧