Results 1 to 4 of 4

Thread: html form help

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    html form help

    Below is my html code

    Code:
    <FORM action="process_login.php" method="post" enctype="multipart/form-data">
    <table width='300'>
    
    <tr>
    	<td align='right'>Username:</td>
        <td align='left'><input type='text' name='username'></td>
    </tr>
    
    <tr>
    	<td align='right'>Password:</td>
        <td align='left'><input type='password' name='password'></td>
    </tr>
    
    <tr>
    	<td align='right'>Retype Password:</td>
        <td align='left'><input type='password' name='retypepassword'></td>
    </tr>
    
    <tr>
    	<td align='right'>Email</td>
        <td align='left'><input type='text' name='email'></td>
    </tr>
    
    <tr>
    	<td align='right'></td>
        <td align='left'><input type='submit' name='button' value='Register'></td>
    </tr>
    
    </table>
    </form>
    How do i get the process.php file in a dirrent window size please can anyone help.?
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

  2. #2
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    Re: html form help

    i don't get your question, could you be a bit more specific?

    if i'm correct then thats the code of form.php?

    what do you mean by "different window size"?

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    Re: html form help

    When i mean is when the submit button has been clicked the process_login.php file then opens in a smaller windows say 800 x 600 for example?
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

  4. #4
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: html form help

    you have to use JavaScript.

    PHP is a server-side scripting language and never deals with the client side of things.
    Like Archer? Check out some Sterling Archer quotes.

Posting Permissions

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



Click Here to Expand Forum to Full Width