How to understand if a page is called in menu or page another link

Hi all
I developed a page and I need to understand if a page is called by the link on another page, or a tab from the menu.

I have page1 and page2, page3
I have menu1, menu2 and menu3

I need to identify when page3 is called menu3 or a link on page 1 or page 2.

Thanks in advance,
Massimo

You can put different values of REQUEST in your links. According to the value of the claim, you can do everything you need on the loading of the page.

Denes Kubicek
-------------------------------------------------------------------
http://deneskubicek.blogspot.com/
http://www.Opal-consulting.de/training
http://Apex.Oracle.com/pls/OTN/f?p=31517:1
-------------------------------------------------------------------

Tags: Database

Similar Questions

  • How can I send a page or link to my cell from my laptop?

    How can I send page or link by e-mail (yahoo) to my cell?

    Hi linda,.

    You have an Android phone? or and iphone? If so, there are ways to receive your emails on your phone. Let me know.
  • How we understand the equivalent page number in the printed version of the book?

    I am a teacher and I attributed to my students the printable version of a book. I read the book in ibooks and now have to find all my quotes highlight page numbers in the printed version. Is it possible to do this?

    I think all you can do is to compare the total number of pages in both versions and apply the appropriate for your quote numbers percentage.

  • How to send a Web page and link page to someone?

    In Safari, there is a mail icon do that quickly. I'm new to firefox. How to do this?
    Thank you

    There is also an icon with Firefox. (Send a link to this page.) It looks like
    an envelope. You should find it in the Manager customize if is not
    in your toolbar.

    Type of topic: customization< enter > in the address bar.
    In the new window, look for the icon. When you find it, press and hold
    the left button on it and move it to where you want it to be.
    You can move the icons you want here, but
    some icons are locked in place.

  • How do I know which pages are linked to a model

    How can you say, a model of all the pages which it affects.

    I have a few templates 'junk' that come from past experiences that I am trying to remove, I wouldn't want to be a part of something important.

    Do a simple search on the overall source code of your site for the name of the template file. You will get a results panel showing each occurrence of this file name... more precisely, every page that uses this model will be on this list.

    CTRL > F > [find in:] entire current Local Site > [search:] Source Code > [find:] filename.dwt [enter/return]

    Beth

  • Modal region of the tree as a popup... After clicking the value in the tree... How to avoid the parent page is refreshing

    Hi, I spent long hours to solve this problem and wait for the answer from the expert.

    I created a form with text boxes and one of them, I created just small image button to call the modal region of the tree.

    Everything is OK, tree appear and disappear after the passage of the code value for the text element in the parent form.

    But it refreshed and initialized all other areas of empty text as well... ^ ^;

    I think that, because of the link in SQL tree. Someone help me?

    Select case when connect_by_isleaf = 1 then 0

    When level = 1 then 1

    else                           -1

    end the status,

    level,

    "CAT_NM" as the title,

    NULL as an icon,

    "CAT_CD" as a value.

    NULL as ToolTip,

    ? p = & APP_ID.:112 :'|| : APP_SESSION |': P112_CAT_CD :'|| "' CAT_CD ' as link-> How to avoid refreshing the page parent and just switch the CAT_CD to the called page?

    'category '.

    Start with 'PARENT_CAT_CD' is null

    connect prior "CAT_CD" = "PARENT_CAT_CD."

    siblings arrested by "CAT_CD".

    Hey "zoomok,"

    Large - an example would have been my next request in any case I took a glance and changed your demo page to work as you want.

    Things of note:

    -SQL source tree: NO link value! A link value will generate apex code that will redirect you to the link. It will always be a redirect page, where a rerender page, and not what you want! Leaving NULL allows us to interact with the tree interactively via javascript

    -Code in variables and functions global page - javascript - next:

    function treeOnload(){
      var l$Tree = $("#tree_modal div.tree"); // get the tree instance
      // handle the onselect event of the tree
      $.tree.reference(l$Tree).settings.callback.onselect = function(NODE, TREE_OBJ){
        $s( "P112_CAT_CD", $(NODE).attr('id') ); // get the VALUE of the node and put it in item P112_CAT_CD
        closeModal(); // close the active modal region
      };
    };
    

    -In javascript - dependent section I added a call to this procedure:

    treeOnload(); // initialize the tree with our settings
    

    And that's all! I didn't know that you use "openModal". There are different ways to implement modal regions, so it is important to know how we do for ourselves what to do with it.

    FYI - you now need to change your credentials. And mark the answer that has helped you or is correct, please.

  • How can I combine all pages of the site to a new page of the site?

    Hello

    I use Dreamweaver cs4 on a windows pc. I have 12 pages of my site with a spry vertical navigation bar. Whenever I create a new page I then add that to the spry navigation bar. All other pages do not show this new page in the navigation bar. Thus, the spry NAV. must be site wide update. Is it possible to update the spry navigation bar site wide in a few clicks? Is there an easy way of all the other page a link to this new page? I have a rendering template, but all pages on my site are now detached from this model. Whenever I saved the template in an html file to create a new page in the navigation bar was the word inside template, so I just deleted it out of the code. As you can probably I'm pretty new to dreamweaver so any help will be greatly appreciated to say the least. I checked everywhere wherever I can think of for the answer

    Thank you for taking the time to help, dluthier

    Is it possible to update the spry navigation bar site wide in a few clicks? Is there an easy way of all the other page a link to this new page?

    Yes, there are ways to have all the pages to be updated when you make changes to a navigation bar.  However, the way you describe the situation you currently do it all manually.

    The easiest way to update a navigation bar:

    1. the use of serverside includes: this is a basic tutorial explaining what is a SSI and how it's done.

    http://bignosebird.com/SSI.shtml

    2. the other is the use of models - that you tried.

    I have a rendering template, but all pages on my site are now detached from this model. Whenever I saved the template to a file html to create a new page in the navigation bar was the word inside template, so I just deleted it out of the code

    That's where you went wrong, you save the template with a new name, and save it as an html file.  You must use: Create New > model.  This way, you create a new page of the master model and save it in the root of your site - and this is what is called a "page of the child".

    Using DW templates:

    http://www.Adobe.com/devnet/Dreamweaver/templates.html

    The differences between the use of SSIs and DWTs (template file):

    With a SSI file, you make changes to the file and all the pages, the inclusion of which will update automatically and you need only download a SSI whenever you make a page.

    If you use a model, whenever you make a change, once again all children pages are updated, but you need to download * all * changed pages.

    I hope this helps.

    --

    Nadia

    Adobe® Expert community: Dreamweaver

    http://Twitter.com/nadiap

    --------------------------------------------------

    Unique templates CSS | Tutorials | SEO articles

    http://www.DreamweaverResources.com

    http://csstemplates.com.au/

  • How to create a scrolling pages using Acrobat 5.0 for Windows (multi)

    How to create a multi page document that can be scrolled? I want to place a drawing, I have in pdf format, on each page of the document, and then send via email if the recipient can open and scroll through the pages to see all the designs.

    If I understand your situation, you have a lot of PDFs, each with a chart. You want to combine. Just open the first PDF and then go to Document > insert Pages to add pages. If they come out in the wrong order, simply use the thumbnails to rearrange. Save the file using Save as.

  • How we can refresh a page if a date is entered in a date picker

    Hello

    How we can refresh a page, if a date is entered in a date picker, as the selection with option mailing list where the page

    is automatically updated.

    TJ

    TJ,

    Use the Onchange event to call a function doSubmit javascript to refresh the page. Change the date picker control element and the attributes of the element in HTML Form code
    onChange = "doSubmit (); »

    Thank you
    Manish

  • How I branch to a Page of the APEX in an another Page of APEX, without button?

    Hello

    I have an APEX Page, Page 11, that contains an HTML element, then a region of PL/SQL. I want that all the code in PL/SQL region (who calls various procedures side Server package) to run completely, after which, I want to create a branch to / call Page 14.

    I want this branching/call take place automatically, i.e. WITHOUT the user to press a button "submit". Is this possible? If so, how do you?

    See you soon.

    James

    James:

    It has just occurred to me this mod pl/sql does not empty the http pl/sql mod had relied on stream until after the stored procedure is finished. Since the region HTML display, call your procedures on server side, the call to owa_util_redirect etc are all part of a larger APEX procedure (P), you end up seeing the behavior you do.
    How the user can't page 11? I think that you need to do is to show the progress bar image before arriving at page 11.

    CITY

  • How to open a new page (new document) without closing existing?

    How to open a new page (new document) without closing existing?

    In the current version of Pages on a Mac, you simply go to the file menu and click New or use the keyboard N command.

  • How to do a two-page spread in photo books?

    How to do a two-page spread in photo books?

    Hi Myrte Veach,

    If you want to add pages to your photo book project, please follow the steps below.

    Add, remove and rearrange the pages of book

    You can add, remove, or reorder pages from the book. You can insert new pages anywhere in a book, except between the cover on the outside and the inside cover page.

    Note: A book must have an even number of pages. If the change in the number of pages creates an odd number of pages, Photos automatically adds or removes a blank page to keep the number of pages to an even number.

    Click project on the toolbar, and then double-click the book.

    Do one of the following:

    Add a page: select the page you want the new page to follow, and then click Add a Page in the toolbar and choose Add a Page.

    Set the number of pages in a book: click on the book settings button in the toolbar and drag the number of Pages.

    Remove a page from a book: click on the page to select and press DELETE, or click on the button Add a Page in the toolbar, select the Page to delete, then click on continue. You can also click on the page, select the Page to delete, then click on continue.

    Move a page in a book: rest the pointer over a page number until the page button, and then drag the button on the page to move the page to a new location. You can also select a page, and then drag the button to the page.

    Create a photo book

    The link above will give you a lot of information on the creation of your Photo book. Please use the Apple Support communities to post your question. Good day.

  • I installed 5.6.2 Pages but all my old documents will open with ' 08 how can I delete the Pages ' 08 and update all the old documents

    I installed 5.6.2 Pages but all my old documents will open with ' 08 v.3.03 How can I remove the Pages ' 08 and update all the old documents

    5 pages is located in your Applications folder.

    Pages ' 08 is located in your Applications/iWork ' 08 folder.

    If you open your old documents Pages ' 08 with 5 Pages it will convert and if not damage, remove a large number of useful features.

    You will probably regret upgrading to 5 Pages which Apple has made extremely inconsistent and keeps changing its file format.

    Peter

  • How to install endnote on pages

    How to install endnote on pages

    Pages for Mac: on the plugin Pages EndNote - Apple Support

  • How do I start foxfire page

    I try to get the Flashplayer from ADOBE working on Foxfire, but don't know how to get to Foxfire start page if I click on the foxfire icon it goes straight to Yahoo.

    skinnysailor said

    How do the firefox home page NOT the yahoo homepage

    The default homepage in Firefox is Subject: Home

    However since Firefox 34.0 default search in Firefox US engine changed from Google to Yahoo.

    https://support.Mozilla.org/en-us/KB/use-search-bar-Firefox-and-manage-search-engines

Maybe you are looking for

  • Equium A200-Vista repair always at boot

    Dear all, This is my first time in the forums and I need help.I have a computer Equium A200 laptop running Windows Vista 32. Recently, I got a malware problem and my only recourse was to erase everything and use the Toshiba Recovery disk that was pro

  • J6L84PA HP #ABG notebook: where to find HP QuickStart app to download

    Can someone please tell me if the Quick Start menu app is accessible anywhere safely download it from.  All existing links forum answers date early last year, or earlier it just go to descriptions and not the software. I have Quickstart on 2 other HP

  • email address on photosmart Panel 5520

    I put an email address to send a scan what symbol on the Control Panel printer is dot like co.uk

  • WPA problem

    Hello world We will have a problem with WPA with a new AP. 1130 below are excerpts from debugging and below that is our sanitized config. Any ideas? Thank you!! Stephen * 1 Mar 01:43:51.813: 0012.1714.1dad Client failed: not the most recent request C

  • Why can not download/sync files market CC?

    I encountered a problem with the sub-tab 'Market' in the 'Assets' of the Cloud creative control Panel tab. I can't download or synchronize any piece of it. If I select a template file, image, etc. and click on the button 'Download' nothing happens. N