How to include html page or html code in adobeflex 4 web application please give me a solution.

                 How to include html page or html code in adobeflex 4 web application please give me a solution.
                   Thank you
                   Chandra Sekhar

hi,
go thru this link, may be of some help for you
About IFrames
http://www.deitte.com/archives/2006/08/finally_updated.htm
IFrame Src
http://code.google.com/p/flex-iframe/
About the IFrame Approach
http://www.deitte.com/archives/2008/07/dont_use_iframe.htm

Similar Messages

  • View html page in forms 6i on the web

    Hi to all
    I want to view a html page in my form on the web, i try to use web.show_ocument, but it opens a page in another window. I'm working with oracle 9ias, and i can't use OLE and OCX. How can i open an html page in a frame (and not in onother window)?
    Plz HELP!!
    Thanks in advance

    Hi,
    if starting Forms in a HTML frame you can launch a HTML page to show in the same view. If e.g teh frame name for the HTML contect to show is "details" then you can do
    web.show_document("<URL>",'details');
    There also exists the IceBrowser class that knows how to render HTML pages. You ca add this in a PJC or as a Java Bean to Forms.
    http://www.icesoft.com/products/icebrowser.html
    Frank

  • How to upload pdf file in a canvas in flex web application?

    how to upload pdf file in a canvas in flex web application?

    Hey saif.antri,
    You can view PDFs and more using iBooks on your iPhone:
    iBooks: Viewing, syncing, saving, and printing PDFs on iPhone, iPad, and iPod touch
    http://support.apple.com/kb/HT4227
    Have a great day,
    Delgadoh

  • How to include HTMLB in a HTML page

    Hello all,
    Is it possible to include for instance a HTMLB:tableview-element in a plain HTML page, with a minimum of HTMLB-elements?
    So i have:
    <HTML>
      <HEAD>
        <TITLE>
        <TITLE>
      </HEAD>
      <BODY>
      </BODY>
    </HTML>
    Where and what HTMLB-elements do i have to include to succeed?
    The reason for my question is, that i have to include some additional elements in a standard generated page and i prefer to us HTMLB for it.
    Thanx in advance.
    Kind regards,
    Martijn de Jong.

    Hi,
       add the following code where ever you require a tableview...
    <%@page language="abap"%>
    <%@extension name="htmlb" prefix="htmlb"%>
    <htmlb:content design="design2003">
      <htmlb:page title = "display page ">
      <htmlb:form>
          add tableview here....
      </tmlb:form>
    </htmlb:page>
    </htmlb:content>
    Regards,
    Azaz Ali Shaik.

  • Include HTMDB Page in HTML app

    Hi,
    I have some public pages that I would like to include into existing webpage.
    How can I acheive this ?
    Is there a way that I can use Server Side includes ??
    Thanks
    Francis.

    Hi John,
    I meant include an HTMLDB page in another webpage.
    We have an existing web site and I would like to include one simple public page into an existing html Page.
    I tried iframe but I would like to see if there are other solutions than using frames.
    Any idea or pointers on how to do a webrequest and include it after ? I guess that this would be done with server side includes ?
    Thanks
    Francis

  • I can't get today's date to show on my html pages with Javascript codes.

    I use javascript 1.2 codes to show up today's date on my HTML pages but it did not execute.
    Here is my code:
    <script language="Javascript">
    <!--
    document.write(displayDate());
    // -->
    </script>
    Please help! If you know how to get it to execute.
    Thank you.

    I don not know what displayDate() means
    But I am display current date and time with the code...
    <script language="Javascript">
    <!--
         document.write((new Date).toLocaleString());
    // -->
    </script>

  • How to send browser display HTML page as HTML Email using JSF

    Hi all
    i need to send a whole jsf rendered page as a html page.... . say theres a page which hav few links , images etc & theres a send email button at the end of the page. once the user clicks on the button the whole page shld appear in another window which hav from,to, subject line + the html body of tht earlier page & once he clicks the send button it should send to the sender & the receiver should see the email a s a html email.where u can click on the links,images showin etc...
    Thanks
    Saman

    Subhash,
    Here is one approach..
    1. Make the report page as PUBLIC ( no Authentication required)
    2. Create procedure which will pull the page content and send it to pre-defined e-mail address
    2.1 Use utl_http.request to pull the page content
    2.2 Store the page content in some PL/SQL variable and pass it as 'p_body_html' parameter to APEX_MAIL.SEND procedure.
    3. Schedule the above procedure to run on daily using DBMS_JOB API.
    I have not implemented it and its just a thought.
    Regards,
    Hari

  • How to import a page of HTML into Fireworks?

    Since email marketing has become so large and a great "free" way to stay in touch with customers, I am trying to quickly design new templates for my business clients.
    Currently I am using an email company that has predesigned templates as well as ways to create your own. I am are able to edit within their "graphics editor" (as I like to call it), or through HTML. (Let me highlight that I am a very visual person and HTML is speaking another language to me.)
    What I would REALLY love to do is pull all the HTML of one of the custom templates I have created, import it into Fireworks, change the design at my simple easy that Adobe has brought me to love, and then export the HTML so I can just copy and paste it into my email marketing program and send it off.
    (my current work around, "sketch" in InDesign, then recreate in the email program)
    I have seen only a few "Help" discussions on this, and they all obtain to just a section of an existing HTML page/or button. Am I asking too much of Fireworks?
    All answers/suggestions are greatly appreciated!

    To make a dynamic pdf file,
    use xml/xslt
    have a look at jakarta/apache : xalan and fop

  • Problem in Opening HTML Page in Internet Explorer from my Swing Application

    Hi,
    I am opening a HTML file in Internet Explorer from my swing application.I am using the code given below
    private final static String WIN_FLAG = "url.dll,FileProtocolHandler";
    private final static String WIN_PATH = "rundll32";
    String cmd = WIN_PATH + " " + WIN_FLAG + " " + url;
    // url is HTML file Path
    Process p = Runtime.getRuntime().exec( cmd );
    Here there are two things i need to address ...
    1)The HTML file is opening up,but it always opens behind the swing application,that makes me every time to maximize the HTML file after it being opened up.I want to open it in front of the Swing Application.I need to implement "Always On Top" functionality for the html page.
    2)Whenever i trigger action to open different HTML page,it opens in new Internet Explorer window.
    I need to open it in same IE window.
    how to solve out these problems ??? any help would be greatly appreciated .Thanks in advance.
    - Manikandan

    any idea about this ????

  • Displaying Encrypted HTML page in HTML.

    Hi,
    My code like this:
    <mx:HTML id="htmlViewer" width="100%" height="100%">
    My html page has been encrypted by crypto.  I need to decrypt a html page content and display it in the "htmlViewer".
    When I tried to load the page without decrypt the page displayed like below.
    «Ho f —²Ý&ë–ZOÞ. Þð
    Then used URLloader class. At complete event of URLLoader , assigned the loader data to
    htmlViewer.htmlText=e.target.data;
    But the result was not fair. It was not pulling the img and styles that specified  in the HTML page.
    How can i derypte the file and load it. ?. I need the same result how i see the page in the browser.
    Help me Please.
    Thanks,
    Imgsrn.

    If you are using swing look at the JEditorPane class. Note it only supports simple HTML and a small subset of CSS. There are also some commercial browser components, you might look at:
    http://www.icesoft.com
    http://www.netcluesoft.com

  • How to include .jar files in coldfusion code 

    To Integrate our cfm code with paypal jar files we do the
    following steps with our local coldfusion server ,and to run and
    integrate the paypal Java SDK jar files, I think we need to do the
    same process on the server, can you suggest any thing to do the
    following setting for my domain on the server, without setting the
    class path in coldfusion administrator.
    The ColdFusion application server must be configured to know
    the location of the PayPal JAR
    files, and your ColdFusion Markup (CFM) pages must be
    configured with the absolute path to
    the PayPal API certificate for the PayPal API user on whose
    behalf the calls are made.
    1. Install the PayPal Java SDK “Installing the
    SDK”.
    2. Copy a subset of the Java SDK JAR files to a location
    accessible by the ColdFusion
    application server. The JAR files are in SDK_root\lib and
    their exact names are as
    follows:
    – bcmail-jdk14-128.jar
    – bcprov-jdk14-128.jar
    – paypal_base.jar
    – paypal_stubs.jar
    sax2.jar
    – xerces.jar
    – xpp3-1.1.3.4d_b4_min.jar
    – xstream.jar-1.1.3.jar
    3. With the ColdFusion Application Server Administrator, add
    the absolute path of the
    location you determined in Step 2 to the Java and JVM
    CLASSPATH environment variable.
    4. Restart the ColdFusion Application Server.
    Suggest me how to include .jar files without setting
    classpath.

    > Suggest me how to include .jar files without setting
    classpath.
    Copy them to {CF_HOME}\lib, where {CF_HOME} is, for example,
    C:\CFusionMX7. Restart Coldfusion.

  • How to include the page dynamically in JSF

    Hi all
    Below is static include
    <jsp:include page="../inc/sideMenu.inc"/>
    How to include the file dynamically
    Thanks

    Hi,
    Though I have not tried it I think making use of a variable to hold the page name to be included should work. Could you try this and see if it works?
    Cheers
    Giri :-)

  • How to include the pages dynamically in JSF

    Hi all
    Below is static include
    <jsp:include page="../inc/sideMenu.inc"/>How to include the file dynamically
    Thanks
    Sudhakar

    Hi,
    Though I have not tried it I think making use of a variable to hold the page name to be included should work. Could you try this and see if it works?
    Cheers
    Giri :-)

  • Q: how to include a page in a region

    Hi all,
    i need some help
    how to include the URL of a page in a region, my requirement is that i have some links in the page and i need when i press a link a region under it will be rendered below it not in another page
    the links is ready and the pages is ready
    just i want a the region to contain a url based on the selected link.
    i know how to make a region rendered or not.
    and i have tried to use URiInclude but i couldn't figure out exactly how to do it
    i have also searched the forum and i couldn't find something about it.
    so please if any one knows the solution or can provide me with a link, i will be very thankful
    thanks

    user604057,
    Technically you can't add a page to another page. A page can have only one pagelayout region. So you will have to make a copy of those pages as regions without a pagelayout region and use.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to include Forward button dynamically using code?

    hello,
    i am creating my notification message dynamically using clob type document type attribute , and its working fine. But how i include the Forword Button in my message body.
    please advice

    i am allready doing that only, in that what will be the name of the button.
    can i put like this.
    htp.p( '<input type="button" name="forward">');
    then what about the event, shall i have to write the code for forward also.
    please advice.

Maybe you are looking for

  • Republish to Flickr from LR4 posts as new photos instead of updates them (only one set, not all)

    I have a single set on Flickr that I cannot republish updates to from LR4 - republishing a modified photo posts it as a new photo.  All other sets seem to work fine.  I use the "built-in" Flickr plugin and LR4.3 with a Flickr Pro account.  This issue

  • My Treo 800W Story

    I put quite a few posts in thread PALM TREO 800 W - Connection with PC that relates to this thread. I've been struggling with my Treo 800W for about 25 days now.  I like the feature set, and would be very happy, if it worked correctly.  I have a pret

  • Automatic import-help

    Hello forum,maybe somebody has wonder about this problem, is there a way in jdev903_pre to do the import of like, import javax.ejb.EJBObject;if it is missing ? or one has to find what package the class is manually ? is that the only way ? I am just a

  • [nQSError: 46036] Internal Assertion: Condition nodes.size() == 1

    NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46036] Internal Assertion: Condition nodes.size() == 1, file server/Query/Optimizer/Navigator/Src/SQONPathJoinConstructor.cpp can anyone help me understand and reso

  • Error invoking a jpd  from a proxy from Aqualogic

    We run a proxy from Aqualogic(AL). This proxy invokes a jpd that resides in weblogic. When the proxy is running, we get the following message: [WliSbTransports:381304]Exception in HttpOutboundMessageContext.RetrieveHttpResponseWork.run: java.net.Sock