hi
i am a newbie and am creating my own autosuggest as a way to learn ajax
i have an input text box. on input this fetches an xml file. any relevant suggestions from the xml file are then displayed in a div. you then use the arrow keys to highlight the suggestion you want in the div.
so i've managed this. but if i hold down the arrow keys, the highlight won't scroll .. i.e. the key won't repeat .. to be expected i realised with just keyup
tried keydown only which was fine only for opera
have now added two listeners to the input element .. keypress and keyup .. there are cross-browser problems
have played around all day today and I'm not sure I'm going about this the right way
any pointers would be well received
thanks
richard