Hi, there are many ways to transfer paramters from between pages in Intrexx. This method I am going to present here is one them. I am not intending to write a complete solution with details but rather to point out some directives.
Javascript:
Page A:
- Dropdown list: value(Yes, NO)
- Button (onClick event: paramTransfer(this) )
Page B:
static text and select the option Only default language (such as for programming purposes).
[ $Request.get("rq_KNr") ]
More info regarding this topic can be found in documentations at united planet academy
Hope it helps and do not forget to drop a comment.
Javascript:
Page A:
- Dropdown list: value(Yes, NO)
- Button (onClick event: paramTransfer(this) )
Page B:
static text and select the option Only default language (such as for programming purposes).
[ $Request.get("rq_KNr") ]
More info regarding this topic can be found in documentations at united planet academy
Hope it helps and do not forget to drop a comment.
No comments:
Post a Comment