1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Stopping a textfield from remembering its inputs

Discussion in 'PHP' started by projectWORD, Aug 2, 2008.

  1. #1
    How do I stop a text field from remembering what was typed into it.
    So stopping the drop down list that you will see on google of things previously typed.

    Thanks
     
    projectWORD, Aug 2, 2008 IP
  2. Agent_Smith

    Agent_Smith Well-Known Member

    Messages:
    890
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    145
    #2
    Add the following html tag to your textarea.

    autocomplete="off"
     
    Agent_Smith, Aug 2, 2008 IP
    whirlybird20 likes this.
  3. projectWORD

    projectWORD Active Member

    Messages:
    287
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    63
    #3
    Thanks I new it was a simple attribute just couldnt think the word autocomplete. Cheers
     
    projectWORD, Aug 2, 2008 IP