DarkBandit0
New Member
I have main page, this page gave 10 Iframe \[code\].aspx\[/code\] dynamic pages. I need to display this main page as without scroll bar. But, its difficult to set the \[code\]height:auto\[/code\] for this Iframe pages. So i am using \[code\]resizeIFrame\[/code\] function in jquery to achieve this...My doubt is,I am planning to use \[code\]html\[/code\] pages instead of \[code\]Iframe\[/code\] pages. I used the given below \[code\]iframe\[/code\] html tag for Iframe pages,\[code\]<iframe id="frm1" src="http://stackoverflow.com/" class="DDiframeCSS"></iframe>\[/code\]But when i create & access html pages from main page, i'm using\[code\]<a id="frm1" href="http://stackoverflow.com/questions/Home/Test.htm"></a>\[/code\]but i can't access this html page in asp.net MVC2 application. How to i access html pages from Main page in Asp.Net MVC2 ?also i used \[code\]ViewData\[/code\] in Iframe pages, Is it possible to use \[code\]ViewData\[/code\] in html pages ?.