javascript open excel

Ok, Here is how you use Javascript to open Excel.

Try the following code and get it going.

======

var newwindow=window.open("url of .xls","window2","");

=======

This one liner code will open open Excel using javascript.

 

Hope this help!!!

 

Cheers

Richard