Embed an external URL in a page of the apex.

4.2.1

24 theme

Hello world

I need to create a new page in a new tab in my existing application where when the user clicks on the tab, the page displays another application (as thought its embedded) in this page. So I tried the following - > changed security under the extended warranty, allow executives. Then I chose the new option page-> URL-> entered a https:/url our organization that opens when directly open. But when I run the page, I get a "TNS Connection timed out error. I then deleted this region, added a new area of html with iframe

" < iframe id ="co"src =" https://wewew.com "width ="100% "height ="800"> "

< / iframe >

This time, the page ran but see white page "not available".

I also tried just have the url www.google.com and the same error.

No idea what could be the problem?

Thank you

Ryan

Integrate an external site into a region of apex

Tags: Database

Similar Questions

  • 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
    
  • How to include the URL of a page in the Notification E-mail?

    Hi all

    I need your help to implement the conditional.
    I implemented the notification email in our application.so whenever the user creates a form/shape, the mail will be triggered to them. Now, users want to include the link in the email.
    When they click on the link in the email, it should access to the newly created in the Apex form page.
    How to include the link to the page being Email?

    Thank you
    Robette.

    Maybe you can try this,

    1. create a hidden item say P1_URL
    2 write this in "Run when the page loads" document.getElementById('P1_URL').value = window.location.href;
    above code will give you the current URL
    3. you can use the element preceding everywhere where you want.

    Concerning
    Tauceef

  • 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

  • Passing parameters in the pages of the apex

    I have two selection lists on my page, is the list of countries and another for the list of airports. Both of them get their values (display and id) of the table. I want to pass the value to display the list of selected countries to the list of the airport to be used as a filter to only airports in the selected country. How do I do that? Similarly, how I pass the values of a top page to another to be used for the same purpose? I am newbie to Apex.

    Rafiq D says:

    If you ask a question APEX, always include the information referred to in these guidelines: How to get the answers from the forum

    I have two selection lists on my page, is the list of countries and another for the list of airports. Both of them get their values (display and id) of the table. I want to pass the value to display the list of selected countries to the list of the airport to be used as a filter to only airports in the selected country. How do I do that?

    Choose lists (and other controls LOV) used in this way are called 'cascading LOVs. Their use is described in the documentation.

    Define airport LOV properties items In cascade LOV article Parent (s) name of the element in the country. Reference this value in the LOV query using bind variables syntax. The Items property of the Page to send can be used to introduce other values of the child depends on LOV.

    Similarly, how I pass the values of a top page to another to be used for the same purpose? I am newbie to Apex.

    It is also covered in the documentation. URL containing ref and itemValues parameter lists may be specified or generated in the columns the report link, map series, calendar events, branches and other components of the APEX.

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

  • Is it possible to copy a part of a page from the APEX with a public procedure of APEX stored?

    The element is a grid view control and it ist does not part of each page.
    I copy the element of grid view several times. After that, I have to change a lot of settings in the copied grid views. Normally, I do this the APEX constructor GUID clicking over and clicking on...


    I would copy the perspective grid in a more comfortable way (means without clicking) in a stored procedure by calling procedures PL/SQL to the APEX (such as the GUID of the APEX Builder).


    There are all the public stored procedures to do?

    It would be preferable to this post in the forum of the APEX on OTN
    Steve

  • Building simple HTML Page at the APEX

    Hello
    I am very new in APEX and this is the first project of mine to try to convince my organization as a good tool to use. I'm mainly a developer of forms. So, I'll build a Workbench for the Group profits in my company and my first page must be just a homepage with static text and a couple of links to launch my next pages. I added a blank home page at my request and then to EDIT the properties of the region on this same page, I type my static text and it is coming in the text mode free movement, I want to change the fonts, the sizes of some texts and give new lines etc..
    My question is that I have to write HTML code to achieve this in the part of the source text?

    Thank you
    Vishal

    Vishal,

    Yes, if you create an area HTML, you will have to manually put your HTML in there. APEX does not give you a WYSIWYG editor (as I know), but it should be easy for them to do - one of the options for creating an input field is a rich TEXT Editor. I don't know why they didn't implement which.

    My personal recommendation for HTML static is to change in your current Favorites out of the editor and then copy - paste the HTML code in the APEX.

    -David

  • How to convert a message Inline in the Page of the Apex of javascript alert message

    Hi all. IM new at the Apex.

    Current - approach
    I have a region report dynamics developed using the API like APEX_ITEM etc. I use scripts in java to validate these dynamic elements and Alerts popup as shown below.

    function ValidateNotObservedCB (p_row_num)
    {
    var v_row_num = p_row_num;
    var v_not_observed_cb_status = document.getElementById('f_notobserved_'+v_row_num).checked;
    var v_not_in_district_cb_status = document.getElementById('f_notindistrict_'+v_row_num).checked;
    var v_program_code = document.getElementById("f_program_code_"+v_row_num).value;
    If ((v_program_code.length > 0) & & (document.getElementById('f_notobserved_'+v_row_num).checked == true))
    {
    "BOLD" alert ("you have already entered a program code.") "BOLD"
    document.getElementById('f_notobserved_'+v_row_num).checked = false;
    document.getElementById('f_notobserved_'+v_row_num).value = 'n';
    } else if ((v_program_code.length==0) & & (document.getElementById('f_notobserved_'+v_row_num).checked == true)) {}
    document.getElementById('f_notobserved_'+v_row_num).value = 'Y ';
    document.getElementById('f_notobserved_'+v_row_num).checked = true;
    } else
    {
    document.getElementById('f_notobserved_'+v_row_num).checked = false;
    document.getElementById('f_notindistrict_'+v_row_num).checked = false;
    document.getElementById('f_notindistrict_'+v_row_num).value = 'n';
    document.getElementById('f_notobserved_'+v_row_num).value = 'n';
    }
    }

    Question/problem - how can I convert these to Inline messages alert messages to indicate on the page, similar to what appears when we take stock of the Validations at the APEX.

    Waiting for answers because this is urgent.
    Thanks in advance,
    Madhu

    You created an empty paragraph with an Id that you might find in your javascript code with

    document.getElementById ('message')

    After this in your javascript code say you in this paragraph "now your text is:" with the function

    innerHTML = 'your message ';

    And the generated HTML code is

    + Your message +.

    And everything works fine!

    Do not forget to say that my answer was 'Correct '! Thank you...

    Bye and good luck on APEX.

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

  • Access denied by the security check page in the apex 4.2

    Hi team,

    In our application they were using access denied by Security page check, would like to know source of this message, peut possible to edit this post.

    Kind regards

    Sruthitamiri

    Sruthi Tamiri wrote:

    trying to figure out if we can change the messages as requested user, first trying to identify from origin of the shared components.

    You asked a similar question last year: access denied by Security page check.

  • I can capture the number of records retrieved by page in the Apex Interactive report?

    Hello

    I have a requirement in which I need to conditionally hide / show button on an interactive report.

    To achieve this, I need to compare the number of reows read by v/s lines page number to be

    read as specified by the user (defined using Actions-> lines per page).

    Please help me to know if there is a way to capture these 2 values:

    1. number of records retrieved in a report by page

    2. the value set by the user for the number of rows must be extracted (Actions--> lines per page).

    Quick help is really appreciated. Thank you.

    Hello

    You can use by jariola in his blog

    http://dbswh.webhop.NET/Apex/f?p=blog:read:0:article:41900346848694

    Thank you

    Benjamin

  • 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

  • from the login page in the apex 4.1.1

    Hello

    My requirement is to bypass the connection when run us the application and connect at the click of a tab.

    I have legs like

    Home, tab1, tab2, tab 3/Admin

    When we run the application it should not ask passoword and recursive and should navigate directly to the House.
    but, when I click on the Admin tab it should ask to connection and this must be validated from a database table. He should not claim again through the session.

    some can help on this please.

    Thank you
    Vikas Kodari

    Hi Vikas,

    Use the default login page that comes at the time of the creation of application

    or try the below function

    create or replace FUNCTION  CUSTOM_AUTHENTICATE (p_username in VARCHAR2, p_password in VARCHAR2)
    return BOOLEAN
    is
      l_password varchar2(4000);
      l_stored_password varchar2(4000);
      l_count number;
    
     begin
     select count(*) into l_count from yourtablename where trim(upper(username)) = trim(upper(p_username));
    
     if (l_count > 0 ) then
       select password into l_stored_password from yourtablename where trim(upper(username)) = trim(upper(p_username));
    
       l_password :=  p_password;
    
         if upper(l_password) = upper(l_stored_password) then
                return true;
            else
               return false;
            end if;
      else
           return false;
     end if;   
    
    end;
    

    Kind regards
    Jitendra

Maybe you are looking for

  • Make a ready copy of Yosemite

    I backed up my Yosemite as a clone of two hard drives and have space both on separate partitions to a prepared copy of Yosemite that I can use to run the software that does not work on El Capitan.  Y at - it special software to cut the library or the

  • Pavilion a1560N

    Can someone tell me what is on the CD I made the recovery. I did not have an original game CD for Windows XP, but need to restore the config sys file. Could not get a C safe mode prompt. I have run "Recovery Console" safe mode and hope for a Windows

  • Double-click on create shortcut on start menu items-how can I fix it?

    This is not the case on the IE8 icon, I'm using v.8, it only happens on some research as Menu items to start and run, help and support.

  • Query - How can I use POP3 and Port 110 as my transport?

    My e-mail provider can use POP3 (port 110) or IMAP (port 143) that the port of mail transport. E-mail on my TP does not seem to work with port 143. Is it possible to make it work with port 110? Alan

  • Right field to title

    Hello I made a custom title and you cannot position the switch to the right corner! ... HorizontalFieldManager title_hfm = new HorizontalFieldManager (Manager.USE_ALL_WIDTH); title_hfm. Add (new BitmapField (Bitmap.getBitmapResource ("icon.png"))); t