if you want something done right… DIY.

meanderings of a computer scientist on the brink of sheer insanity.

i won’t repeat why we must do these things. that was the purpose of the post just prior to this one. i would recommend reading it if you haven’t already.

1. selectively use onpropertychange in <select>’s, and add onkeyup

go to: http://krisgale.com/select-fixed.html
this is the source code from the above…

<html>
<head>
<title>select</title>
<script type="text/javascript">
function selectchange()
{ var frm […]

depending on how precious your time is, you might want to skip to the follow-up.

1. the <select> onchange handler is a kludge, at best
reference: msdn forums
it should be noted that this also an issue within firefox, so do not think that you are made clandestine by your choice of browser alone.
here’s a fun experiment […]

  Next Entries »