开发者

Link one page to another in oracle apex

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

ho开发者_如何学Cw can i do that ?

thanks


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...


There are many ways. Perhaps the simplest is to create an Apex button using the Create Button wizard. Follow the instructions and when you get to the "Action When Clicked" page, choose "Redirect to Page in this Application" as the Action and enter the Page number you want to go to when the button is clicked. You can also enter other details such as Request, Clear Cache, Set These Items.

Link one page to another in oracle apex

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜