Posted: Tue Aug 17, 2004 7:41 am
OK I've done a bit of checking....
OnChange support for input type "file" is spotty at best. It should work in the latest browsers but infortunately there is no guarantee. Therefore the above methodolgy will not work. (IE4 it worked, IE5 doesn't, IE6 does apparantly).
You will have to find another method. (I thought of using a mouseOut event but it gets very messy having to check hidden fields to see if things have changed. I would therefore suggest you simply include all the boxes to begin with....
Sorry I cannot be of more help.
OnChange support for input type "file" is spotty at best. It should work in the latest browsers but infortunately there is no guarantee. Therefore the above methodolgy will not work. (IE4 it worked, IE5 doesn't, IE6 does apparantly).
You will have to find another method. (I thought of using a mouseOut event but it gets very messy having to check hidden fields to see if things have changed. I would therefore suggest you simply include all the boxes to begin with....
Sorry I cannot be of more help.