Genero Web Front and hotlink
"Fred Fung" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, In the Genero Web Client, I would like to do the following : In the .per, I define a table. In one of the columns in this table, I would like the content on each row in this column to be displayed as a hotlink, i.e. the text is underlined according to the normal look of a hotlink on a web page. When the user clicks on the mouse once (not double-click) on each of these hotlinks, an action will be sent back to the BDL code to do the appropriate processing for the entry clicked. We have a number of web pages like this in our BDL Web Client application and so far I have been using the Template Language to create the html template to add in the anchor tag to achieve the purpose. I am just wondering if there is a simplier way that would be suggested by 4js. Thanks, Fred