|
My first thought is NO. the only way you can do this is is you have server side includes such as asp, php etc
Im wandering though if you could put code in a text file and change to
document.write("<<div id="excel">
Item,Price
LHA103GP,$999.99
AAM102,$999.99
AAM103,$999.99
</div>")
name it ??.js
and then usine the <javascript src=
Im just learning this but it might work. Would be intersested to know if does. I have a similar problem my self at the moment.
|