Results 1 to 2 of 2

Thread: Form Return Page needs to load in New Window

  1. #1
    Join Date
    Mar 2006
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Form Return Page needs to load in New Window

    Hi,

    I have created a form (standard name/address type) with a normal submit button within a framed window. Once the form is compltedt and submitted the returning page (SampleRequsted.htm) is also in loaded iinto the original fram - My question is.... How do i get the form return page to load into a completly new window???

    <INPUT TYPE=HIDDEN NAME="MFAddress" VALUE="information@xxx.co.uk">
    <INPUT TYPE=HIDDEN NAME="MFCode" VALUE="3134">
    <INPUT TYPE=HIDDEN NAME="MFSubject" VALUE="Sample Request">
    <INPUT TYPE=HIDDEN NAME="MFReturn" VALUE="http://www.xxxxxxx.co.uk/SampleRequested.htm">

    Any help is appreciated..

    thanks

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    <form action="whatever.php" method="post" target="_blank">
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •