×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi Kelley,
If you need a hyperlink on something on your web page through CGI, what you
can do is just add the <A HREF= link around the text you want to be a
hyperlink when you build your HTML page.
For example, if you need the text "eBay Auctions" turned into a hyperlink,
you could do something like this:
<A HREF="
http://www.ebay.com">eBay Auctions</A>
Then when that appears in the browser, it would just show eBay Auctions as a
hyperlink.
That's the easiest way I can think of to do this.
Shannon O'Donnell
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Kelley
Sent: Wednesday, January 09, 2008 9:14 AM
To: RPG programming on the AS400 / iSeries
Subject: RPG CGI?
I've been using Shannon O'Donnell's Step by Step article (very helpful) and
have built several "informational" web pages for internal use. What I'd like
to do is display a list of customers on a web page and let the user select
one by mouse click and then show some detail information (current orders,
backorders, etc.). I'm guessing that I'll need something on the web page
(JavaScript, ?) in order to recognize the mouse click and pass the data back
to the i5. Can anyone point me in a direction?
Thanks,
Kelley
As an Amazon Associate we earn from qualifying purchases.