Results 1 to 2 of 2

Thread: Form for script

  1. #1
    Join Date
    Mar 2009
    Location
    Western Australia
    Posts
    386
    Tokens
    0

    Default Form for script

    Does anyone know how to make a form for this script?
    http://www.clubhabbo.net/showthread....gniture+script

    just like

    Text:
    Size:

  2. #2
    Join Date
    Aug 2009
    Posts
    20
    Tokens
    0

    Default

    I don't know if I understood this correctly but you want a form?

    Code:
    <form method = "GET" action = "text.php">
    Text: <input type = "text" name = "t" /><br />
    Size: <select name = "s">
    <option value = "1">1</option>
    <option value = "2">2</option>
    <option value = "3">3</option>
    <option value = "4">4</option>
    <option value = "5">5</option>
    <option value = "6">6</option>
    <option value = "7">7</option>
    </select><br />
    Pixel Width: <select name = "w">
    <option value = "1">1</option>
    <option value = "2">2</option>
    <option value = "3">3</option>
    <option value = "4">4</option>
    <option value = "5">5</option>
    <option value = "6">6</option>
    <option value = "7">7</option>
    </select><br />
    <input type = "submit" name = "submit" value = "Generate" />
    </form>
    Hopefully that is what you ment.

    Best of luck,

    Alan.

    Dragonreaper.co.uk - site Owner

Posting Permissions

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