[ad_1]
[ad_2]
I am using an iframe in my website to show some products on a page let’s say abc.com/shop but when I click on the iframe products the parent url stays at abc.com/shop
Is there any way I can make it look like abc.com/shop/productA ??
Thankyou in Advance
Note: begginer in code

There is no way for an iframe to effect the contents of the website that is embedding that iframe. That would be a huge security issue.
The only exception to this would be if both the parent site and iframe are under the same domain. Then you can do this:
https://stackoverflow.com/questions/9153445/how-to-communicate-between-iframe-and-the-parent-site
Think of the television at your house.
Just because you change the channel, your house address doesn’t change.
Same concept with an iframe and your website.