After clicking on hyperlinks on the home pages of Yahoo, NY Times, and other websites, the browser will not go back to a page before the current one either by clicking on the go back icon or via the backspace.

I'm using Firefox 4.0 pm a Windows7 OS.

Vishal,
1. How do I access application level items like F119_THIS_PAGE_ID in pl/sql ? I tried F119_THIS_PAGE_ID,:F119_THIS_PAGE_ID,&F119_THIS_PAGE_ID. but all failed.What do you mean by "in pl/sql"? In a PL/SQL Expression condition you can use: if :F119_THIS_PAGE_ID <> :APP_PAGE_ID but in a PL/SQL stored procedure you have to use: if v('F119_THIS_PAGE_ID') <> v('APP_PAGE_ID') .
2.How to set a condition for computation#2 that it should only fire if F119_THIS_PAGE_ID <> :APP_PAGE_ID. I tried expression 1 <> expression 2, current page <> expression 1 but nothing seems to be working
Condition type: PL/SQL Expression as shown above should work.
3. Lastly, is this the best or the only way of doing something like this, any suggestions ?
Looks ok to me. Sometimes javascript:window.history.go(-1) can be useful.
Scott

Similar Messages

Maybe you are looking for