mark4asp
On Tue, 28 Sep 2004 01:38:39 GMT, RobG <rgqld@iinet.net.auau> wrote:
[color=blue]
>NK wrote:
>[color=green]
>> Hi,
>> We have a webpage that has a form available on the intranet.
>> A user will have a window open that runs a different application open.
>>
>> When the user accesses the webpage and clicks a button we should
>> capture the data from the application window and populate the form.[/color]
>
>You want to capture information from another application
>from a web page? You work for Microsoft? :-)
>[color=green]
>>
>> Is it possible to access text inside another opened window on the client
>> pc, using javascript?
>>[/color]
>
>*Absolutely not*, and anyone that made a browser that could
>do it would be hung, drawn and quartered and then killed in
>a really nasty fashion (assuming you mean a window opened by
>another application as per above).[/color]
Can he use a browser plugin to do this (to copy the data from the user
application? Otherwise could the data be exported to a structured form
(XML?) and then be copied in?
ie. Can one copy data from a XML file into javascript? Surely. |