Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q4082

Feedback on: irt.org FAQ Knowledge Base Q4082

Sent by Jennifer Hogan on April 19, 2000 at 12:17:56: - feedback #1115

Technical:
Not technical enough

Comments:
You can create an instance of Microsoft Word with the following javascript code.

<script language="javascript">

var objWord = new ActiveXObject("Word.Application")
objWord.visible = true

</script>


Sent by Francisco José MarcelinoThankyou on June 13, 2000 at 01:27:10: - feedback #1359

Length:
Too short

Comments:
I would like to Know FAQ 4082. It's possible to see an example?. Perhaps an example about when to open a Word document from an Applet. Thanks




©2018 Martin Webb