window to another page in the apex application number

Hello

In my apex application, I created a pop up pointing to another page in the application.

Authentication is not passed correctly, i.e. I am being prompted to sign again the application.

Can some help me create a hyperlink for authentication?

Window.Open ("http://optmsdevapex01.cswg.com:7777 / pls/apex/f?") ' p = 174:2: ","mywindow",
"width = 350, height = 500');"

f? p = 174:2: & SESSION.

would do the job.

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 to link to another page in the same application?

    I think I have right now a brain fog. Cause I can't understand this.

    I would like to make a link to another page in the same application through just an arbitrary word in a paragraph.

    I'm not trying to spend all the values. I do not use a button or a text element.

    How can I make a link to a Word?

    Thank you very much
    Maggie

    Hi Maggie!

    I imagine me, that you have a html text and you want to have a hyperlink to another page in your application.

    For example, you have a text like: "I want to create a hyperlink to a page.

    Now, if your mouse passes the word 'hyperlink', you want to see this magic 'hand '.

    First copy the URL of the target page: something like this-> "http://127.0.0.1:8080/apex/f? ' p = 100:2:3122716493255005:NO:

    Changing your text to html in this way:

    I want to create a hyperlink to a page

    I hope it helps

    Gerhard

  • Modal calling report that calls another Page to the APEX 5

    I have an interesting question here for the community...

    Using APEX, theme 42 5.  I have a report with a button that will call a modal form.  on the form modal is a LOV which will set a value to the calling page.  If the value returned to the calling page, I then need to redirect to another page in the application by assigning a page element on the new page with the value that I have just received from the modal page.

    I have everything up to the second rec = direct working in a test environment and I have problems with redirection...

    All those who want to watch here is the information:

    URL: https://glassfish1.revion.com/apex/f?p=4550:1:23425296545047:

    workspace: homeworld

    user name: demo

    password: demo

    application name: emp demo test (143)

    I have built dynamic actions to get the value of the page where I need but when try to redirect to the page and set the page item, that I don't get the redirection to work...

    Thank you

    Tony Miller
    Los Alamos, NM

    Hi Tony,.

    I'm just curious... If it worked for you?

    Thank you

    Pavel

  • Error JSON trying to redirect to another page in the same application

    I'm implementing a dynamic PL/SQL action that is triggered by clicking a button.  Dynamic action sets two values in a table and then I want to redirect to another page.  The works of fine setting values.  The code is below:

    declare

    l_information VARCHAR2 (255): =: P94_FILENAME;

    BEGIN

    commit;

    UPDATE VDI_METADATA

    SET CREATEUSERLISTNAME = l_information,

    CREATEUSERLISTON = sysdate().

    commit;

    HTP.init;

    owa_util. REDIRECT_URL ('f? p = & APP_ID.:81: & APP_SESSION.:NO :::');)

    END;

    The redirection fails with the following error:

    "Error: parseerror: JSON.parse: not just a space unexpected character after JSON data.

    I tried several approaches, using the suggestions in this forum on how to redirect to a page of PL/SQL.  None of them lead to success.

    Can anyone tell me: what is the system to complain?  And is there a work around?

    Thank you.

    John,

    I recommend the addition of another true action in your dynamic action that executes javascript.  the logic would be just redirect('f?p=&APP_ID.:81:&APP_SESSION.::NO:::');

    Remove everything after the validation of your action of pl/sql.

    David

  • Copy the value of the item to another page of the apex in a field

    I have a main table and adds a new button.

    In my master table, there is a client code.

    If I press this button again, I will be referred to another form on another page where I can create log files.

    For the moment, I have to insert the client code in this form.

    How is it possible to copy the customer ID, if I press the new button in the main table, if this customer code (value) will be copied

    in another article on my other page?

    Hello

    What version of APEX are you using?

    Solution for this should be simple.

    Just edit the button element. Assign it "Action when the button is clicked" "redirect to the page of this application.

    "Then set: Set on these elements ' with the name of the target element and the 'with these values" with the name of the source element.

    The same works also for reports. But instead of the nom_element, you must add the column name as: #COLUMN_NAME # for 'with these values.

    Concerning

    J

  • Limitation of the APEX: sharing pages between several APEX applications

    I was hoping if someone with a little more experience architect APEX could comment on some of the limitations that I see and I have to make good decisions, working around the problem.

    Any suggestions are welcome.

    One of the limitations I've seen, it's how APEX handles applications and pages. Each application appears as an island, it has its own set of pages, the processes of connection, templates, CSS, JS, references etc.. Regarding the CSS and Javascript, you can be defined in a central location, but still, every new developed APEX application must be configured to make use of your 'standard '.

    The more traditional web solutions showing each as stand-alone web page and any web page can call/reference any other page and pass information to session between them.

    With APEX, however this doesn't seem to be the case.

    A solution would be to have a huge demand for APEX, where all the pages are the property of this unique application.

    Unfortunately, we use of APEX and EBS R11 (& R12) together; all APEX applications are started in the menus of the EBS. I had drawn a SSO solution between the two (without using oracle SSO). However, each APEX application is unique, as small modules instead of complete applications. In other words, we tend to use APEX as an alternative for Oracle Forms - each APEX application is a standalone program.

    I always wanted to be able to apply the same connection process and look and feel in the brand new APEX app we write.

    The way I went to this subject has been meticulously creating a 'model' APEX application. Embedded in the application of this model are all our shared CSS, JS and models that apply the site appearance. It also contains our custom library of signature unique code and debugging custom logger (think log4j but for APEX).

    So whenever a developer began work on a new APEX application, they start by cloning the model and automatically inherit all the functionally and website presentation.

    My concern is if this is really the best way to do it, or if I'm missing something?

    I am also concerned move forward when I wants to establish the change in appearance across all of our web applications that I need to touch each APEX application since. I'm trying to mitigate this by ensuring that almost all the programming logic is contained in packages of PL/SQL, CSS and Javascript only referenced and external application of the APEX. But this does not always with models, or with a logic that is rooted in the actual pages of the APEX etc.

    At least APEX allows you to easily enough copy pages between applications, but it does compare not just to have a single page shared between all applications of the APEX.

    Is there a better way to go about this?

    Hi attis.

    I think you can't really compare a module with an APEX application forms. I wouldn't say to create an APEX application every time when you have created a module of forms in the past.
    A forms module is just a few pages of an application to the APEX. Then you really should have more then a few pages in an APEX application. Certainly, a huge application is also not the way to go, but I group them for example by logical areas such as HR, logistics, order...

    As Sc0tt already mentioned, you must use the 'Subscribe' mechanism of shared components to make it easier to update all your applications with the model updates. But there is more, you should also share your user name and just have in one place and use the "simple APEX based SSO" that allows all applications within a workspace can share the same session. Simply set the 'Cookie' namesake in your authentication for all your applications and when you bind an application to another and include a valid session id you should not have to log in again and you can also set the session state in that other application.

    So here's what I'd do

    (1) creating a master application that contains
    (a) your theme and other components shared that you want to share
    (b) must be also some basic navigation lists to navigate between your applications...
    (c) create a sign with the name "Redirect to connect main app" and type accounts APEX (no matter) where you define the name of 'Cookie' to 'Cbx_missmost' and the URL of invalid session to the login page of your creation 'hand connection app '. For example: f? p = 9999:101: & SESSION.

    (2) create a model application which is a copy of the claim, but where change you the "subscription" of your models, authentication scheme and components shared in the main application. This will serve as your App developers if they want to create a new application.

    (3) create your 'hand connection app' (eg. app 9999 id) by
    ) a copy of your new model application
    (b) remove the inside authentication scheme (this is just made for this main connection app)
    (c) create a new type to use. But important: set the name of 'Cookie' to 'Cbx_missmost '. This will ensure that all applications have the same session cookie.
    (d) If you use APEX 4.1.1 you will automatically be redirected to the calling application after successful login.

    (4) start to create new applications by copying your 'model' application that contains all subscriptions.

    (5) If you run this application, it automatically redirects to your main connection application if the current session is not valid. This will avoid to have the same logic of authentication in your applications.

    (6) If you need to change your templates or shared components you just do in the "master" application and click on the "publish" button to push the changes for all your applications.

    But still, try to avoid many small applications, I think that make handling just unnecessarily complicated. It is an APEX application has a few hundred pages. For example, our APEX app Builder (app 4000) has more than 1260 pages.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Copy, double-page in the same application

    Hi all

    I'm trying to findout if there is an APEX option to duplicate a page in the same application.

    Basically, I want to create a similar page on the same application. Instead create page from scratch, I want to duplicate, and then change a few options.

    I saw an option for export, but when I try to import it replaces the same page.

    Thank you

    Hello Malas,

    Possible to the page you want to copy, click on 'CREATE' button then 'New Page as a copy'. There is an option to copy to another application.

    Alan.

  • Copy the APEX Application

    Hello people:

    Oracle Database 11 g Express Edition version 11.2

    Request Express 4.0.2.00.08

    I have a question for you.  I developed a simple application for a Department within my organisation:

    8 pages (no application process, process page 12)

    2 triggers

    2 sequences

    2 tables

    Other departments within my body as the application so they would like their own "copy".  Because of the type of information entered in the application, I can't have all the applications use 1 (of course I can but I need to create a somewhat complex authorisation schemes and I'd rather not go that route);


    Now, finally the question:


    Is there a way to the APEX to copy an application and recreate all the components (table, triggers, etc) from the new table names?  APEX makes it definitely easy to make a copy of an application, but I then go through the copy with a fine comb to change all references to the old names of table and replace it with new table names.


    Suggestions?  Comments?  I thank all members of this community of Oracle, because you communicate knowledge where it is lacking...  

    AquaNX4 wrote:

    People of day:

    Oracle Database 11 g Express Edition version 11.2

    Request Express 4.0.2.00.08

    I have a question for you.  I developed a simple application for a Department within my organisation:

    8 pages (no application process, process page 12)

    2 triggers

    2 sequences

    2 tables

    Other departments within my body as the application so they would like their own "copy".  Because of the type of information entered in the application, I can't have all the applications use 1 (of course I can but I need to create a somewhat complex authorisation schemes and I'd rather not go that route);

    Now, finally the question:

    Alas, I fear, that's the wrong question.

    Is there a way to the APEX to copy an application and recreate all the components (table, triggers, etc) from the new table names?  APEX makes it definitely easy to make a copy of an application, but I then go through the copy with a fine comb to change all references to the old names of table and replace it with new table names.

    Any suggestions?  Comments?  I appreciate everyone in this community of Oracle, as share you information where it is lacking...

    If it becomes a business tier application, it must be generated using the level technology company, such as the authorisation schemes, VPD to the multi-tenant data to be stored in the same tables and sturdy PL/SQL API for the maintenance of the data rather than the process Assistant APEX.

    Authorisation schemes are of no use in restricting access to the data, they are used to control access to the APEX application components. You can use authorization to control if a user sees a report from the region, but not the rows that are displayed in the report. To do this you must use VPD or views (note that separate sets of tables are not even considered an option).

    If all departments use, how long before that some top-level executive wants to have access to the data for each of them? How easy it will be to predict that, when the data is distributed on several tables?

    That said, SPV is not available in the XE, and the fact that you use it means that you are unlikely to be able to switch to Enterprise Edition to get it.

    My recommendation would be to rebuild the application using a set of tables, the views that restrict access to data by the Department and the generation of reports and PL/SQL with API packages manage data.

  • I want to do a video opening and to redirect to another page after the end of the video, how do?  No matter what widget or code can do?

    I want to do a video opening and to redirect to another page after the end of the video, how do?  No matter what widget or code can do?

    Can do in muse and I tried to use dreamweaver like the code below:

    <! doctype html >

    < html >

    < head >

    < / head >

    < body >

    < style >

    {#video_background}

    position: fixed;

    Bottom: 0px;

    right: 0px;

    min-width: 100%;

    min-height: 100%;

    Width: auto;

    height: auto;

    z index:-1000;

    overflow: hidden;

    }

    < / style >

    < video id = "video_background" preload = "auto" autoplay no Cup >

    < src = "source opening.webm" type = "video/webm" > "

    < src = "source opening.mp4" type = "video/mp4" > "

    This browser does not support video

    < / video >

    < script type = "text/javascript" >

    {document.getElementById('video_background').addEventListener ('ended', function ()}

    window.location.href = ' http://www.xxxx.com';

    (}, false);

    < /script >

    < / body >

    < / html >

    adeletsang wrote:

    Thanks for your reply.

    I just need to click on "object > insert html ' muse and paste the code there?

    My video ID is video_background which is defined by the widget by default, I should change the code below:

    The site I posted has no video in there and I don't have the widget that Peter sugested however, you can replace the startup code Nacy O made (the black with bit blob going around it) and it should work... understand that a ve\ideo will have to be downloaded by your browser clients before they can see it, so it's another delay for them.

    The code you posted is the code of downtime and that seeks a DIV not called "intro" so no do not change his name...

    A mandatory opening text

    After 5 seconds, this block will disappear.

    Everything between the two div tags is startup code and replace you it with you video and then use the muse "object > insert html" tool to place on your page.

    The demo includes three bits;

    • the body or the div tag is the code shown above and goes into the tool "insert html".
    • a header code that defines styles i.e. the yellow background and text... cela goes in your location of metadata page

    • The final code is the timeout in jQuery you had but do not change the name to the background image unless you also change the name of your div to match... Nacy O put it in its footer code that is correct for DW, but Muse has no footer as such area so I used a master metadata slot to the same effect. The important point is that it descends UNDERNEATH other codes.

    Have a play with it and see how you go...

  • view the HTML source of a page of the apex

    Hello world

    I'm looking at how I can view the HTML source of a page of the apex and to be able to change it. That's why reading the html source code in the browser when the application runs don't suits me.

    Someone at - it an idea how it can it be possible?

    Best regards

    Hello

    Loga is correct on the use of firebug with firefox. However, if you use IE (version 8 or later), press f12 to switch to developer mode. For Chorme, click the right button of the mouse, you'll get a context menu, you can see "Inspect element", which will have the HTML for this object. Yes as Loga said, if you can simulate changes by using these three, you can bring the apex thro generator only changes required, applying changes to CSS, script, models etc. Hope it will be useful.

    Kind regards

    Natarajan

  • How can I add images to the Pages of the Apex?

    Hi all
    Can someone tell me how to add an image to a Page of the APEX? We have an application that is ready to be deployed, but bed looking a bit spartan. Its a finance app but some graphics would be nice.

    We have uploaded an image named ID - 10038362.jpg for the shared components > application Images. Reference on page 101 > Log In HTML area > attribute region Image < img src = "ID-10038362" >

    We are on APEX 4.1.

    Any help would be appreciated.

    Thank you

    lilhelp wrote:
    Hi all
    Can someone tell me how to add an image to a Page of the APEX? We have an application that is ready to be deployed, but bed looking a bit spartan. Its a finance app but some graphics would be nice.

    We have uploaded an image named ID - 10038362.jpg for the shared components > application Images. Reference on page 101 > Log in HTML area > attribute region Image

    We are on APEX 4.1.

    #WORKSPACE_IMAGES#ID-10038362.jpg
    
  • Insert another page in the same format in AI?

    I'm with have. The file contains several pages. How can I insert another page in the same format?

    'pages' are plans of work in artificial intelligence. Use the tool of work plan to add or modify existing relationships. Although I'm not entirely sure that's what you hear.

  • Open a new window when the connection to another page in the application

    I have an Apex 4.2 existing application that uses buttons to direct users to other pages in the application

    Users want to be able to open a second (or possibly) 3rd window or perhaps a second tab

    Is there a way to code?

    Sure using good old Javascript.

    Set the URL, then type:

    JavaScript: window.open('f?p=APP_ALIAS:PAGE_ID:&SESSION.')

  • Click on the button to another page in the application

    Hello world

    Sorry for such a an easy question, but I just can not find an answer. I have a landing page where my clients can select one of two different applications to use. I created two html buttons and hold the buttons to direct the customer to the correct page in the application when you click it.
    What is the syntax to do this? I t should be easy and I wonder if I'm too difficult. Thank you.

    Derek

    Hi Derek

    http://your_server/pls/apex/f?p=100:1
    

    Would be the normal installation if you have not changed anything where you want to go to page 1 and request 100.

    See you soon

    Ben

  • How to open a page in the APEX after I click on the "submit" button?

    Hi gurus,

    Here's my question (I'm new to APEX so please bear with me and provide details - I'm not new to programming, however). Ok. I have open application, a menu and the option of a menu I want to be a wizard to create an object (signature).

    Once this wizard is done (it contains 3 pages linked modeless dialog), the button "submit" I want:

    1 / all data is committed to the DB

    2 / all data to be loaded into a new page that contains the full record, which was completed in steps the wizard 3

    .. and I think that's all...

    I understand the page after sending else can't do anything, not even to be triggered if everything must be done before. So, I made a dynamic action on the button end like this:

    But I will not be opened in a new page but as part of the application (below you can see that opens in a new page):

    Can you guide me please? Something must be either very easy, I guess...

    This is the first question.

    Second question: how to fill this new page with the instructions I just submit - how can I find out the rowid of the folder has just presented. Or... is there an another way of modeling that? What I want to do is create a record in a database either by attending either directly. If I click on cancel I will go on the record in page 1 where I can see full fields, if I choose assistant and then once I'm done I want to see all the data even in Page1. Where I can possibly do some mod.

    Thank you!

    Gabriela

    (if it is not clear that I can show in a short owc internally)

    Point 1: Creating a new branch on the last page of the wizard, which will take place on the State of the button "FINISH" Give branch URL of page that you want to navigate.

    Point 2: You can save the primary key of the row and go to the parent page using the direction of the point 1.

    Probably if you can build an example on apex.oracle.com, we can help more.

Maybe you are looking for