Form action in HTML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rickr

    #1

    Form action in HTML


    In the form tag, the action attribute.
    [color=blue]
    >-----Original Message-----
    >When create .aspx file, how to specify the action in the
    >form action=?????>/form>? Anyone? Thanks.
    >
    >Rickr
    >.
    >[/color]
  • Scott M.

    #2
    Re: Form action in HTML

    All .aspx page forms have an implied action that points to itself - - this
    is the fundamental architectural design of asp.net pages.

    You can still make a client-side form (form that does not specify
    "runat=serv er" and doesn't contain any .net web form controls) and code the
    action any way you want as you always have.


    "rickr" <rickr@hotmail. com> wrote in message
    news:a2ef01c35c 62$332e0430$a00 1280a@phx.gbl.. .[color=blue]
    >
    > In the form tag, the action attribute.
    >[color=green]
    > >-----Original Message-----
    > >When create .aspx file, how to specify the action in the
    > >form action=?????>/form>? Anyone? Thanks.
    > >
    > >Rickr
    > >.
    > >[/color][/color]


    Comment

    Working...