Connecting Tech Pros Worldwide Forums | Help | Site Map

New Page using Redirect?

Raul M. Colon
Guest
 
Posts: n/a
#1: Nov 17 '05
I have a web application and need to redirect to a another page. Is there
any way to see the redirected page in a new page? (that's keeping the sending
page visible)

Thanks!!!

Raul

Dave
Guest
 
Posts: n/a
#2: Nov 17 '05

re: New Page using Redirect?


IFrame?

--
Dave Sexton
dave@www..jwaonline..com
-----------------------------------------------------------------------
"Raul M. Colon" <RaulMColon@discussions.microsoft.com> wrote in message news:68B8D7BC-DA90-472E-B984-4214B2F0FDDF@microsoft.com...[color=blue]
>I have a web application and need to redirect to a another page. Is there
> any way to see the redirected page in a new page? (that's keeping the sending
> page visible)
>
> Thanks!!!
>
> Raul[/color]


Dave
Guest
 
Posts: n/a
#3: Nov 17 '05

re: New Page using Redirect?


If you want to pop-up a new window when a form is submitted set the "target" of the form to "_blank" or "_new". The default is
"_self" which posts the data to the same browser instance (same window).

Here's the complete list of "target" values that IE supports (from the online MSDN Library):

_blank Load the linked document into a new blank window. This window is not named.
_media Load the linked document into the HTML content area of the Media Bar. Available in Internet Explorer 6 or later.
_parent Load the linked document into the immediate parent of the document the link is in.
_search Load the linked document into the browser search pane. Available in Internet Explorer 5 or later.
_self Default. Load the linked document into the window in which the link was clicked (the active window).
_top Load the linked document into the topmost window.


--
Dave Sexton
dave@www..jwaonline..com
-----------------------------------------------------------------------
"Dave" <NOSPAM-dave@dotcomdatasolutions.com> wrote in message news:OnNjQnIRFHA.2356@TK2MSFTNGP14.phx.gbl...[color=blue]
> IFrame?
>
> --
> Dave Sexton
> dave@www..jwaonline..com
> -----------------------------------------------------------------------
> "Raul M. Colon" <RaulMColon@discussions.microsoft.com> wrote in message news:68B8D7BC-DA90-472E-B984-4214B2F0FDDF@microsoft.com...[color=green]
>>I have a web application and need to redirect to a another page. Is there
>> any way to see the redirected page in a new page? (that's keeping the sending
>> page visible)
>>
>> Thanks!!!
>>
>> Raul[/color]
>
>[/color]


Raul M. Colon
Guest
 
Posts: n/a
#4: Nov 17 '05

re: New Page using Redirect?


Dave:
Sorry, Dave, I'm new at this. I didn't find the "target" property in the
web form. Can you be more specific?

"Dave" wrote:
[color=blue]
> If you want to pop-up a new window when a form is submitted set the "target" of the form to "_blank" or "_new". The default is
> "_self" which posts the data to the same browser instance (same window).
>
> Here's the complete list of "target" values that IE supports (from the online MSDN Library):
>
> _blank Load the linked document into a new blank window. This window is not named.
> _media Load the linked document into the HTML content area of the Media Bar. Available in Internet Explorer 6 or later.
> _parent Load the linked document into the immediate parent of the document the link is in.
> _search Load the linked document into the browser search pane. Available in Internet Explorer 5 or later.
> _self Default. Load the linked document into the window in which the link was clicked (the active window).
> _top Load the linked document into the topmost window.
>
>
> --
> Dave Sexton
> dave@www..jwaonline..com
> -----------------------------------------------------------------------
> "Dave" <NOSPAM-dave@dotcomdatasolutions.com> wrote in message news:OnNjQnIRFHA.2356@TK2MSFTNGP14.phx.gbl...[color=green]
> > IFrame?
> >
> > --
> > Dave Sexton
> > dave@www..jwaonline..com
> > -----------------------------------------------------------------------
> > "Raul M. Colon" <RaulMColon@discussions.microsoft.com> wrote in message news:68B8D7BC-DA90-472E-B984-4214B2F0FDDF@microsoft.com...[color=darkred]
> >>I have a web application and need to redirect to a another page. Is there
> >> any way to see the redirected page in a new page? (that's keeping the sending
> >> page visible)
> >>
> >> Thanks!!!
> >>
> >> Raul[/color]
> >
> >[/color]
>
>
>[/color]
gerry
Guest
 
Posts: n/a
#5: Nov 17 '05

re: New Page using Redirect?


To access the properties for the Form - edit the aspx page , go to into the
HTML view and click on the form tag.
Some of the properties will then be available in the property window.
Or hit space and intellisense pops up a list of form properties and their
possible values.


"Raul M. Colon" <RaulMColon@discussions.microsoft.com> wrote in message
news:80B2D60C-B317-4B41-AE43-DA81FD97F138@microsoft.com...[color=blue]
> Dave:
> Sorry, Dave, I'm new at this. I didn't find the "target" property in the
> web form. Can you be more specific?
>
> "Dave" wrote:
>[color=green]
> > If you want to pop-up a new window when a form is submitted set the[/color][/color]
"target" of the form to "_blank" or "_new". The default is[color=blue][color=green]
> > "_self" which posts the data to the same browser instance (same window).
> >
> > Here's the complete list of "target" values that IE supports (from the[/color][/color]
online MSDN Library):[color=blue][color=green]
> >
> > _blank Load the linked document into a new blank window. This[/color][/color]
window is not named.[color=blue][color=green]
> > _media Load the linked document into the HTML content area of the[/color][/color]
Media Bar. Available in Internet Explorer 6 or later.[color=blue][color=green]
> > _parent Load the linked document into the immediate parent of the[/color][/color]
document the link is in.[color=blue][color=green]
> > _search Load the linked document into the browser search pane.[/color][/color]
Available in Internet Explorer 5 or later.[color=blue][color=green]
> > _self Default. Load the linked document into the window in which[/color][/color]
the link was clicked (the active window).[color=blue][color=green]
> > _top Load the linked document into the topmost window.
> >
> >
> > --
> > Dave Sexton
> > dave@www..jwaonline..com
> > -----------------------------------------------------------------------
> > "Dave" <NOSPAM-dave@dotcomdatasolutions.com> wrote in message[/color][/color]
news:OnNjQnIRFHA.2356@TK2MSFTNGP14.phx.gbl...[color=blue][color=green][color=darkred]
> > > IFrame?
> > >
> > > --
> > > Dave Sexton
> > > dave@www..jwaonline..com[/color]
> >[/color]
> -----------------------------------------------------------------------[color=green][color=darkred]
> > > "Raul M. Colon" <RaulMColon@discussions.microsoft.com> wrote in[/color][/color][/color]
message news:68B8D7BC-DA90-472E-B984-4214B2F0FDDF@microsoft.com...[color=blue][color=green][color=darkred]
> > >>I have a web application and need to redirect to a another page. Is[/color][/color][/color]
there[color=blue][color=green][color=darkred]
> > >> any way to see the redirected page in a new page? (that's keeping the[/color][/color][/color]
sending[color=blue][color=green][color=darkred]
> > >> page visible)
> > >>
> > >> Thanks!!!
> > >>
> > >> Raul
> > >
> > >[/color]
> >
> >
> >[/color][/color]


Closed Thread