I-Frame and JQuery - help please

I-Frame and JQuery - help please

Hi All,

I have an I-frame and  a JQuery code.  The problem is I don't know how to put them both together in an html code for a word press site.


Here is the I-Frame:

<iframe frameborder="0" scrolling="no" src="https://www.turk.travel/frameSale.aspx?agent=75562d3d-c6c0-4173-b590-7f01dc75f4d2&frameSaleType=123&width=960&height=371&langID=1055" style="width:977px;height:525px;" ></iframe>


Here is the JQuery code - 

<script type="text/javascript">

     $(function() {

    var search = window.location.search;

    search = search.replace("?","&");


    $(".iframe-wrapper").attr("src", $(".iframe-wrapper").attr("src")+search);

    });

</script>


The results I am looking for is the search  box and results from the search found on this website --  http://turk.travel/  will show on my website without redirecting the travel to the the turk.travel website.


Please point me in the right direction.