Hey Dan, If it isn't working, it's because of your CGIPARAM tag. When you want autocomplete off, you have to post to the name of the taf and function. Using <@APPFILE> will make the autocomplete=off not work either.
The login form I use is: <form method=post action="login.taf?_function=login&<@USERREFERENCEARGUMENT>" autocomplete="off"> This works perfect! The site is: www.webenergy-sw.com/workbridge Like I said you have to post the form to the actual file name and function. That's how IE will know if it should have autocomplete on for a form or not. Rick Sanders 902-401-7689 www.webenergy-sw.com -----Original Message----- From: Dan Stein [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 9:45 AM To: [email protected] Subject: RE: Witango-Talk: May off auto complete off not working So it fixed the CC form fine but does not seem to work in the login form in the header <form name="login" id="login" method="post" autocomplete="off" action=<@appfile>?<@cgiparam name="HTTP_SEARCH_ARGS">> <td bgcolor="#C8D5E4"><span class="subnav">Email Address:</span> <input name="email" type="text" class="subnav" size="12" /> <span class="subnav">Password:</span> <input name="password" type="password" class="subnav" size="12" /></td> <td> <input type="image" name="submit" src="images/login_header.gif" border="0" /> </td> </form> Any thoughts? -----Original Message----- From: Rick Sanders [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 7:16 AM To: [email protected] Subject: RE: Witango-Talk: May off auto complete off not working Autocomplete has to be turned off in the form tag, not the input tag: <form name="myForm" id="form1" METHOD="Post" autocomplete="off" ACTION="mytaf.taf"> Rick Sanders 902-401-7689 www.webenergy-sw.com -----Original Message----- From: Dan Stein [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 11:21 PM To: [email protected] Subject: Witango-Talk: May off auto complete off not working Our Web site is using XHTML and I need to make sure that the browser does not automatically store the password and login and the CC information. Autocomplete=off was all I thought I had to do but it is not working. Any thoughts -- Dan Stein FileMaker 7 Certified Developer Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Cell: 610-256-2843 Fax 413-410-9682 FMP, WiTango, EDI,SQL 2000, MySQL, CWP [EMAIL PROTECTED] www.dss-db.com "There is a larger frame to the painting than the one that bounds our life's events." ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
