HighDots Forums  

Re: IE + Word + SAP + JavaScript?

Javascript (German) Programmiersprache JavaScript. (de.comp.lang.javascript)


Discuss Re: IE + Word + SAP + JavaScript? in the Javascript (German) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Martin Honnen
 
Posts: n/a

Default Re: IE + Word + SAP + JavaScript? - 08-08-2003 , 04:23 AM








Falk Gottschalk wrote:
Quote:
Hallo Fans,

hat hier irgend jemand schon einmal etwas gebastelt (mit JavaScript
natürlich) womit man innerhalb eines IE-Browser-Fensters
a) Ein MS-word starten kann
b) Dieses Word mit Scripts quasi "von außen" steuern kann?
Hintergrund ist die Integration von Word in eine Portal-Lösung von SAP, die
mit BSPs realsiert werden kann. Im Idelafall hat jemand die
Office-Integration der SapGui in Javascript nachgebaut.

`
Man kann mit JScript unter Windows ActiveX-Objekte erzeugen und scripten

var wordApp = new ActiveXObject('Word.Application');
wordApp.Visible = true;

Das sollte aber von HTML Seiten aus, die per http von einem Webserver
geladen werdem, aus Sicherheitsgruenden nicht moeglich sein. Man muss
auf HTML Applikationen (.hta Dateien) zurueckgreifen. Siehe dazu auch
http://msdn.microsoft.com/

--

Martin Honnen
http://JavaScript.FAQTs.com/



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.