Forum Discussion
EverettPatterso
6 years agoQrew Captain
You can open the F12 developer console and review the Network tab, look for the Get request for that website and review the Response Headers. If you see x-frame-options: SAMEORIGIN, then that website can not be loaded into an iframe. This is prevent clickjacking attacks.
My advice would be to give your users a button on the form that opens that website in a new window.
My advice would be to give your users a button on the form that opens that website in a new window.