ActiveXObject

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

ActiveXObject

Post by Gen-ik »

Does anyone know where I can get a list (or description) of the possible functions/commands for various ActiveXObjects ?

I'm using it within JavaScript like this.. var xmlDoc=new ActiveXObject("microsoft.xmldom") ..and I've searched Google but everyone has the same code on there sites (for Microsoft Word documents and XML parsing).

I'm basically after the commands to use with WordPad (windows) so I can create .txt files but the more info the better really.


Thanks in advanced.
G.
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

Wheyhey... I'm on a roll today. Sorted it :)
Post Reply