Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBScript / ActiveX question

Status
Not open for further replies.

Volks

Technical User
Nov 13, 2002
2
US
My fellow coders,

Firstly I should state that I am a java programmer by trade and am not a vbscript expert by any means. My question is this: I have a word document displayed in a browser and would like to get a handle on that specific word object. Is this possible and how do I do it?

volkan.nezir@gs.com
 

Volks,

Can you be more specific? What do you mean "Get a handle on that specific word object"? What would you like to do.


Cheers,
fengshui_1998
 
Sorry, I should clarify. By "getting a handle on the word object" I mean assigning the instance of Word used to display the document to a variable.
 
volks,

Sorry, I forgot to ask, but since you're a java programmer, I'm assuming you want to do this over the web? Yes/No?

If you are going to display a spreadsheet, the easiest way to do this in an asp page is to write this ASP line

<%
Response.ContentType = &quot;application/vnd.ms-excel&quot;
%>

Then display the HTML code for a table.


fengshui_1998
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top