Forum Moderators: open
I need to create instructions in a vertical left frame that pertain to an HTTPS page that I need to load in the right frame from a 3rd party (totally unrelated & different domain) site.
The two frames do NOT need to communicate with each other.
When I have coded it up as
<html>
<frameset cols = '18%, *'>
<frame src ="stpByStp.html" noresize='noresize' name='instructions' />
<frame src ='https://otherdomain.com/' noresize='noresize' name='main' />
</frameset>
</html>
The other domain breaks out... I am wondering if this is doable? Or is the other page code so that it breaks out?
Thanks.
--