submit target new

Discussion in 'HTML & Website Design' started by promotingspace.net, Aug 10, 2007.

  1. #1
    Hi
    when we click a button ( input of submit type) we are redirected to the action page in the same window by default
    What code is used and where should we use that code to open the action page in a new window?
    also tell me about non-compliant
    thanks:)
     
    promotingspace.net, Aug 10, 2007 IP
  2. PowerExtreme

    PowerExtreme Banned

    Messages:
    2,118
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <form action="file.html" method="post" target="_blank">
     
    PowerExtreme, Aug 10, 2007 IP