|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Frames in ASP.Net
<i><b>Originally posted by : Doug Hagerman (DougH@Usbs-Panels.com)</b></i><br />Well, I got the bright idea (or so I thought) of using FrontPage 2000 templates for framing aspx pages.<br /><br />Such as this...<br /><br /><html><br /><br /><head><br /><title>New Page 2</title><br /><meta name="GENERATOR" content="Microsoft FrontPage 4.0"><br /><meta name="ProgId" content="FrontPage.Editor.Document"><br /></head><br /><br /><frameset cols="*,*"><br /> <frame name="left" src="file://Blackpanther/BegASPNET/Ch02/DataControl.aspx"><br /> <frame name="right" src="file://Blackpanther/BegASPNET/Ch02/Application_Review.aspx"><br /> <noframes><br /> <body><br /> <form runat="server"><br /> <p>This page uses frames, but your browser doesn't support them.</p><br /> </form><br /> </body><br /> </noframes><br /></frameset><br /><br /></html><br /><br /><br />The problem is that only bits and pieces of the of the pages show up when I try to display them in this fashion.<br /><br />Does anyone have or can direct me to code samples that cover frames for ASP.NET-ASPX code?<br /><br />Thanks,<br />Doug<br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Richard</b></i><br />Your "src" attribute for the frames needs to point to a URL on an IIS web-server with ASP.Net installed. If you try to open it from a "file://" URL, none of the code will get executed.<br /><br /><br />------------<br />Doug Hagerman at 3/17/2002 10:07:54 AM<br /><br />Well, I got the bright idea (or so I thought) of using FrontPage 2000 templates for framing aspx pages.<br /><br />Such as this...<br /><br /><html><br /><br /><head><br /><title>New Page 2</title><br /><meta name="GENERATOR" content="Microsoft FrontPage 4.0"><br /><meta name="ProgId" content="FrontPage.Editor.Document"><br /></head><br /><br /><frameset cols="*,*"><br /> <frame name="left" src="file://Blackpanther/BegASPNET/Ch02/DataControl.aspx"><br /> <frame name="right" src="file://Blackpanther/BegASPNET/Ch02/Application_Review.aspx"><br /> <noframes><br /> <body><br /> <form runat="server"><br /> <p>This page uses frames, but your browser doesn't support them.</p><br /> </form><br /> </body><br /> </noframes><br /></frameset><br /><br /></html><br /><br /><br />The problem is that only bits and pieces of the of the pages show up when I try to display them in this fashion.<br /><br />Does anyone have or can direct me to code samples that cover frames for ASP.NET-ASPX code?<br /><br />Thanks,<br />Doug<br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Frames in ASP.Net |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|