Click here to Skip to main content
15,908,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a asp.net demo website of tracking courier, suppose I am using service of fedex courier and I want to implement tracking system in my own asp.net website
I used following code

HTML



when I am loading my site then iframe content should be shown within my website area in iframe, but it overrides my website. means fedex replacing my sites url and showing its own url like that
https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers


what should I do please help
Thanks in advance

What I have tried:

HTML
<iframe class="embedly-card" src="https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers"></iframe>
Posted

1 solution

There is probably code on the fedex site that checks if it is being shown in an iframe and if so navigates itself to the top.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900