How to open a link in same page outside iframe wix

Hello all,

does anyone know how i can open a link from a menu made with html on the same page instead of opening it in the html iframe, i already treid target=“_parent” and base Target="_parent"but they dont work. it opens in the i frame or it does nothing, the links do show up in the bottom left corner of google chrome but they do not work

Don´t know if I understand you correctly, but I think you are trying to open a Wix page from an iframe. If so, you should know that the Wix iframe is sandboxed. It can be done though: from the iFrame, you need to postMessage the page info to the wix page it is on, and there you llisten with onMessage and use wix-location_to to load and show the new page.