Operating System - HP-UX
1752799 Members
5768 Online
108789 Solutions
New Discussion юеВ

Suppressing a web ling on screen.

 
Jason_309
Regular Advisor

Suppressing a web ling on screen.

I am running HP-UX 11.11. We are also runnign cobol. In the users menu they have a link they click on to take them to some oracle forms applications. My problem is that the links are getting loger. Is there a way to display something shorter and go to the correct link?
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Suppressing a web ling on screen.

Shalom,

Yes, correct the program that is generating the screen output.

Where it says:

href="hporacle.shtml">Very, very very very long link

href="hporacle.shtml">Shorter link

This is an application programming issue and the exact change depends on what program is used to generate the screen, which you indicate is probably a cobol program.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jason_309
Regular Advisor

Re: Suppressing a web ling on screen.

What i meant is that i want to have the same link but display a short name on the screen that points to the link.