Hey there!
Thanks of building this great program!
I've been reading this forum now to figure out my problem, but have the feeling I'm missing something:
for the website: http://mulima.eu/alfa-romeo/
I have a iFrame in the right and want the links inside open in a new tab.
I the iFrame is not in the same domain, but I'm using the "Special case sub domain:"
If I open the iframe I can see the
Code:
<script>document.domain='mulima.eu';</script>
.
So I think I need to use: change_iframe_links="a" change_iframe_links_target="_blank"
because:
"After you have done this you can configure Advanced iFrame like you are on the same domain"
Like shortcode:
Code:
[advanced_iframe securitykey="57806018b9b163779e7807a7b17b7f45cdecb4a7" use_shortcode_attributes_only="true" src="http://occasions.mulima.eu/cgi/voertuigen.cgi?site=voorraadlijst&v=e587da88&merk=Alfa+Romeo&brandstof=&zoeken=Zoeken" id="al1" height="610" width="1000" show_part_of_iframe="true" show_part_of_iframe_x="1" show_part_of_iframe_y="171" show_part_of_iframe_width="320" show_part_of_iframe_height="433" scrolling="no"
change_iframe_links="a" change_iframe_links_target="_blank"]
But, unfortunatly, it still opens inside its own iFrame...
I can't add any other files to the iFrame server, only to the website parent server.
What am I thinking wrong?