a website that is blocked from being embedded in an iFrame. I need a legal workaround that allows me to post my store on my website

I need to add a website that is blocked from being embedded in an iframe. I need a legal workaround that allows me to post my store on my website. I’m not trying to hack anybody. Just want to safely and legally bypass this restriction. Thanks. 🙂
As it is not working kindly give me a solution or solve it and sent me the code will be appreciated thanks alot

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
  <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  <META HTTP-EQUIV="Expires" CONTENT="-1">

  <html>

  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>NextierAffiliate.com</title>

    <style type="text/css">
      <!-- html {
        height: 100% !important;
        margin-bottom: 0px;
      }
      
      td img {
        display: block;
      }
      
      body {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
      }
      
      #apDiv1 {
        POSITION: fixed;
        WIDTH: 292px;
        BOTTOM: -22px;
        DISPLAY: block;
        HEIGHT: 222px;
        VISIBILITY: visible;
        RIGHT: 145px;
        padding: 0px;
      }
      
      -->
    </style>

    <script language="javascript">
      function DoClose() { <!-- Close the Popup
        document.getElementById('apDiv1').style.visibility = "hidden";
        return false;
      }
    </SCRIPT>

    <script type="text/javascript">
      <!--
      function MM_reloadPage(init) { //reloads the window if Nav4 resized
        if (init == true) with(navigator) {
          if ((appName == "Netscape") && (parseInt(appVersion) == 4)) {
            document.MM_pgW = innerWidth;
            document.MM_pgH = innerHeight;
            onresize = MM_reloadPage;
          }
        }
        else if (innerWidth != document.MM_pgW || innerHeight != document.MM_pgH) location.reload();
      }
      MM_reloadPage(true);
      //-->
    </script>



  </head>

  <body>

    <iframe id="iframe" src="<%= Session(" goURL ") %>" style="margin:0; width:100%; height: 100%; border:none; " cellpadding="0"></iframe>

    <div id="apDiv1">

      <table width="200" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><img src="<%= Session(" naPopupImage ") %>" width=4 00; height=1 93; alt="" usemap="#mfmLink" border="0" />
            <map name="mfmLink" id="mfmLink"><area shape="rect" coords="367,4,391,26" onmouseover=" this.style.cursor='pointer';" onclick= "DoClose()"  />
          <area shape="rect" coords="5,29,394,217" href="http://www.nextieraffiliate.com" target="_blank" />
      </map></td>
        </tr>
      </table>


  </body>

  </html>