Results 1 to 3 of 3

Thread: IE textbox ????

  1. #1

    Thread Starter
    Lively Member Nator's Avatar
    Join Date
    Nov 1999
    Location
    East Larryville, GA
    Posts
    80

    IE textbox ????

    How do you keep a textbox from "remembering" text that was previously typed in it when using IE? I have seen some websites where I put in my username and I DO NOT get the dropdown list of values I typed the day before. I've looked at the code on these pages and I can't see any script that forces this. Is there an attribute of the textbox I can set?

  2. #2
    scoutt
    Guest
    that is the auto complete in your browser not the website. you can turn it off. the reason you didn't get it last time on another site is because IE doesn't remember it. as far as I know there is no script or text that will work.

  3. #3
    Hyperactive Member TiPeRa's Avatar
    Join Date
    Apr 2001
    Location
    In between
    Posts
    464
    In a form you can use:
    <INPUT size=15 name="User" autocomplete="off">
    That should work.
    W#Ć€V€® W¦|| ߀ W¦|| ߀, ÄÑÐ †#€®€ ¦§ ÑÖ†#¦Ñ6 ¥Öµ ©ÄÑ ÐÖ ÄßÖµ† ¦†, §Ö §¦† ßÄ©K, ®€|ÄX ÄÑÐ |€† ¦† #ÄÞÞ€Ñ.
    (Whatever will be will be, and there is nothing you can do about it, so sit back, relax and let it happen.)

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