Opening a new tab or window within an iframe?

Hello,

I am hoping you can help me with a ongoing issue I am having with my Wix real estate websites. I currently have a few realty sites in my account that have MLS IDX integration. I was able to achieve this by embedding an iframe onto a webpage . The iframe feeds my other website that hosts the IDX reciprocity. The issue I am having with my Wix real estate websites is that when a user scrolls to the bottom of the webpage and clicks on a listing within the iframe , there is a blank white screen because the content is at the top of the page in the iframe . Below is a few screenshots of what I am trying to explain:

thanks
iosman

You will have to look at using target set to _blank when you do the link.
https://www.wix.com/corvid/reference/$w.LinkableMixin.html

By adding target=“_blank” to your code it will open it in a new tab, iframes always open new links within themselves because that’s what they are made for so you have to indicate if you want it to link in another way.