I am using APEX from Oracle and have one interesting situation. As you might know, APEX gives you an opportunity to generate buttons with link on another page, transferring variables from one page to another.
Now I am creating an HTML region using "Static Content" and want to create a button in HTML with the same functionality as built-in in APEX.
Example of the APEX link:
'f?p=254:32:&APP_SESSION.::::P32_IST_SOLL,P32_MODELL,P32_ZEIT_ID,P32_TYP,P32_GEWERK:SOLL,&P2_MODEL.,&P2_AKT_MONAT_ID.,KREDIT,&P2_GEWERK.'
Every value between "&" and "." is a name of the variable on the current page. Do you have any ideas how to let variables into link and overcome this problem? Thank you.