humm,
There is any possibility to do that in an template page.

-----Original Message-----
From: Richard Birkby [mailto:[EMAIL PROTECTED]]
Sent: terça-feira, 7 de Maio de 2002 12:15
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] load an aspx on right side


Sure.

Save the following HTML to a .html file, then load it into Internet Explorer

<html>
<body>
<table border=1>
<tr><td colspan=2>Area 1</td></tr>
<tr><td>Area 2</td><td>Area 3<iframe
src="http://www.google.com/";></iframe></td></tr>
</table>
</body>
</html>

You'll see that I've directed the right hand side of the page to another web
site. Instead of Google, this could be another one of your aspx pages.


Richard

> -----Original Message-----
> From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of
> Ricardo Figueira
> Sent: 07 May 2002 12:03
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] load an aspx on right side
>
>
> Hi Richard,
>
> Can you explain that, with more details ?
> Have you got any example or do you know any article that explain that ?
>
> Thanks ;P
>
> Best regards,
> Ricardo Figueira
>
> -----Original Message-----
> From: Richard Birkby [mailto:[EMAIL PROTECTED]]
> Sent: terça-feira, 7 de Maio de 2002 12:05
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] load an aspx on right side
>
>
> Use an IFRAME for area (3).
>
> > -----Original Message-----
> > From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of
> > Ricardo Figueira
> > Sent: 07 May 2002 11:49
> > To: [EMAIL PROTECTED]
> > Subject: [DOTNET] load an aspx on right side
> >
> >
> > Friends,
> >
> > See this webpage layout:
> >
> > 1- Top (webcontrol .ascx)
> > 2- Menu (webcontrol .ascx )
> > 3- Rigth Side - principal (webform .aspx)
> >
> > _______________________
> >                    (1)             |
> > --------------------------
> >       |                             |
> >       |                             |
> >       |                             |
> >  (2) |           (3)              |
> >       |                             |
> >       |                             |
> >       |                             |
> >       |                             |
> > ---------------------------
> >
> >
> > What i want is to load on the Right (3) one aspx, depending of my
> > choose on
> > the menu(2).
> >
> > Note: I know how to load an ascx, but this not what i want !!
> >
> > How to do that ? It is necessary to build an template page ? How ?
> >
> > I will apreciated all help !
> >
> > Thanks
> >
> > Best regards,
> > Ricardo Figueira (RBFIGUEIRA)
> >
> > You can read messages from the DOTNET archive, unsubscribe from
> DOTNET, or
> > subscribe to other DevelopMentor lists at http://discuss.develop.com.
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to