Jump to content

Griffo

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Male

Griffo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. This may seem an odd request, but... does anyone know how to disable the the browsers built-in autocomplete funtion on a textbox I have my own autocomplete function in ajax and the browsers built- in autocomplete is not needed Is it possible to disable this from within the code?? ???
  2. Griffo

    autocomplete

    This may seem an odd request, but... does anyone know how to disable the the browsers built-in autocomplete funtion on a textbox I have my own autocomplete function in ajax and the browsers built- in autocomplete is not needed Is it possible to disable this from within the code?? ???
  3. txtHint is currently a <span> element but willbe changing it to a <div> at some point. The code ive got is part of a tutorial from the W3C site, as i have mentioned it works fine until you try to pass HTML tags back.
  4. Hi Im using AJAX to read characters from a text box, search an array for words that begin with that character, then return all matching words to the HTML page. This works fine in IE7 and Firefox 2 But when I try to return formatted results, something like <ul>a word</ul> , IE7 throws up an "Unknown runtime error" and points to the section of javascript below function stateChanged() { if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete") { document.getElementById("txtHint").innerHTML=xmlHttp.responseText } } Firefox displays what i am trying to do perfectly Any ideas why this is and what i can do to sort it out?? Thanks
  5. Ok, thanks. What sort of stuff do I need to look at? I'm fairly new to PHP, MySQL and JavaScript but I have never done anything with AJAX
  6. Hi Does anyone know if it is possible to have "live" predictive or autotext. For example type in the first 2 or 3 letters of a word into a text box, and then automatically, without having to press enter or click a send button, display all words from a predefined list that begin with those 2 or 3 characters. Thanks Griffo
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.