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.

Similar Messages

  • 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

  • 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

  • How to change browser title!?!

    Does anybody know how to change the browser title?!
    Using Dreamweaver 8 on a Mac.
    www.myvirtuemagazine.com on my site it is called "demo" how
    can I change this?
    Also does anybody know how to create a little logo in the URL
    bar at the start of the URL like Adobe has the signature red A and
    Google has the G, how do you create that!?

    In the <head> of your document --
    <title>This is the text that appears as the browser
    title</title>
    As for the icon:
    http://alt-web.com/favicons.shtml
    Virginia Carter
    Carolina Web Creations
    ======================
    www.carolinawebcreations.biz
    Alix86 wrote:
    > Does anybody know how to change the browser title?!
    >
    > Using Dreamweaver 8 on a Mac.
    >
    > www.myvirtuemagazine.com on my site it is called "demo"
    how can I change this?
    >
    > Also does anybody know how to create a little logo in
    the URL bar at the start
    > of the URL like Adobe has the signature red A and Google
    has the G, how do you
    > create that!?
    >
    >

  • Change Browser title

    Hi ,
    I want to change the browser title for my application. I
    have the deep linking turned on.
    <mx:Application pageTitle="Title for the Page"
    creationComplete="isReloaded();"
    verticalGap="0" width="100%" xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="vertical"
    height="100%" >
    Thanks in advance.
    Josh

    "Rob Rusher" <[email protected]> wrote in message
    news:g6q9qv$cl2$[email protected]..
    > Because the Application class sets the pageTitle
    property but does not
    > make it
    > accessible via ActionScript, you must BrowserManager or
    SWFAddress.
    >
    > The BrowserManager function would look like this:
    > private function changeTitle():void
    > {
    > BrowserManager.getInstance().setTitle("My new title");
    > }
    >
    Could probably also use ExternalInterface to call js...

  • Changing a title from a movie I imported

    How do I change the imovie title that I first typed in when I imported camcorder footage?
    Thanks

    If I understand, you want to change the name of the project, right? You want to change the name that appears in the window title, followed by "(DV-NTSC)" (or whatever type of project yours is.)
    The easiest way is to use iMovie's File > Save Project As command to save a copy of the project. That creates a new project with the name you assign. It also takes care of the housekeeping chores described below. When you know Save As was successful, discard the old project.
    Otherwise, follow these steps:
    1. If you don't know where your iMovie project is stored on your hard disk, Command-click on the little project icon just left of the project name in the window titlebar. The popUp menu that appears shows you the path to the project file. Choose the SECOND item in the menu. That takes you to the folder containing your project and selects the project.
    2. Reactivate iMovie and Quit.
    3. In the Finder, rename the project file. Be sure not to change the file extension "iMovieProject", however.
    4. Control-click on rename the project file. Choose Show Package Contents from the popUp menu that appears.
    5. You'll see a file with the name extension ".iMovieProj". Rename that file to match the name you gave the project.
    6. You'll also see a file with the extension "~iMovieProj". (Note the tilde.) Drag that file outside the project.
    7. Double-click on the project file you opened in #4. (Do NOT click on the iMovie HD icon in the Dock to launch iMovie.) If everything opens as it should in iMovie, save the iMovie project..
    Karl

  • How to change browser title in firefox?

    In IE8 do so:
    in webutiljpi.htm add lines
    <HEAD>
    <script language="javascript1.2" type="text/javascript1.2">
    function ChangeTitle (a) (
    document.title = a;
    </ Script>
    <TITLE>% A% </ TITLE>
    </ HEAD>
    then in the library doing a procedure where a call to
    web.show_document ('javascript: ChangeTitle ('||'"'|| klass.gv_system_name | |
    '- [Izvēlne] - [' | | get_application_property (USERNAME )||'] - ['| |
    substr (v_conn, instr (v_conn, -1,1) +1 )||']'||'"'||')','_ self ').
    In IE8 works, but Firefox does not. Help Please.

    I believe changing the proxy for firefox is the same on a mac as with window. You can go to the network settings and change it from there, and I believe firefox will ask to use the settings, otherwise you can go to Settings>Options>Advanced>Network and then on the top will be place that says configure how firefox connects to the internet. Hit that settings button and you can then configure it all. At the bottom of there, there is a button that says "Do not prompt for authentication if the password is saved". I would clear that box because that is probably why her authentication isn't working. Once she has put in new authentication, it should ask if you want to update it. Thats when you can go back there and check the button to not prompt for authentication if the password is saved.
    Just in case this was way to long, or didn't make sense, I have a couple screenshots. These were taken on my windows computer, not my mac but it will be the same thing.

  • How to change check title from WACHOVIA to Wells Fargo

    Hi Friends,
    Where do I change to let our check header show different name of the bank?
    Thanks in advance,
    L

    Hi Linda,
    Make necessary changes to the bank name details in transaction code: FI02, from WACHOVIA to wells Fargo.
    And try for check printout either through T.code F-58 or through assigning variant for check printout in APP (F110)
    This might help you for change of bank name in check header.
    Edited by: mgolthi on Jul 29, 2011 7:43 AM

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

  • 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 windows title

    Hello friends
    How can I change the title "Oracle9iAS Forms Services - Microsoft Internet Explorer" to "my title" at forms run time?
    From
    Chirag Patel

    Chirag,
    which icon do you mean, the Browser icon? There is not much that you can do against it. Though a Browser allows you to change the title from a HTML page, you don't have access to the icon.
    Frank

  • Hi, how can i change my title for miss to mr?

    I was just wondering how i could change my title from miss to mr?
    Anyone who knows?
    Thanks.

    iTunes -> Store menu -> View My Account
    Log in, locate the Billing Address section, and click the "edit" link at the right. You can change the salutation there.
    Regards.

  • Setting Browser Title

    we are running forms in the browser itself not in a seperate frame. Does anyone has any idea about how to set the browser title from Forms or using Java in Forms. I know that we can set it in the HTML file but we want to display the login information like username and the database the user logged into, on the browser title bar.
    Thanks in advance,
    -Pardha

    Sorry did not read properly ... that you wanted to do it from forms.
    a way i can see it done is probably to use a login using a applet and then load forms. Single Sign-On (SSO) might have some features .. not sure
    regards,
    Easo

  • Help.... trying to set the browser title for reports called from 9i form

    hello all
    I am attempting to call a 9i report from an oracle 9i form .I am using the following code
    repid := find_report_object('report5');
    SET_REPORT_OBJECT_PROPERTY
    SET_REPORT_OBJECT_PROPERTY (repid,REPORT_type,CACHE);
    SET_REPORT_OBJECT_PROPERTY (repid,REPORT_DESFORMAT,pdf);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'sandy4');
    v_rep := RUN_REPORT_OBJECT(repid,p1_id);
    IF rep_status = 'FINISHED' THEN
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://----.--------.com:8888/reports/rwservlet/getjobid'|| substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=sandy4,'_blank');
    .. and so on
    The reports RUNS FINE AND POPS UP AS A NEAT PDF internet explorer page !!!
    I WAS WONDERING IF THERE IS ANYWAY TO SET THE BROWSER TITLE OF THIS REPORT THAT POPS UP..
    DO I HAVE TO CHANGE SOME PROPERTY AT THE REPORT END
    OR CAN I SET IT DYNAMICALLY BY PASSING AS A PARAMETER
    FROM MY FORM
    I HAVE SEARCHED EVERYWHERE FOR THIS
    PL HELP
    I WILL REALLY APPRECIATE IT IF SOMONE CUD HELP ME WITH
    THIS
    THANK YOU
    SANDY

    Hi,
    It is possible to set the Document title for PDF output. Open the Reports Property Inspector, under PDF Document Taxonomy, you can set the Document title. But this does not show up in the browser when you open the document.
    thanks,
    Senthil

  • Change Html Title dynamic from Flash

    Hi,
    I want to change the Title of the Html page dynamically from
    the embedded Flash.
    The Title, that appears on Browser bars etc.
    Could I do this?
    On init I can load the Html source code in with LoadVars, and
    onData (src) change the Title with subString method, but, how then
    could I pass the new value back to the Html page, so the Browser
    Title changes?
    Thank you.
    Luciewong

    Thank you both GWD and Dave for the help.
    I know your code works under normal circumstances, just in my
    case, I can't get it to work.
    Because, on a subsequent Frame, called after the
    ExternalInterface.call,
    I have a getURL(javascript) to change the doc. background
    color.
    Now, either the Title changes or the background color
    changes, but both after each other, can't make it.
    I have tried Ext,CallBack function, so when the Title changes
    and callBack is true, move on, but still then it changes the BG,
    but not the title anymore.
    I must do something wrong with the callBack function?
    Thank you for your help.
    Regards,
    Luciewong

Maybe you are looking for