Does anybody know a javascript code that will detect the dynamic url of the page (?q=Chicken) and set the url of the iframe on the page to https://www.google.co.uk/?#q=Chicken. (I am not actually making a google search client!)
    Get - Text added to Url
    set
    Url of iframe to https://www.google.co.uk/?#q=Chicken
This will all be onload.
 
     
     
    