Hi,
I have a domain
baseframe.com
baseframe.com only hosts a php file that iframes lets say ebay.com
ie. you open baseframe.com and you see ebay.com
Is there a way to get the path to match my baseframe domain?
ie. if within the iframe you go to
ebay.com/product1/index.html
the url would show
baseframe.com/product1/index.html
Whats the best way to do this?
I've tried using
<base target="_blank" />
but it doesnt seem to do anything...
You don't have control over the site (ebay.com for example) that you are iframing. It's not possible.