Change Web Browser Title from Applet throw by JInitiator

Hi,
I'm developing an Oracle application with Oracle Form Builder and I would need to change browser title from my Applet, when a procedures throws when I press a button.
Thanks a lot.

If you use SeparateFrame=true, you can use WebUtil_SeparateFrame.SetTitle

Similar Messages

  • How to change the browser title Window or View Dynamically.

    Hi
    I have several application calling my applicationm and i need the browser that lauches the application to have different Titles on the Browser Title.
    How can I change the Title from the Window or View?
    Please advice.
    Thank you.
    Regards,
    Vinod

    The browser title gets pulled from the WD Application Description.  Currently there is no API to change the browser title from within WDA.  Next year in 7.02 we do add such an API.  Here is an example of what will be possible in 7.02:
    data l_window_title type string.
      case lv_transaction_type.
      when wd_assist->create_mode.
      l_window_title = `Create Sales Order`.
      when wd_assist->display_mode.
      l_window_title = `Display Sales Order: ` && so_id.
      when wd_assist->change_mode.
      l_window_title = `Change Sales Order: ` && so_id.
      endcase.
      wd_this->wd_get_api( )->get_component( )->get_application( )->set_window_title( l_window_title ).
    Setting the title on a View is easier.  You can just use a Tray or Group UI element as the root of your view and set the title property of the UI element dynamically by context binding to the property.

  • How to change/set the browser title from web forms (XP platform with SP2)

    I am running Form9i, I have set the browser windows title from Web Forms dynamically by using following method. However, when my PC has changed to XP, the function seems not work. Does anybody have same problem and how to solve it? Any suggestions would be appreciated.
    Add the Javascript code to your baseHTML file. For example,
    if you are using the basejini.htm:
    <HEAD><TITLE>%pageTitle%</TITLE>
    <script language="javascript1.2" type="text/javascript1.2">
    function Change(a) {    document.title=a;    } </script>
    </HEAD>
    In web Forms , call the javascript function with WEB.SHOW_DOCUMENT built.
    For Example the following code set the browser title with username . web.show_document('javascript:Change('||'"'|| get_application_property(USERNAME)||'"'||')','_self');
    Best Regards,
    Bowie

    Dear Frank,
    Thanks for your reply. Can you tell me in detail which built-in function in Webutil can set value in browser title ?
    Btw, is it possible for me to set parameter "separateFrame=True" in formsweb.cfg and set the form window title by using SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,v_msg_string)?
    Best Regards,
    Bowie

  • Change browser title from framename

    Hello, I've created with robohelp 8 a WebHelp. The browser display's in the title bar the title of my project. Is it possible to change this title when you choose a topic? Like you click from the startpage (title=startpage) on topic A, the the browser title changes to A? I've searched the web for answers, but the ones I found wouldn't work in my Webhelp. For example there is a javascript, which you include in your topic HTML:
    <body OnLoad="parent.document.title=document.title"> Unfortunately this doesn't work.
    Does anybody know how to solve this?

    I have found the solution:
    Just put this code in your topic pages:
    <body onload="parent.parent.document.title=document.title">
    This works great. The only problem is that when you put this code in your masterpage's RoboHelp strips the code, so in you export such as webhelp the code has disappeared. The solution is to modify the page's afther exporting your webhelp. I use dreamweaver, this tool has an batch function for search and replace which makes it an easy job!
    I wil send Adobe a suggestion to make this function in the software, that would be easier.

  • How to change the browser title of standard SAP WD4A application - eRecruit

    Hi,
    I have a requirement to change browser title for standard SAP WD4A application hrrcf_a_candidate_registration. I know this value is used from application description filed.
    Current set up is 'Candidate Registration'. (WD Component HRRCF_C_REGISTER_UI)
    I tried to use enhancement framework technique and application customization/configuration - but was not successfull.
    I do not like the idea of changing the standard SAP object since it might be overwritten in future upgrade. And also I do not prefer to create z* copy of this application as well.
    Any ideas how to handle this request? Is dynamic modification of this property possible?
    Thanks for your feedback.
    Regards,
    Igor

    Hello,
    Did you try to change the description of the service in transaction SICF ?
    You can find the Webdynpro services under the tree /default_host/sap/bc/webdynpro/sap/.
    Regards,

  • Change VA21 Screen Title from "Create Quotation" to "Create Reservation"

    Hi Experts,
    We are trying to change/edit the selection screen title of Transaction VA21 from "Create Quotation" to "Create Reservation".
    The screen doesn't display the expected output when we changed the transaction title in SE93.
    Please guide us on what to do.
    I am generous enough to reward points for any contributions.
    Many thanks,
    Reymar Ellazo

    You need to change the TITLE which is used for that screen.
    Go to SE41.
    Put the program name SAPMV45B.
    Select the "Title List"
    Here You can see the A21, A22, A23 for the Quotation.
    You need to change them to Reservation.
    You will need the Access key to change this.
    Regards,
    Naimesh Patel

  • Removing unneed title from Applet dialogs

    Does anybody know how to remove title "Java applet window" from dialog windows using in Applets.

    Maybe you should take a look at:
    http://java.sun.com/j2se/1.4.1/docs/guide/security/permissions.html
    http://java.sun.com/j2se/1.4.1/docs/api/java/lang/SecurityManager.html
    http://java.sun.com/j2se/1.4.1/docs/guide/security/index.html
    http://java.sun.com/j2se/1.4.1/docs/guide/security/PolicyFiles.html

  • Script in JavaScript does work properly on every web browser apart from Firefox (After FF update the script stopped working properly).

    Hello,
    script was always working correctly on every web browser. Unfortunately after (probably) last update Firefox stopped handling with it.
    Script is the part of forum based on popular MyBB (http://www.mybb.com/). I put a screenshoot below, which should easily show how did the script work.
    http://screenshooter.net/data/uploads/ug/tg/dyre.jpg
    After clicking on any icon (e.g. bold "B") it shows "[undefined=undefined]" and then clicking shows no effects.
    Errors from "WWW console" after icon clicking:
    TypeError: mnu is undefined - line 641
    TypeError: tag is undefined - line 1163
    Here I posted problematic script:
    http://pastebin.com/D8HmLEKK
    Best regards!

    See [[/questions/939971]]

  • Web browser launched from B1

    hey All,
    I have done a nice bit of research on the topic of opening a web browser via the UI API in the B1 client. I cannot seem to find any examples or working code to do this. Yes there are samples of active x controls but none of them ever seem to work.
    Does anyone have some sample code or logic that I could use to launch an windows form with an active x control web browser from the B1 client?
    Any help is appreciated
    Curtis

    Hi Curtis,
    Does the following article help you at all?
    http://support.microsoft.com/default.aspx?scid=kb;en-us;Q305703
    Strictly speaking, it doesn't open a webpage in a SBO form or a windows form, it opens your default browser.
    Kind Regards,
    Owen

  • Changing Blackberry browser setting from Venezuela to United States

    Okay, so I messed up while initially setting up my Blackberry Q10 web browser country. I thought that I selected United States of America but inadvertaintly selected Venezuela. Now all of the browser content comes back in Spanish and not English. I have looked at all of the browser preference settings for the application and there is nothing in the settings tab that will allow me to change the language or country.
    Has anyone else run into this issue? I would have expected it to be really easy to change this setting but I am stumped as to how to fix this.
    Thanks to all for the guidance.

    Thanks for the feedback regarding my isue. I checked settings > lanuage and inputs and the language was already set for English. I then cleared Cookies and other Data. None of this worked and the web browser is set for Venezuela and displays spanish. The browser connects to http://ve.blackberry.com by default, which is the actual problem, here.

  • Why doesn't my Thunderbird allow me to go to my web browser (Google) from a link in a message? Using Windows XP, and Google browser

    For the past couple of day I have not been able got to links from Thunderbird to my web browser. I am using Google browser, this is with all my email providers, Google, Yahoo and Windstream. I am not sure when the update was installed.

    https://support.mozilla.org/en-US/kb/Hyperlinks-in-Messages-Not-Working

  • RichTech's Atomic Web Browser Missing From The App Store

    Can anyone please check and see if they are able to locate and download this alternative browser on their iPad? I'm with a friend and we were trying to load apps on their new iPad and if you click on an outside link or try to search for it you get no results. It's like it's missing from the App store entirely.

    Looks like Atomic Web browser was pulled from the App Store due to the use of private APIs in violation of Apple's policy:
    http://appadvice.com/appnn/2011/03/atomic-web-browser-removed-app-store/

  • How change o.s. font from applet ?????

    In the properties of desktop there is a possibility to change font System : small font and large font - 96 dpi and 120 dpi.
    When the large font is setted the labels in my applet became broken .
    How i can change this font from applet ??
    I have already seen the System.properties class but there isn't font key
    please if you know i have a big urgent.
    thank you

    In the properties of desktop there is a possibility to
    change font System : small font and large font - 96
    dpi and 120 dpi.
    When the large font is setted the labels in my applet
    became broken .
    How i can change this font from applet ??
    I have already seen the System.properties class but
    there isn't font keyYou can't change the system font from your applet, you can use fixed fonts in your applet though.
    please if you know i have a big urgent.LOLOLOLOLOL, sorry, couldn't help it, nothing personal, but just that sentence.
    thank youCheers.
    p.s. 1 hint;
    nobody cares if you're in a hurry or not, we're all busy people, mentioning it mostly tick people off, causing them not to respond or respond later.

  • Closing a browser window from applet

    i have applet opened in a IE browser.
    The applet contains TOOL BAR and one of the buttons in it is EXIT.so when i click this exit button the browser window should close.
    if any one has idea about it please let me know along with sample code.
    thanx in advance.

    try this
    on click of that exit button in action event write this
    System.exit(0);

  • How to change the Browser title when report runs on the web?

    Hi folks,
    How to change the title of the browser when I run my report on the web? Iam using Internet explorer and Reports 6i. Is it possible in 6i or 10g reports?
    Could you please tell me the step by step procedure ?
    Right now the browser is displaying the URL when I run the report with format = PDF.
    Thanks.

    It works for me. I don't see why you have a problem with >this code.
    Can you look at the source code of the html >file that was created (so, not in the browser, but in a >text editor). What do the header and title look like?The Html code in the file is same as the above code I specified. Actually I copied the same code and pasted here. But when I run the html file the Title shows up.
    Don't put </html> there. Maybe that helps. I tried this, but it did not work.
    Please let me know is there any way to set it dynamically inside the triggers using SRW built_in.
    Thanks alot.

Maybe you are looking for

  • "Save As" Command in Word for Mac 2011

    My Word for Mac 2011 "save as" command no longer defaults to the same file as the main doc. Is there a fix or work around? It used to be when I "Save As" it stayed in the same file. Now it defaults to the root directory: Documents.

  • TAXINN- posting a sales entry from FI using out put tax code

    Hi This client requires TAXINN and need to post a simple sales entry from FI ie cusotmer Dr Sales Cr and Sales Tax Cr. Can any one tell whether this is possible? If so, how. thanks a lot Sridevi

  • Early Access Tutorial

    I install JCreator to evaluate. I want to use the following sample from the tutorial website Java Studio Creator 2 � Early Access Tutorials & Sample Applications : Single Page Database Create, Update, and Delete But the readme install instruction are

  • Sprite Visible

    I have a script that checks for the visibility of checkboxes -- then it goes to the next marker go "Plan1" cursor -1 Now it sets the visibility of certain pictures based on which checkboxes were selected. Problem: it sets the visibility of sprites on

  • How to build global dimension?

    hi,.. I have 2 Oracle OLAP in 2 different computers. Each of this computers have complete OLAP object (Cube,dimension,level,hierarchy) works. I want to build a global dimension containing dimensions in both computers. for example, store dimension in