i have two different website urls
- www.kadco-international.com
- www.kadco-international.com/company.html
When using the iframe in asp.net to redirect the user to the company.html page, it always redirects to the index.html.
Check out what I have tried here: http://jsfiddle.net/Mohsin_Ali/ZqbCK/
Code:
<iframe width="340" scrolling="no" height="37"
src="www.kadco-international.com/company.html" id="ifr" hspace="0"
marginwidth="0" marginheight="0" vspace="0"
style="width: 585px; height: 47px; border: #dddddd 1px solid" ></iframe>