specify "target"

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

    specify "target"

    I want to post a form from a sub frame and have the response
    sent to a different sub frame. It is easy to do this at links using
    "target" but how can I do it with a form submision?

    thanks
  • Lasse Reichstein Nielsen

    #2
    Re: specify "target&qu ot;

    junchien888@hot mail.com (Jun) writes:
    [color=blue]
    > I want to post a form from a sub frame and have the response
    > sent to a different sub frame. It is easy to do this at links using
    > "target" but how can I do it with a form submision?[/color]

    Just as simple:
    <form action="..." target="otherFr ameName"> ... </form>

    /L
    --
    Lasse Reichstein Nielsen - lrn@hotpop.com
    DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    Working...