Using jQuery or javascript, I have fumbled with this and finally give in.
How can I set an iframe src like this:
- If the window URL contains a parameter starting with "?sku="
- Cache entire parameter from ? to end (?sku=T235N&addressline=90803&form=product_search)
- Change iframe src from /index.html to /default.html + parameter? - Change iframe src="/index.html to src="/default.html?sku=T235N&addressline=90803&form=product_search" 
http://jsfiddle.net/Digitalctn/rUnQd/
Thank you a ton!!!!
 
     
     
     
     
     
     
    