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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to open a local Internet Browser from CICS?

Status
Not open for further replies.

Trancer76

Programmer
Aug 4, 2003
4
CH
In a small project the company I work for wants to display a list of the names of all electronic documents - which are stored in a Client/Server-based Java-Application - on a CICS-Map.

The name of every document stands for a http-link, which is stored - not visible for the user - e.g. in a TS-Queue.
If the user selects the name of the document a Internet Browser must be opened on the local machine of the user loading the chosen http-link.

Is there a possibility to build a Cobol-Program which opens a browser on the local machine? How can I get from the central host to the local machine of the user?

Thanx for your help!
 
I wonder if this a CICS specific problem !!!!
Just a guess!

I think your project will require two codes..one for the central host and other for the local machine..
The central host can send the link to the local machine in a file. The local machine code should get triggered as soon as the file is received. This code will read the file, get the link and open the link in the explorer. (the code on the local host will need TSR programming)

But if you code has large number of users, then this idea may be difficult to implement as they may be using a variety of operating systems and explorers..

Cheers
ashish



 
Thank you for your response.

Probably this needs some time to realize. So I have to think again about this...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top