Page 1 of 1

how to giv "src" link in an Iframe

Posted: Wed Jun 02, 2010 2:32 am
by max12345
<iframe src ="html_intro.asp" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>

I'm using MVC pattern. I want to load a view file inside the iframe. According to MVC pattern view files have to be loaded through a controller, So how can i give "src" link to a view file.

Or else without using iframes, is there are any better ways to insert a frame to a web page