Invoking web page in IFrame

Hi,
I'm using IFrames for my module which is supposed to be the part of a big project. I'm using IFrames to call a web page. This works fine when its executed on a local server but when my module becomes part of a project as a swf file, the web page doesnt get loaded.
I believe it works based on the browser session created when the flex application is loaded.
Can you help me out on this as to how the appropriate web page can be generated when my module is part of the project as a swf file using iframes? or is there a work around for it?
Thank you
Nikhil

No no i'm not invoking a flex from a jsp.
Its infact the other way round. I have an iframe and when i click on it, i am supposed to get a jsp page inside a canvas. The problem with that is that its working fine when its stand alone. With my system. But when I deploy my swf into a project, I am not able to see the page.
What i am working on is like a link button in another flex application so I have to deploy it in the form of a swf into the main project.

Similar Messages

  • Web page in iframe does not maintain scroll position on refresh in FF4

    I have a web page on my local drive which refreshes live sports commentary every minute in an iframe.
    In FF3.6.x the page in the iframe retained the scroll position of where I had moved to.
    In FF4 the page within the iframe goes back to the top so I now have to scroll down every time to where I want to read.
    I disabled all addins in FF4 and have tried this on different URLs but the page in the iframe still returns to the top.

    Similar problem running a 27" iMac only it occurs in Excel and inDesign. Hit the cell with the curser and the worksheet moves over to the right 7 or 8 cells away. Have to curser back to the cell quite frequently. This issue make the machine unusable when working with those two aps. Today I did the ultimate and completely reloaded Yosemite and the problem is still there.

  • Hyperlink to web page with an iframe in PHP

    I want to be able to have a hyperlink to a web page, the page
    has a iframe on. When you click the link to the actual page, I want
    to contol what is called into the frame in php?
    Any ideas??

    Mac OS 10.9.4, Firefox 30.0

  • Any way to embed web page in PDF page - like IFRAME

    Is there any way in Acrobat to embed a web page within a PDF page - similar to an IFRAME in an HTML page?

    [discussion moved to Acrobat Creating, Editing, and Exporting PDFs forum.]

  • Can i invoke Photoshop Scripting in web page?

    Can i invoke Photoshop Scripting in web page?

    hmmm...
    On the page in admin,we should have a button to export the  item to Photoshop.  A PSD of the entire should be assembled from the elements of the XML. This means that the text leading and tracking will need to be translated from server settings to Photoshop settings. Font sizes should also match.

  • Web page within a IFrame

    Hi all,
    I want to open a web page within a IFrame of Web Dynpro.
    How can I do it? Could any body give me the code and suggestion?
    Thanks & Regards
    sudip

    Hi Sudip,
    There is UI element called IFrame (see http://help.sap.com/saphelp_nw04/helpdata/en/e9/7652a84fada444bd11ca73670ce7dc/frameset.htm).
    Best regards, Maksim Rashchynski.

  • Change src of iframe in web page widget (CP 8)

    Hi there.
    I would like to know how can I dynamically change the src attribute of <iframe> defined in Web Widget in CP 8.
    I have tried  many things (for example getElementsById() command, written as an action of CP button) but it didn´t work.
    I´ve heard about Web page Widget for CP 6, which enables dynamic changes of widget´s source through the CP variables.
    Is there any solution of this problem for CP8 ?
    Thank you for you answers.

    Ok.
    I have only one CP slide (I don´t want to use more slides for presentation),
    which contains 30 images (overlayed),some buttons (for stepping and showing images - back and forth. For these actions I use the variable and javascript Script_Window)
    and one Web Widget.
    For every image I want to view corresponding PDF file (increment/decrement variable => wiev image and change "src" of iframe in Web Widget at the same time).
    Switching images is no problem for me.
    Unfortunaltely, I don´t know how can I change the "src" attribute directly from Captivate and I don´t have much time to finish the project.
    I have tried to write external html file with its own javascript,variables and buttons and linked it to Web Widget.
    This works correctly(I mean switching PDF files), BUT when I try to call Captivate functions from this external JS (for example cp.show(),etc.), it doesn ´t work.
    Thank You for Your answers.

  • Unable to submit form on web page using Invoke-WebRequest

    Looking to automate the Web search on HP's website by serial number to get the warranty data.  I am able to successfully get back the web page, and I can populate the fields in the form. However, when I submit the POST, I don't seem to get back any
    data.
    Please look at the below script and tell me what I'm doing wrong. I am following the FACEBOOK "Example 2" from the Get-Help in PowerShell 3.0.
    $Serial = "CND1076GST"
    $Url = "http://h20566.www2.hp.com/portal/site/hpsc/public/wc/home/"
    $r = Invoke-WebRequest -Uri $Url -SessionVariable HP
    If ($r.StatusDescription -eq "OK" ) {
    Write-Host $r.StatusDescription
    $HP
    $form = $r.Forms.Item("wcFormDataItem")
    $form.Fields["serialNumber0"] = $Serial
    $r2 = Invoke-WebRequest -Uri ($Url + $form.Action) -WebSession $HP -Method POST -Body $form.Fields
    $r2.Content | Out-File c:\temp\test.htm -Force
    Write-Host $r2.StatusDescription
    } Else {
    Write-Host $r.StatusDescription
    Levi Stevens | Technical Consultant Dell Services

    This is how easy it is to lookup the same data from Dell.
    $GUID = "cac8daa8-6699-466b-a3d3-f07e571fba1f"
    $AppName = "Dell Warranty"
    $ServiceTag = "5LCQSY1"
    $WebProxy=New-WebServiceProxy -Uri http://xserv.dell.com/services/assetservice.asmx
    $WarrantyInformation=$WebProxy.GetAssetInformation($GUID,"Dell Warranty",$ServiceTag)
    $WarrantyInformation | Select-Object -ExpandProperty Entitlements
    Levi Stevens | Technical Consultant Dell Services

  • Invoking a Crystal Report stored on a BOXI3.1 server from a remote web page

    We would like to run Crystal Reports stored on our BOXI 3.1 server directly from an in-house intranet website written in ASP.Net. Is there a recommended way of achieving this?
    Some possible options we are considering are:
    1) A pop-up window opens with InfoView loaded and showing the correct report already open. The user would then populate the parameters and submit the report as if they had logged into InfoView and navigated to the report themselves.
    2) We write our own BOXI Crystal Report submission page in ASP.Net. This page would call the BusinessObjects Enterprise .NET SDK to retrieve the report parameter information and submit the report. This page would need to support Static, Dynamic, and Cascading report parameters.
    3) Use some sort of 3rd party or SAP imbedded Web Component that we can place on our intranet site that interfaces with the BOXI server and supports parameter setting and report submission. This Component would allow users to specify Static, Dynamic, or Cascading report parameters.
    Ideally we would prefer option 3 as this would be simplest to implement, however Iu2019m not sure such a component exists.
    Do SAP have a recommended solution for invoking a Crystal Report stored on a BOXI 3.1 server from a remote web page?
    Regards,
    -Paul
    Business Objects Version XI R3.1
    SQL Server

    Hi Paul,
    there are several options:
    - you could open InfoView via URL and the user navigates to the report
    - you could create you own application
    but the easiest way is an application called OpenDocument that is available out of the box which allows you to pass in several URL parameter and in that way you could open up the report.
    when you go to help.sap.com and go to the BusinessObjects area search for OpenDocument and you will find the documentation with the details.
    ingo

  • Embed BI website into a web page using an IFRAME tag in HTML

    Hi
    I have got a requirement below.
    # Embed BI website into a web page using an IFRAME tag in HTML
    (Build a webpage and provide the links to BI Dash Board (10 reports))
    How to start and where to add the code and Is there any code available?
    Please help me out.

    Thank You for reply.
    I have created a website with dashboard links by using IFRAME tag .As of now there is no security restriction since it was POC for two reports.
    My question here how to Provide a link directly to BI public website from a web page on client site(Assume in gmail for example)

  • Enter into web page recursively using invoke-webrequest

    This is how I authorize to web page using Invoke-WebRequest command right now:
    $web = Invoke-WebRequest https://mypage/ -SessionVariable gos
    $forms = $web.Forms[0]
    $forms.Fields["username"] = "[email protected]"
    $forms.Fields["password"] = "pass"
    $web_invoke = Invoke-WebRequest -Uri ("https://mypage" + $forms.Action) -WebSession $matt -Method Post -Body 
    $web_invoke.StatusDescription
    Thing is that I have to login once again when I logged into first webpage to reach another service.
    I have traced logid_ID and passsword_ID as well as button that will transfer me to the needed page.
    How can I combine these two logins in one script?

    Hi Kirillpashkov,
    If you want to sign in web service, the example below is for your reference, which could sign in to the Facebook web service:
    # Sends a sign-in request by running the Invoke-WebRequest cmdlet. The command specifies a value of "fb" for the SessionVariable parameter, and saves the results in the $r variable.
    $r=Invoke-WebRequest http://www.facebook.com/login.php -SessionVariable fb
    # Use the session variable that you created in Example 1. Output displays values for Headers, Cookies, Credentials, etc.
    $fb
    # Gets the first form in the Forms property of the HTTP response object in the $r variable, and saves it in the $form variable.
    $form = $r.Forms[0]
    # Pipes the form properties that are stored in the $forms variable into the Format-List cmdlet, to display those properties in a list.
    $form | Format-List
    # Displays the keys and values in the hash table (dictionary) object in the Fields property of the form.
    $form.fields
    # The next two commands populate the values of the "email" and "pass" keys of the hash table in the Fields property of the form. Of course, you can replace the email and password with values that you want to use.
    $form.Fields["email"] = "[email protected]"
    $form.Fields["pass"] = "P@ssw0rd"
    # The final command uses the Invoke-WebRequest cmdlet to sign in to the Facebook web service.
    $r=Invoke-WebRequest -Uri ("https://www.facebook.com" + $form.Action) -WebSession $fb -Method POST -Body $form.Fields
    Refer to:
    accept a cookie while using Invoke-WebRequest
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • Invoke a web page from form 6i

    How can I invoke a web page from Oracle Forms 6i. The web built in has show_document but it only works with a form run from the web. Our forms are not deployed on web. Can anyone help???

    The command works except there's one problem. Once explorer is launched, it grey's out my form application screen and I can't use the application parallel with web. Once I close the browser then the control is returned back to form.
    Does any one know is it is possible to launch the web as well as not leave control from forms application. At this point I'm working with a work around to open another instance of application which is kinda not neat.
    Pleaseeeeeeee help.

  • Capture PDF Events in Web Page

    Hi Team,
    I am not sure whether this is the right forum for my requirement. Provide me the correct location incase this is not the one.
    I have the following requirements
    To embed a pdf document in a web page (build using asp.net)
    Capture the page navigation events. This is to ensure the user visits the last page of the pdf document.
    First requirement can be easily solved by using a iframe. But that will leave me having no control over the pdf document.
    Hence I am looking for any control which takes the file path and displays the pdf document and the control also raises the events(next button clicked, previous button clicked, etc).
    Any help in this regard will be grateful.
    regards,
    Chandra.

    Thanks Leonard for your useful inputs.
    One more request.
    If I embed the PDF (containing acrobat javascripts) in a webpage, then can the javascript in the PDF communicate with the Web Pages javascript running in the browser. Something like pdf javascript function invoking the page's javascript function(to notify an event like Nth page loaded).

  • To obtain values from fields in a web page.

    Hi everyone,
    I am in the process of developing a web based application. I am able to
    successfully convert my windows to web page documents.
    I have sincerely followed the prescribed steps to be adopted in building
    methods for validations and processes, so as to utilise them for my web
    pages too.
    But the problem that I am facing is to obtain values back from the web
    page fields (user entered values) for performing validations.
    Unfortunately the explanations provided in the Forte Web SDK Manual
    for obtaining the values from the web page fields and load it on to the
    source window through LoadParameters() method (a method in the window
    converter class of HTMLWindow project) seems to be inadequate.
    If some one can site the steps that Iam probably missing or some
    examples, it will be of great help.
    Thanks in advance.
    Pamella.
    Get Your Private, Free Email at http://www.hotmail.com

    Hi Dan,
    Thanks for your assistance.
    But as regards to my application, I have an existing forte application
    which Iam trying to web enable.
    To summarize my problem let me just consider the openning window (logon
    screen) which I have converted to web page using WindowConverter Class
    in the HTMLWindow project (obviously, it is my supplier project). The
    functionality of this window class has to just accept the user name and
    validate it. If the user name is valid then proceed further else
    display an error message. I have a separate validation method for the
    user name, which I can utilise to validate the user name typed by the
    user on the web page, if Iam browsing or on the window, if Iam directly
    running the application.
    The widgets on the window are <UserId> and <ProceedButton> with
    window attribute names as UserId and ProceedButton respectively.
    Now my handle request method goes like this :
    -- This method is the entry point from the Internet to my
    -- application. It is automatically called when a request
    -- from the Web arrives.
    response : HTTPResponse = new;
    -- Find the page name.
    pageName : TextData = new;
    pageName.SetValue(request.PageName);
    -- Generate response pages.
    if pageName.IsEqual('processquery',IgnoreCase=TRUE) then
    -- Please note that I have not write any HTML to build my web page.
    -- Instead Iam using the WindowConverter Class to convert my existing
    -- windows on the fly to web pages during run time.
    w : LogonWindow = new;
    -- my logon window class
    Converter : WindowConverter = new(sourceWindow=w);
    Converter.AssignButton(sourceField = w.<ProceedButton>,type =
    'submit');
    loginURL : TextData = self.CGIURL.Clone(deep=TRUE);
    loginURL.Concat('?serviceName=').concat('appweb');
    loginURL.Concat('&pageName=PwdPage');
    w.<ProceedButton>.HTMLLink = loginURL.value;
    -- Proceed button is on my window to which
    -- I have associated the above HTMLLink
    -- This link does not submit the User Name typed by the
    -- User browsing my web page, but this User Name has to
    -- come as part of the request from the browser to perform the
    -- validation, as Iam not sure about obtaining the User name
    -- from the web page.
    -- My problem is how to get this user name????????
    html : HTHtml = new;
    head : HTHead = new;
    body : HTBody = new;
    -- Give the page a title.
    head.Add(HTTitle(Text='Application For The Web'));
    html.Add(head);
    form : HTForm = New();
    body.Add(Converter.WindowToForm(Action=self.CGIURL,HTMethod='POST'));
    html.Add(body);
    response.AssignResponse(html.ConvertToString());
    elseif pageName.IsEqual('PwdPage',IgnoreCase=TRUE) then
    w : LogonWindow = new;
    Conv : WindowConverter = new(sourceWindow=w);
    button : PushButton = new();
    button = Conv.LoadParameters(request,w.<UserId>);
    -- This will fail because the 'Request' has no user Id.
    -- Here, the explanation provided in the Forte Web SDK manual for
    -- LoadParameters method (method from WindowConverter Class) seems to
    -- be inadequate.
    If w.UserId <> Nil And w.UserId.Value <> '' And w.UserId.LengthToEnd()
    0 ThenIf SQLsSO.IsValidUserId(w.UserId) Then
    -- Method to validate the user Name.
    w1 : PasswordWindow = new;
    Converter : WindowConverter = new(sourceWindow=w1);
    Converter.AssignButton(sourceField = w1.<ProceedButton>,type =
    'submit');
    pwdURL : TextData = self.CGIURL.Clone(deep=TRUE);
    pwdURL.Concat('?serviceName=').concat('appweb');
    pwdURL.Concat('&pageName=MessagesPage');
    -- and here I will have to get the password typed in by the User.
    -- once again my same problem?????
    w1.<ProceedButton>.HTMLLink = pwdURL.value;
    html : HTHtml = new;
    head : HTHead = new;
    body : HTBody = new;
    -- Give the page a title.
    head.Add(HTTitle(Text='Application For The Web'));
    html.Add(head);
    form : HTForm = New();
    body.Add(Converter.WindowToForm(Action=self.CGIURL,HTMethod='POST'));
    html.Add(body);
    response.AssignResponse(html.ConvertToString());
    Else
    -- Generate an exception for unknown page.
    .............. and etc.
    In your example, you had sighted about the 'Junktxt'. How does it comes
    as part of the request from the browser and what is the reference
    associated with the submit button?
    If you need further clarifications, please write to me. Iam also still
    working on it.
    Thanks in advance,
    Pamella.
    You Wrote :
    Hi, Pamella --
    It might be easier to help if you could be a little more specific about
    what went wrong (ie, the problematic code snippet and the resulting error
    message), or what exactly you were trying to do. In any event, it is very
    easy in WebEnterprise to pass values up to Forte from web pages. You can
    embed them in HTML "hidden" tags or they can accompany standard form
    elements.
    For instance, say you have the following HTML code ...
    <form method="POST" action="$$FORTE.ExecURL">
    <input type="hidden" name="ServiceName" value="TestService">
    <input type="hidden" name="TemplateName" value="nextpage.htm">
    <input type="hidden" name="hiddenParam" value="dog">
    <div align="center"><center>
    <p>
    Type some junk here: <input type="text" name="junkTxt" size="20">
    </p>
    </center></div>
    <div align="center"><center>
    <p>
    <input type="submit" value="Submit" name="submitBtn">
    <input type="reset" value="Reset" name="resetBtn">
    </p>
    </center></div>
    </form>
    In addition to what the user types into the text box (junkTxt), say you want
    to pass "dog" up to Forte as a hidden parameter (hiddenParam) (hey, done't
    ask me why!). You can retrieve these values up in Forte in the HandleTag
    method of your scanner service by invoking "FindNameValue" on
    request:HTTPRequest, ie
    firstItem:TextData = request.FindNameValue('junkTxt');
    secondItem:TextData = request.FindNameValue('hiddenParam');
    firstItem now contains the value of "junkTxt" and secondItem contains
    "dog." You can now do whatever you like with these guys, including putting
    them in a ResultSet to be displayed on "nextpage.htm"
    Hope this helps,
    Dan______________________________________________________
    Get Your Private, Free Email at http://www.hotmail.com

  • Urgent help needed -- how to submit a web page from a PL/SQL api

    Hi,
    Could anyone tell me how to submit a remote web page through pl/sql
    Thanks,
    Rachna

    I am not sure what you mean by this question.
    You can submit from PL/SQL to an external webpage/website using the UTL_HTTP package.
    You can submit from an external webpage to a PL/SQL package if that package is invoked by you webserver. The most direct way is using the MOD_PLSQL module for Apache that Oracle ships as HttpServer and that is the foundation for Oracle Portal and HTML DB. Alternatively your webpage can submit to a JSP that invokes your PLSQL package through JDBC.
    best regards,
    Lucas

Maybe you are looking for

  • Current  day in month view

    In month view, I used to be able to see the current day in a slightly colored box. now all days are all in white. off to the left there is a blue box around the current day but I would like the big view to have the color. It makes it difficult for yo

  • Oracle Intelligent Agent Not Responding

    I have installed Oracle 8.0.5.1 on RedHat Linux 6.0. I have everything running (thanks to the howto at fortwayne.com). When I try to discover the Oracle8 instance running on my linux box from an NT workstation running Oracle Enterprise Manager (OEM),

  • I am having problems with installing my copy of PSE 8.

    I searched the adobe website for previous PSE version trials and there is none available for PSE 8 for Mac OSX. I have no cd/dvd drive so I have to get it online.

  • What is the "continue" char in SQL?

    If I'm writing a big like of code in SQL*Plus what is the char that I should use to break the line physically but not logically? Thanks. PB

  • Lightroom has trouble reading RAW files on my network drive ("The file appears to be unsupported or

    Hey guys, I currently run LR5 on Mac OSX.  I've had my RAWs on an external HDD and have smart previews built for those files.  Recently, I upgraded to a new router, the ASUS RT-N65U, and plugged in my WD My Passport Ultra HDD (FAT32 filesystem) into