G Guest Jan 20, 2005 #1 How can I display another .aspx page inside a div, placed in an aspx page. The div has the scrollbars already set.
How can I display another .aspx page inside a div, placed in an aspx page. The div has the scrollbars already set.
S Steve C. Orr [MVP, MCSD] Jan 20, 2005 #2 The HTML specification does not allow a page to be displayed within a page. However, you can have an IFrame within a page, and this IFrame can display another page. Here's more info: http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/iframe.asp http://www.dotnet2themax.com/ShowContent.aspx?ID=903bcdde-589f-4bd1-92b4-e565c8eab013
The HTML specification does not allow a page to be displayed within a page. However, you can have an IFrame within a page, and this IFrame can display another page. Here's more info: http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/iframe.asp http://www.dotnet2themax.com/ShowContent.aspx?ID=903bcdde-589f-4bd1-92b4-e565c8eab013