I have an iframe on my website, and the page that the iframe is of accepts referrals in the form of queries, ie /iframepage?r=123 . Obviously any person accessing the page the iframe is on, (mainwebsite/page?r=123) wouldn't be able to get the benefits of the referral. Is there any way i can make the iframe load based on the the queries in the main url?
Thanks