Click to See Complete Forum and Search --> : Other DHTML capable languages?


hnorris
03-05-2003, 09:17 AM
Hello -

Are there other DHTML capable languages besides Javascript? What about VBscript on IE? The books I've seen on VBscript make no mention of accessing the browser DOM. I've heard rumors that Python might be available on IE one day...(?)


Thanks for your thoughts!

- Hnorris

Stefan
03-05-2003, 11:01 AM
Well the DOM is language neutral, so if an alternative scripting language works with it or not is entirely dependent on the implementation in the browser.

hnorris
03-05-2003, 03:31 PM
Hi Stefan -

Thanks for your reply. Yes, I do undertand the nature or the DOM, but I was wondering what which scripting languages, particularly on IE, allow you to access and manipulate the DOM (DHTML) - that is, besides Javascript/Jscript.

- Hnorris