Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: ASP and Frames


Message #1 by "Steve Abraham" <sabre91@h...> on Wed, 27 Jun 2001 16:37:43
Does ASP support the use of frames in a website?  If so, can anyone give 

me the code so that an ASP will open in the parent frame.  I used:

<base target="_parent">



This does nothing.  Please help.
Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Wed, 27 Jun 2001 17:00:38 +0100
try



<base target=3D"_top">



remember ASPs produce HTML pages, so whatever works in HTML works in 

ASP



-----Original Message-----

From: Steve Abraham [mailto:sabre91@h...]

Sent: 27 June 2001 16:53

To: ASP Web HowTo

Subject: [asp_web_howto] ASP and Frames





Does ASP support the use of frames in a website?  If so, can anyone 

give

me the code so that an ASP will open in the parent frame.  I used:

<base target=3D"_parent">



This does nothing.  Please help.






  Return to Index