i have the following two urls
- www.kadco-international.com
- www.kadco-international.com/company.html
m using the iframe in asp.net to throw the user to the company.html page but it throw always to the index.html.
Here is
what I m trying yet: 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>