Word Mail Merge - How to merge through Javascript?
What I will describe here will work only on Internet Explorer. Because it is using an ActiveXObject which is not available in other browsers other than IE.
I know just one way to make Word Mail Merge to work cross browser and that is to implement this in code behind in C#, you can find an article about that on Microsoft's support page: http://support.microsoft.com/kb/301659.
I will probably also make a C# version of my own, if I have a good solution I will post it on the blog.
Here is a Javascript function that I have written for Javascript Word Mail Merge.
Code: