|
 |
asp_components thread: Dynamic frames in a frameset
Message #1 by "Inge Larsson" <inge.larsson@f...> on Sun, 13 May 2001 19:04:55
|
|
Hi,
I want to let my VB component dynamically create the frames in a frameset.
The contents of the frames depends on the choises made by the user before
loading the frameset. The way I know to load frames in a frameset is to
specify the HTML frame pages with the src attribute within the frame tag.
But if the pages does not exist (they are supposed to be created by my
component) how can I achieve this? Most grateful for tips.
Regards,
Inge Larsson
Message #2 by vishal.chopra@s... on Mon, 14 May 2001 14:51:28 +0530
|
|
hi
I you want to create the pages at run time then in ur frameset tag set ur src
property to a blank page
and then when you create the page then just change the src attribute to the new
page
or set the target property for the page to be generated
regards
vishal
"Inge Larsson" <inge.larsson@f...> on 14/05/2001 12:34:55 AM
Please respond to "ASP components" <asp_components@p...>
To: "ASP components" <asp_components@p...>
cc: (bcc: Vishal Chopra/TMs/TCSSEEPZ/TCS)
Subject: [asp_components] Dynamic frames in a frameset
Hi,
I want to let my VB component dynamically create the frames in a frameset.
The contents of the frames depends on the choises made by the user before
loading the frameset. The way I know to load frames in a frameset is to
specify the HTML frame pages with the src attribute within the frame tag.
But if the pages does not exist (they are supposed to be created by my
component) how can I achieve this? Most grateful for tips.
Regards,
Inge Larsson
Message #3 by "Inge Larsson" <inge.larsson@f...> on Wed, 16 May 2001 12:32:12
|
|
Thank you Vishal! In my Intranet case it works well if I first create the
frame pages with the CreateTextFile method of the FileSystemObject object,
and then let my component create just the framset page with frame src's
for the created pages.
Regards,
Inge
>
> hi
> I you want to create the pages at run time then in ur frameset tag set
ur src
> property to a blank page
> and then when you create the page then just change the src attribute to
the new
> page
> or set the target property for the page to be generated
>
> regards
> vishal
>
>
>
>
>
> "Inge Larsson" <inge.larsson@f...> on 14/05/2001 12:34:55 AM
>
> Please respond to "ASP components" <asp_components@p...>
>
> To: "ASP components" <asp_components@p...>
> cc: (bcc: Vishal Chopra/TMs/TCSSEEPZ/TCS)
>
> Subject: [asp_components] Dynamic frames in a frameset
>
>
>
>
> Hi,
>
> I want to let my VB component dynamically create the frames in a
frameset.
> The contents of the frames depends on the choises made by the user before
> loading the frameset. The way I know to load frames in a frameset is to
> specify the HTML frame pages with the src attribute within the frame tag.
> But if the pages does not exist (they are supposed to be created by my
> component) how can I achieve this? Most grateful for tips.
>
> Regards,
> Inge Larsson
>
|
|
 |