Results 1 to 3 of 3

Thread: HTML Form Question...

  1. #1
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635

    HTML Form Question...

    Does anyone know how i make this form open in a new window when the submit button is clicked?

    PHP Code:
    <form method="post" action="http://www.gaybymail.com/subscriptions.html">
                  <
    input type="text" name="email" size="30" maxlength="49" onfocus="this.value = ''" value="Enter your email address!"></td>
                <
    td valign="middle" align="center" width="91"><input type="submit" value="Subscribe" name="submit"></td>
                </
    form
    Any help would be appreciated

    Regards,

    Lee


  2. #2
    Takemytaco
    Guest
    PHP Code:

    <form method="post" action="http://www.gaybymail.com/subscriptions.html" target="_blank">
                  <
    input type="text" name="email" size="30" maxlength="49" onfocus="this.value = ''" value="Enter your email address!"></td>
                <
    td valign="middle" align="center" width="91"><input type="submit" value="Subscribe" name="submit"></td>
                </
    form


  3. #3
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635
    Well shit...

    I didnt even think of putting it there LOL

    Thanks for the help babe

    Regards,

    Lee


Posting Permissions

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