Displaying 1 result from an estimated 1 matches for "url_auto_complete".
2006 Jan 23
1
autocomplete=off not working on Firefox
...ascript to the end of the page. So I don''t call
Ajax.Autocompleter until the very end of the page. Could that be a
problem?
[...]
</div>
<script type="text/javascript">
<!--
document.forms[0].url.focus()
new Ajax.Autocompleter(''url'', ''url_auto_complete'', ''http://localhost/test'', { method: ''get'', requestHeaders: [''X-Ajax-Complete'', ''complete''], minChars: 3})
new Ajax.Autocompleter(''title'', ''title_auto_complete'', ''http://lo...