Link one page to another in oracle apex

Ahmed Kotb picture Ahmed Kotb · Apr 15, 2011 · Viewed 29.4k times · Source

this is supposed to be simple i have two pages A and B what i want to do is add a button (a hyperlink or image will do) in page A that when clicked go to page B

how can i do that ?

thanks

Answer

lba picture lba · Jan 6, 2012

If you don't want a button, simply use a html href to f?p=&APP_ID.:<your page number to link to>:&SESSION.

<a href="f?p=&APP_ID.:2:&SESSION.">Go to page 2!</a> takes you to your page number 2...