views:

15

answers:

2

Hi I have text box. when I drag and drop a file into it, the path or content of the file should be displayed. the major concern being it's compatibility with all versions of IE. I am a beginner in javascript programming. can anyone suggest any idea or some tricks to get through? It's very urgent.

A: 

By far the best solution is to use one of the Javascript libraries. I know script.aculo.us, but I'm sure that others such as jquery, dojo and mootools would do just as well. All these libraries, as well as making Javscript programming much easier, have hacks in to cope with non-standard browsers (ie IE), so that you - the programmer - don't have to worry about which browser.

Colin Fine
Thanks Colin..:)
Angel
A: 

I have coding which works with IE 6 but doesnt work with higher versions of IE as it has jscript in it.:(

Angel