ShuttreBug
05-28-2003, 12:47 PM
hi everyone.
first, i would like to thank "everyone" for participating in such medium as this. it helps people like me to learn more each day.
issue.
i have a vb script that tells the server to launch the table contents in an excel spreadsheet.
problem is, i need to do the samething at a client side in javascript. is there a way to tell the javascript to launch an excel and display my table?
the table is a simple list
<body>
<table>
<tr><td>field1</td><td>field2</td>, etc..</tr>
</table>
</body>
first, i would like to thank "everyone" for participating in such medium as this. it helps people like me to learn more each day.
issue.
i have a vb script that tells the server to launch the table contents in an excel spreadsheet.
problem is, i need to do the samething at a client side in javascript. is there a way to tell the javascript to launch an excel and display my table?
the table is a simple list
<body>
<table>
<tr><td>field1</td><td>field2</td>, etc..</tr>
</table>
</body>