Changing the Window title

Hi,
I am using forms 10g version and like to know if there is any possible way I can change the window title from,
'http://192.168.x.x - Oracle Application Server Forms Services - Microsoft Internet Explorer'
to other wordings ?
I have tried to use, SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'New Title'); but not successful.
My existing settings of formsweb.cfg are,
[default]
separateFrame=false
[sepwin]
separateFrame=True
Thanks in advance.

You're right - you'll use Javascript to make the change to the browser title, but you'll need a Java bean in your Form to make the call to that Javascript. I've posted some example code in an earlier thread on how to call Javascript from a Forms bean item:
Re: How can a Javabean call Javascript function of the basejpi.html??
I used a Javascript include file to include the following Javascript function (among others) in the html page that hosts the applet i.e. in our case, webutiljini.htm:
function setWindowTitle(title)
document.title=title;
Hope that gives you the building blocks you need!
James

Similar Messages

  • How to Change the Windows Title in EP7.0

    Hi
    Can anyone provide some pointers on how to change the windows title bar in EP 6.0
    We would like to remove the words "SAP Netweaver Portal" from the title.
    I have found OSS note  695903 however this refers to EP6.0
    Thanks in advance.
    Ian

    Hi,
    For people who have no access to the note, here are the steps involved. The same steps are listed in the note :
    1) Logon to your portal with your user who has super_admin role.
    2) Go to the System Administration tab -> System Configuration tab.
    3) Go to the Service Configuration -> Central Configuration.
    4) Change the portal.html.head.title part. Do no forget to save the changes you made.
    5) Restart the j2ee server to be able to see the changes on the portal
    Cheers,
    Sunil

  • How to change the Window Title on a per build spec basis?

    I would like to be able to make 4 "build specificiations" against the same Startup-VI and be able to have the Window Title different in each of the output executables.   I know how to change the Window Title for the VI itself, but for some reason, I don't see the ability to override this information in Source File Settings --> Customize VI Properties dialog of the build specification.    Is there perhaps a way to do this programattically with VI server?  Perhaps there is a way I can define a unique symbol on each of the build specs and then do a case statement in code to determine which title to display based on the symbol that was defined?
    Thanks,

    You can use the appropriately named Window Title property. In your project you can define conditional disable symbols (right-click on the project node and select Properties) and then use a conditional disable structure in your code. However, these symbols apply to the entire project, not to a specific executable. Thus, a better route would be to use the executable name (also accessible via a property), if possible, or some other distinction between the executables. What makes the executables different?

  • Change browser window title when separateFrame=false

    We are running Web forms with separateFrame=false and want to change the window title.
    Have tried using a javabean as provided by Frank Nimphius but that manipulates the top window frame only (i.e. the one that does not exist because we have only one frame). The built-in SET_WINDOW_PROPERTY ((FORMS_MDI_WINDOW, TITLE, 'my title') does not work
    Using Webutil has been rejected by the client because of security/admin issues.
    Anyone know of a solution?
    Cheers,
    Gary

    Hi,
    based on the following Javascript that works to set the title
    <html>
    <body onLoad="document.title='Hello'">
    </body>
    </html>
    you can create a web.show_document() call like
    web.show_document('javascript:document.title="hello"','_self');
    If this doesn't work the first time, add a method to the base html file in Forms and call this method the same way
    Frank

  • Changing the colour of the window title

    Hi guys, just a quick question, is it possible to change the background colour of the window title bar and if so where is it. Is it in the properties of the window or so?
    Just currently the text at the top of my window is barely visible because the background is a dark colour also
    Thanks.

    When you run the application it uses your operating system colours for the window title.

  • Changing the alignment of the window title in a jFrame...

    hi.
    is it possible to change the alignment of the window title in a jFrame from left to center / right?
    really appreciate your help on this one. tnx.

    read "dr_ness" posting here:
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=353930
    You'll have to extend BasicRootPaneUI and use your custom root pane UI on your frame, so it always draws the title in the center.

  • CHANGE COLOR OF THE WINDOW TITLE

    Hi,
    I am working on forms6.
    Can I change the color of the window title dynamically? Please help.
    Thanks.
    Phebe.

    private void initLookAndFeel(){
    try{
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    UIManager.put("MenuItem.background",SystemColor.info);
    UIManager.put("Menu.background",SystemColor.info);
    SwingUtilities.updateComponentTreeUI(this);
    }catch(Exception e){}
    }

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

  • Change the Page Title for all the pages when viewing the Reports in Bi Publisher

    Hello ,
    I have a requirement for changing the Page Title for all the report displayed pages on the browser window.

    As far as I know, answer is NO.
    it's very simple answer  Manikandan-S-Oracle
    for 1210326 's requirements there are some places for changes of property "title" and in some pages "title" can be different
    "one place or option for changing" does not exist imho ( may be i'm wrong )
    so you can change places for your needs but not sure what it's adequate
    as example
    ...wls\user_projects\applications\bipdomain\xmlpserver\catalog\navigator.jsp  -->  find <title>
    it changes title in http://somehost:7001/xmlpserver/servlet/catalog
    ... wls\user_projects\applications\bipdomain\xmlpserver\home\home.jsp  -->  find <title>
    it changes title in http://somehost:7001/xmlpserver/servlet/home

  • How to change main window title of oracle ebs

    Hi all,
    Kindly tell me how can we change the main title of oracle ebs 11i.
    Thanks

    Hello Gloscott,
    Welcome to the Aperture discussion forum. Congratulations. You just hijacked a thread. That's bad form for 2 reasons. First, you added a message to a thread called "How to change main window view" which makes it look like you had information to add that thread, and you did not. Second, people who can help you are more likely to read a message that has your problem in the subject than they are to read this message. I.e., you won't get what you want if you ask for something else.
    That being said, when you repost your query in a new thread, you'll have to be more specific. A "Frame" is not in the regular Aperture terminology.
    nathan
    Message was edited by: Mr Endo

  • Programmatic to change the Frame title

    Hi all
    It's not possible programmatic to change the Frame title. Is there any way (not-documented) to change it?

    If I am understanding your question, you could do this:
    Set_Window_Property('WINDOW NAME', TITLE, 'ANY TITLE');
    I have used this on the When-New-Form-Instance trigger.
    Edit: Sorry I miss-read your question. My solution is for the window's title not the frame.
    Sure wish there was a way to delete my incorrect post.
    Edited by: Darksky on Mar 18, 2010 10:53 AM

  • Even if the tab is not active it must not be of the same colour as the window title bar is!!! Even the "close" cross doesn't improve the visibility. Nonsense!!!

    Even if the tab is not active it must not be of the same color as the window title bar is.
    Even the "close" cross doesn't improve the visibility.
    Nonsense

    Hello,
    I'm sorry that you are unhappy with the new Firefox design. People helping here are volunteers and they are doing the best they can to help out Firefox users. If you feel strongly about the new changes I would suggest you to provide feedback on https://input.mozilla.org/feedback for the people who decided on the changes to actually see it.
    Please keep in mind that Firefox is a work in progress and your feedback is very valuable for us to understand what can be done better! "

  • Change the Report Title for XML Publisher, depending on the field value.

    I want to change the Report Title as below.
    if the field_A='B' then the report title as it is defined in report defination
    else the report title is 'XXX"
    Please let me know whether it is possible, if yes please guide me. how can we do it.
    Thanks
    Venkat

    Tim covered the inline if statement, though not specifically regarding a title, in his blog recently:
    http://blogs.oracle.com/xmlpublisher/2007/12/18#a723
    The syntax is:
    xdoxslt:ifelse(.//WM_FLAG='C’,'Canceled','Approved')

  • How can I change the window size of iTunes?  Used to be easy before installing Mavericks.

    How can I change the window size of iTunes on my iMac?  Used to be easy before installing Mavericks.

    If you want to make the itunes tab so you can see the dock
    you press the
    esc
    button if your in full screen mode
    if you want to get into full screen mode you press the arrows facing away from eachother in the top right corner
    there is another way to get to the normal tab if your in full screen
    make the curser go right up to the top of the screen and it will show the apple tab
    it will have two arrows facing together highlited in blue
    if u tap that it will take you to the normal tab

  • Is there a way to change the Windows Update service startup type on Windows Server 2012 R2?

    We have a number of newly built 2012 R2 servers that we have HP Operations Manager agent running on that monitors the status of several services and reports if they are "stopped". One of these services is Windows Update. Every day we
    get at least one alert saying:
    "Service "Windows Update" is not started. Current state is stopped"
    Checking the event logs shows that the Windows Update service stops, then a while later it just starts again. Not an error, just an information event.
    In Windows 2012 R2 the Windows Update service is set to "Automatic (Trigger Start)", where in previous versions we run (2012/2008R2) it would be set to just "Automatic" or "Automatic (Delayed Start)"
    I have come to understand that this behaviour is normal for Windows 2012 R2, and that Trigger Start services by design stop themselves after a period of inactivity. I was unable to find any info on how this works. Our client would like this to
    be changed and the Windows Update service stay running all the time, understanding that this impacts performance.
    Is there a way to change the Windows Update service in Server 2012 R2 to the old Automatic startup behaviour so that it stays running all the time instead of stopping and starting periodicall? There is no option to do this via the services mmc
    gui.
    So far I have tried:
    Removing the Triggers using the command: sc triggerinfo wuauserv delete
    This works temporarily, the service then shows as just Automatic in the services console, however if you restart the server or restart the service it goes right back to being Automatic (Trigger Start).
    Any kind of help would be appreciated.

    This one might help.
    Allow configuration of Automatic Updates in Windows 8 and Windows Server 2012
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

Maybe you are looking for

  • Creating sub groups in iFS...

    Please, let me in this... (1) Does iFS support the creation of sub groups underneath one group? For example,I am using the iFS Manager, and I want to create groups for that represent companies...Group A, B & C... Can I also create sub groups, Sales,

  • Can't get java runtime, and applets, running inside Firefox 11.

    I have gone to my Windows 7 control panel and enabled java for the mozilla family, which implies the web browser I use, Firefox 11 at the moment. I have gone to Firefox/Tools/Add-Ons/Plugins and have enabled the Java Deployment Kit 6.0.250.3 However,

  • Problem in opening J2EE server..

    Dear all, When i write the address of my J2EE server in the internet browser and try to open it. The system gives an error saying that..<b>The following error occurred: [code=GATEWAY_TIMEOUT] A gateway timeout occurred. The server is unreachable. Ret

  • PowerMac G4....should I keep this thing?

    Hello Mac Nation, I have an old PowerMacG4 (2003) dual 1.25 that's been sitting. I dont think I can get much for it. Do these older PowerMac's have problems with the latest and greatest OS's, programs, etc? I mainly want to run Illustrator. thanks Me

  • Combining multiple files in single 3D model

    We're struggling incorporating multiple .stl models to form a single file with an expandable model tree. Adobe v8.2.4, WinXP. We can get individual files on separate pages, but not embedded in the same page, such that you can select/hide individual o