PDA

View Full Version : Re-directing exit pgm to a URL



Guest.Visitor
01-01-1995, 02:00 AM
Hi all! I have a written a exit program(using redbook) for Workstation Gateway Server exit point to bypass AS/400 sign-on screen and directly call my application program. It works fine,however when I press F3=Exit then it takes me to the AS/400 main menu.I want to redirect this to a URL. Is there any way on AS/400 (using CL , API etc.) through which you can direct the output of a key to a URL on the internet?

David Abramowitz
05-24-2000, 08:08 AM
You can imbed HTML code directly into your DSPF DDS. This is done by use of the HTML keyword. In this manner, there are a number of methods to accomplish your goals. Dave