Create HTML page inside form 6i

Hi ,
I would like to know if it's possible to create an HTML page inside form 6i ,, where this html page will include a time using html code, and a refresh button will be in the form whenever I press the refresh button the html page inside the form will be updated ..
how can i do that ?
Thanks in advance … :)

Yes its possible . If you are running forms in client server , use host built in to open the html page. This html page can be created
dynamically using text io.
If you are running on web use webutil client host and text io.
Best Regards
Rajesh Alex

Similar Messages

  • How to Create HTML page from portal

    Hi
    I have a requirement to create html pages from portal.
    There will be an author who can choose document type as HTML
    and then he will write html codes on saving it should be saved as HTML doc in UCM.
    and publisher should be able to display it on portal(may be using content presenter).
    please help me in this. I know there is rich text editor task flow which can save a doc as doc file.
    and in spaces we have option of creating HTLM file but i don't know how to do it for my portal.
    Thanks

    A better way would be to create the page using approach in this blog:
    https://blogs.oracle.com/ATEAM_WEBCENTER/entry/content_presenter_cmis_complete
    That way the page can be edited inline and the html author need not upload html to ucm everytime.

  • Is It possible to load Html page inside Adobe Flash...?

    Hi Everyone!
    Is It possible to load Html page Inside Adobe Flash CS5.
    Any help would be a great help...!
    Originally, i wanted to bring in through <IFRAME> but i don't see that flash understands that.
    Thanks in advance!
    -yajiv

    Not exactly sure how you where planning to display that HTML content in relation to the overall page, but given the limitations of Flash... that may just not be possible...
    But, it would be a simple matter to display an HTML iframe over the top of or behind a Flash .swf... So while the iframe would not be a part of the .swf, it certainly could be designed to make it look as though it were.
    Controling the stacking order or layering of content on a Web page is accomplished through z-indexing. Correctly positioned and z-indexed, the iframe could apear over the top of the .swf... the .swf in effect being the background... OR the iframe could appear behind the .swf and with a transparent section in the .swf, the iframe would appear through that hole. If there is navigation or links in the iframe, they will be blocked by the .swf though.
    http://www.w3schools.com/cssref/pr_pos_z-index.asp
    But this may be an option....
    Best wishes,
    Adninjastrator

  • Is It possible to load Html page inside Adobe Flash Professional..?

    Hi Everyone,
         Is It possible to load Html page inside Adobe Flash Professional or Adobe Flex. Thanks in Advance.
    -Vijay

    probably not the way you are thinking.
    flash textfields and their extensions have a limited number of html tags they can parse so, in general, html from most web pages will not display, as expected in flash.

  • I am in the process of developing a site, and I'm working with nested iframes. The html page inside the nested iframe is not displying in the iframe window in Firefox only, but is instead opening in a new window. Any advice on how to fix this?

    I am developing a website with nested iframes. The problem that I am having is that the html page inside the nested iframe is not displaying in the iframe window in Firefox only. The first level iframe is behaving properly, but the second level is not. Any help with this would be greatly appreciated.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Is it possible to load an html page inside a JavaFX application?

    Hi
    Is it possible to load an html page inside a JavaFX application?
    Thank you!
    Alexandra.

    Actually it is very simple to load an HTML page inside a JavaFX application.
    var html:JTextPane = new JTextPane();
    html.setPage("http://www.berkshirehathaway.com/message.html");
    Stage
        scene: Scene
            content:
                ScrollView
                    node:SwingComponent.wrap(html)
    }A JavaFX application "tainted" by Swing is still a JavaFX application, isn't it?
    Loading an HTML page into a native JavaFX control would be a different story. It is hard.
    I don't think it is a top priority for JavaFX team to develop a control to render HTML. Using a Swing component, which supports HTML well, does not make a JavaFX application inferior. But, if JavaFX team could make a fully functional embedded browser control supporting HTML, JavaScript, etc., I would applaud that effort wholeheartedly.
    Right now, JTextPane inside a JavaFX application will crash the system, display gibberish, hang for ever or go haywire inexplicably, if JavaScript is used in the HTML page.

  • 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

  • Problem redirecting to dynamically created htmls pages

    Hello All,
    Scenario is like this, i am creating the dynamic htmls pages, in the servlets
    and after creating the htmls pages in the servlets , the control passes to
    the jsp page, where i am including the html page that is created at the servlets,
    its works fine, but some time it shows me null exception at the jsp page, i.e
    it won't find the htmls pages, even they are created b'fore.
    I am using weblogic server 6.1 with sp3.
    Can anybody know what is the reason.

    Same problem here. Hopefully apple can get this fixed asap. I tried this with numbers and an Excel file and it worked just fine.
    Message was edited by: Spectre
    Message was edited by: Spectre

  • Can insert and html page inside a symbol

    How can I insert and html page in a symbol
    By example: One Menu with five options. When  click in option one: showme www.google.com; when click option two then show www.adobe.com...
    Sorry for my poor english.
    Thanks
    Now in spanish
    Buenos dias
    Quisiera saber si existe la posibilidad de visualizar una pagina web en un symbol, de manera que dependiendo de un menu, me muestre una dirección u otra.
    No se si esto es posible, porque soy muy novato en esto.
    Les ruego su ayuda.
    Gracias y saludos

    >thx for reply
    >i used Iframe anyway
    >btw im noob in html =.=
    Iframes are usually a terrible solution, in my opinion. If
    you need the background fixed, why not just set it to fixed rather
    than introducing fames and all of the problems they bring? Do you
    have a url?

  • Html page inside a cell

    How do you get one html page (e.g. called text.html) to open in a table cell in another page (e.g. called main.html)?

    As Nancy said, use iframe. I find it simply, clean, and reliable. I used it here to embede a blog into a webpage: http://amandashieldsmusic.com/blog.html
    The code for that was so simple:
      <iframe src="http://theshields.tumblr.com" width="1000px" height="600px">
    your browser seems to not like this iFrame. Upgrade to something not ancient!
    </iframe> 

  • Scrolled html page inside a html site - solution

    hi,
    im makin a html site. it has a background that is a photo, so
    it should not be scrolled. so i thought about another solution -
    theres a field in the middle of the page that will be displayin the
    content - and it has to be scrollable. so i'd make the real-content
    pages in html then display them in the 'field'. i thought i could
    do it in flash using scrollpane (and then put the swf into the
    'field').
    too bad scrollpane doesnt support html files... so please
    help me :P what could i do. my goal is to have a 'field' that could
    load html files and display them, it has to be scrollable, and id
    like to be able to turn off the horizontal scroll (but just
    preferably).
    maybe theres a good solution in pure html?
    i need a solution asap ;/
    kaziorvb

    >thx for reply
    >i used Iframe anyway
    >btw im noob in html =.=
    Iframes are usually a terrible solution, in my opinion. If
    you need the background fixed, why not just set it to fixed rather
    than introducing fames and all of the problems they bring? Do you
    have a url?

  • Is it possible to embed an html page inside a pdf

    I am not looking for html or pdf converters. I have a pdf and i want to insert an html somewhere in between.

    You can save a raw html file to disk and attach it like any other file to your pdf. It will not be viewable within the pdf file.

  • Creating HTML page

    CREATE OR REPLACE PACKAGE TEST IS
    PROCEDURE praveen;
    END;
    CREATE OR REPLACE PACKAGE BODY TEST IS
    PROCEDURE praveen
    IS
    CURSOR C IS SELECT EMP_NAME FROM EMP WHERE SAL < 500;
    BEGIN
    HTP.HTMLOPEN;
    HTP.TABLEOPEN('BORDER=1 WIDTH=50% CELLPADDING=4 CELLSPACING=1');
    HTP.TABLEHEADER(CVALUE=>'EMPLOYEE_NAMES',CALIGN=>'CENTER');
    FOR A IN C LOOP
    HTP.TABLEROWOPEN;
    HTP.TABLEDATA(CVALUE=>A.EMP_NAME);
    HTP.TABLEROWCLOSE;
    END LOOP;
    HTP.TABLECLOSE;
    HTP.HTMLCLOSE;
    END AKASH1;
    END;
    SQL> execute test.praveen;
    BEGIN test.akash1; END;
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "SYS.OWA_UTIL", line 323
    ORA-06512: at "SYS.HTP", line 860
    ORA-06512: at "SYS.HTP", line 975
    ORA-06512: at "SYS.HTP", line 993
    ORA-06512: at "SYS.HTP", line 40
    ORA-06512: at "SCOTT.TEST", line 6
    ORA-06512: at line 1
    Hi, Creae this package nut i am getting run time error can u solve this problem.

    found some pieces from working code, may be it helps :
    CAUTION : read _L_ as < and _R_ as >
              HTP.TABLEROWOPEN (cattributes =>
                                      'BORDER="'  || p_border   || '" '
                                 ||   'BGCOLOR="' || p_bgcolor  || '" '
             HTP.TABLEDATA
              (cvalue   =>    '_L_FONT size="'  || G_FONT_SIZE || '"_R_'
                         || nvl(p_text,' ')
                         || '_L_/FONT_R_'
              ,calign  => p_align
              ,cnowrap => 'NOWRAP'

  • Passing parameters in a html page using xwd_tmppg.create

    We are in the initial stage of Developing a OLAP Web Application using
    Oracle Express Web Agent 6.3.2,Oracle Express Administrator6.3.2.
    Flow of our screens are:-
    We have a login screen that authenticates user entry to access his assigned role screen.Based on the role the user selects we will be listing out the analysis in a screen that the user could access.
    Express Programs are used to create Role and Analysis screen.
    User logged information is passed from login to role screen and to
    analysis screen using XWD_APPPG.CREATE that accepts parameters.
    Moreover this function can only be used to create html page with out
    data views.
    Now let us come to our problem-
    We need to take the user from analysis screen to detailed data view screen that shows the OLAP cube with a back & exit button.As explained earlier you need to use the function XWD_TMPPG.CREATE to create dataview.It is not possible to pass parameters through this function.This function accepts .html as the only parameter.But we need to pass the userid info to get back to analysis screen for the user to select the next analysis.I need the user logged info available in the template file.
    Is there any solution for this problem or any other approach to capture the user logged info in the template file???

    Hi Aneel,
    Thanks for your informative suggestion on how to receive data from
    previous page on to the template page using LOCATION.SEARCH.SUBSTRING
    function.
    I could very successfully get the userid information by implementing
    this method within the SCRIPT boundary.
    I also want to pass this value to a express program embedded
    within the <!--EXPRESS call foot(userid)--> so that it will enable the
    user to go back to List of analysis page.her my footer program will
    inturn call the Analysis Page with the userid information.That's my
    whole idea.
    I tried the following methods to acieve my end result-
    1)Tried to store the value in a local variable in the template & passed
    it to the express program -- Error thrown was "userid is not attached in
    the database"
    2)Directly specifed location.search.sunstring in the express program..
    Still the same error was thrown
    3)Thought of storing the value in the name of hidden object .Still this
    will not work out because i need to declare the object in the FORM..
    Moreover the value is avialable wihin the JAVA SCRIPT range.Out of this
    range template is not able to identify this value.
    Any idea Aneel form your end.
    Can you let me know how to use hidden object in achieving the result.
    I have been working very hard for quite sometime.
    Advance thanks.
    Nanda Kishore

  • How to create dynamic HTML page using PL/SQL code in APEX.

    hello,
    I am woking on one APEX application in which i want to create one dynamic HTML page on button press using PL/SQL code.
    Thanks

    It is possible to create HTML page with dynamic content. One way would be creating hidden field (e.g. P1_HTML on page 1) with dynamic HTML and on button click you redirect to page 2 and pass P1_HTML item value to item P2_HTML on page 2. On page you must have PL/SQL region. You can then render your dynamic HTML with code:
    htp.p(:P2_HTML);
    Don use APEX URL for passing HTML value. Problem and solution is described here: http://blog.trent-schafer.com/2011/04/03/dont-pass-string-parameters-in-the-url-in-apex-its-a-bad-idea/
    Edited by: MiroMas on 3.2.2012 3:20

Maybe you are looking for

  • Thin horizontal black line at BOTTOM of page when scan on HP Officejet Pro 8600 Plus

    I owned an HP Officejet Pro 8500 and scanning was perfect.  I recently purchased an HP Officejet Pro 8600 Plus. When I scan from the HP 8600 auto document feeder, I get a thin (several pixel wide) black line along the bottom edge of the resulting sca

  • Flash problem in Website

    Hi all I am a author of a blog namely TechBlg . The Problem is i am using google's ad company to place ads on my blog but when viewed on microsoft windows 8 it is not isplaying . Please tell me the problem . And Please help and guide me how to solve.

  • How to include a large amount of objects in a package interface

    Hi guys, I would like to include a large amount of objects (programs, classes, etc.) in a package interface in the package builder (SE21). I would like to avoid inserting them one by one. Is anyone have a solution? It is not possible to use such char

  • Adding optical drive to Mac Pro

    I have added RAM & hard drives to my Mac Desktops, including the Mac Pro, but have never messed with the optical drive. Recently, I decided that I would like to have a second CD/DVD RW drive in the Mac Pro. I have two questions: 1 - can someone recom

  • "upadte was terminated " is the error while doing picking and its not saved

    hi experts, I have created a sales order. for that i created a deliery.then i created shipment .and i have put pick qty and batch. it gives a message Express document " Updated was terminated "received from author XXXX. and picking is not saved and i