CINXE.COM
Preference Center
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Preference Center</title> <script src="https://code.jquery.com/jquery-1.12.4.min.js"> </script> </head> <body> <div style="text-align: center;" ><iframe id="myiframe" align="middle" allowfullscreen="" frameborder="0" height="1900" onload="scroll(0,0);" src="https://cmmutilities.com/thf/SignUp.php" width="100%"></iframe></div><script>$(function () { var search = window.location.search; console.log(search); $("#myiframe").attr("src", $("#myiframe").attr("src")+search); });</script> </div><!-- / main-content --> </div> </body> </html>