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]