12 Aug
Posted by krisgale as compatibility hacks, browsers
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 […]