Quote:
Originally Posted by buro9
I had a very similar thing running on my old VB2 forums, I have now installed this hack on my VB3 test site... and it's nice  Very nice.
I have made a few adjustments though:
I've used document.getElementById() rather than use IE based document.all access. This will ensure compatibility with standards compliant browsers. You need to add id="" to the relevant pieces of HTML, subject and findicon I think are the only two.
I already added an onKeyUp alongside the onChange on the subject input box. This runs it everytime a key is lifted... though I left the onChange in there as it makes no difference and ensures that more limited browsers will still support it.
Aside from that... lovely hack 
|
Can you share the changes you made?