Help title in web browser

Hello everyone,
I use RH 7 and output to WebHelp. I wanted to change the tab
title for the help that launches in the web browser. We use
Internet Explorer as the default browser. Currently this tab title
is the same as the help project name which is the same as the help
launch file. For example my project name is Help_RH.xpj and the
launch file is Help_RH.htm. In the Help_RH.htm file I can modify
the help title between the <title>Help_RH</title> line
but this will only last until the next generated output.
Is there a method in RH that I can permanently specify the
help title that displays in the browser tab and not have to change
it manually in the Help_RH.htm file each time that I generate an
output?
thank you
- Azi

I just found the answer to my question. The title name can be
changed in the File > Project Setting option. Sorry if I wasted
anyone's time. Thanks.

Similar Messages

  • Help need in Web Browser Project

    Hai,
    I am doing a java Web browser project which was fully java code. I want some information ragarding to that project. First I used JEditorPane for displaying HTML Content. But it was not executing JavaScript. My friend told that JEditorPAne was rendering HTML pages of HTML3.2 version. It wont render Javascript. So try for other things.
    I used IECanvas but it just embedding the component of Internet Explorer or Mozilla. I don't want to embed those things. I need java components only. After that I have to do Charecter Encoding on that one. Pls anybody help me regarding to this matter. Its Urgent

    Dear hiwa,
    I saw the JDIC API. They told that it embeds some predefined browsers called INTERNET EXPLORER. But I don't want to embed these things. Is there any solution other than this? U saw ICE Browser. it was implemented in fully java having many functionalities.It is third party API. I tried to use that API but they gave 30 days trail period. So I am afried of that. I just want to display the HTML page that supports JavaScript. I saw rhino which is an Interpreter for javascript.
    Is there any possibility to embed this interpreter to JEditorPane or any java component. Pls give me details if Possible.
    thanks for your kind information.

  • Help my safari web browser has been hijacked by some type of malware. My browser is locked in on a web page that pretends to be from the FBI. Is there security software I can purchase to eliminate this malware?

    I am not sure if this is the correct forum but I had these bastards who have stolen my web browser. Natually they ask me to send them monies to unlock my browser. It is a dangerous place out there. I would appreciate any recommendations as to possible security software to remove this malware will be much appreciated
    thank you
    Hijacked Safari Browser

    Information.
    https://discussions.apple.com/message/17680743#17680743

  • Title in Web Browser Bar

    I have an iWeb site hosted at mobileme and a domain purchased through godaddy. I used forwarding to be able to view my iWeb site through the godaddy domain name. I have been able to change the site name as seen in the browser window title bar using html snippet. However, this change is only seen when accessed through the web.me.com URL, and NOT the godaddy domain. See the two links below. The proper title is JeffSchloss.com.
    http://web.me.com/jeffschloss/JeffSchloss/Home.html
    http://jeffschloss.com/
    How do I change the title for both? HTML snippet doesn't seem to work. Thanks in advance.

    The code for the index page on the second site is
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    +<title>JeffShloss.com </title>+
    </head>
    <frameset rows="100%,*" border="0">
    <frame src="http://web.mac.com/jeff_schloss" frameborder="0" />
    <frame frameborder="0" noresize />
    </frameset>
    <!-- pageok -->
    <!-- 01 -->
    <!-- 7.9-->
    </html>
    You need to alter the title, but I don't think you can do that without publishing to a folder and then altering.

  • RegisterHotKey(....) to disable hotkeys such as ALT+F4 is not working in C# Web Browser control

    Disabling hot keys like "ALT+F4" using register RegisterHotKey(..) function and wndproc(..) function in c# windows application is not working as expected in few cases. Below is the description.
    I am using C# Web Browser control in windows application to display Web Pages. We are disabling hot keys like ALT+F4 by calling the method RegisterHotKey(..) and capture the hot key message in Wndproc(..) function. Initially This is working as expected
    normally.
    But as part of new requirement, we need to set the "title of Web browser page" to its parent class(Win form) text property. when we are assigning text property of winform using below code, the hot keys could not be disabled.
    this.Text = webBrowserCustom.DocumentTitle; //this keyword refers to WinForm which loads web browser control
    If webBrowserCustom.DocumentTitle is empty then this.text is set to Empty string. In such case the hot keys are not getting disabled.
    I am not sure what is the relation between text property of winform and hot keys disabling.
    Could you please let us know why hot keys are not getting disabled when we setting empty string to Winform(which is loading Web Browser control) text property.?

    Hi,
    How did you use RegisterHotKey and winproc function in your project, could you please post the code here so that we can reproduce the problem firstly?
    If you just want to prevent the user from closing the form, you could register Form_Closing event handler, and cancel the closing behavior by the user. 
    private void Form1_FormClosing(object sender, FormClosingEventArgs e)
    e.Cancel = (e.CloseReason == CloseReason.UserClosing);
    private void btnCloseForm_Click(object sender, EventArgs e)
    this.FormClosing -= new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
    this.Close();
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Title of the browser displaying a report output through web.show_document

    Hiya
    We are using Oracle Forms 10g 10.1.2.0.2
    All our Forms and Reports are working well.
    We are using Java Script in Web.Show_Document so that when the report is displayed on the screen in the browser, the browser's toolbar and menubar should not be visible.
    The code looks like this:
    v_url_in := 'reports/rwservlet' || '/getjobid' || v_job_id || '?server='|| 'my_rep_server';
    v_url_out := 'javascript:window.open("'||v_url_in||'", " ", "toolbar=no,menubar=no");self.close();';
    Web.Show_Document (v_url_out, '_blank');
    The above code is working absolutely fine. No issues about this.
    Now when the report opens in a new browser window,the title of the browser window reads as follows:
    http://<hostname>:8889/reports/rwservlet/getjobid1234?server=my_rep_server - Microsoft Internet Explorer
    So rather than displaying the title of the browser window as the URL of our Application Server, we want to show the title to Reports name so that it
    reads as
    'Customer Sales Summary Report - Microsoft Internet Explorer'.
    Does anyone has any idea if it is possible to change the title of the browser window, if so, how ?
    Cheers
    Mayur

    Mayur,
    I'm not a web developer either, however, I've done this kind of thing using the HTP database package - as I mentioned. What you could do is write a database procedure that accepts the URL and the Title as parameters and let the procedure open the URL for you. For example:
    CREATE OR REPLACE PROCEDURE show_url(p_url VARCHAR2, p_title varchar2) AS
    BEGIN
       htp.htmlOpen;
       htp.headOpen;
       htp.htitle(p_title);
       htp.headClose;
       htp.bodyOpen( cattributes => 'onLoad="WinOpen()"');
       htp.bodyOpen;
       htp.script(clanguage => 'javascript',
                    cscript => '<!--
                                function WinOpen() { open("'||p_url||'","_self");
                                //-->'
       htp.bodyClose;
       htp.htmlClose;
    END;I was unable to test this procedure on my Oracle XE install, but it should work on a non-XE database.
    Hope this helps.
    Craig...
    -- If my response or the response of another is helpful or answers your question, please mark the response accordingly. Thanks!

  • Need help! how to open a shared folder thru web browser

    Hi to all LV'ers,
    as the subject implies, i am trying to find a way to view the shared folder w/in the company network thru web browser. is this possible? is there a much easy way?? i never been used FTP vi's before or any other vi's to deal with this situation but i successfully used web publishing tool to make an access of LV front panel remotely using "web publishing tool". btw, im using LV 8.5.1.
    my purpose for this is to let our boss to have a quick access of the data from excel files (w/ "s" because many excel file report is generated everyday for data updates) resided in remote computer (this computer runs the LV program and we can view its front panel remotely thru web publishing tool but i also need to view the folder of this computer that contains files). that is why im finding a way to have an access not only a specific excel file but a specific folder. ofcourse, we can access the shared folder thru "my network places>>entire network>>microsoft windows network" if the folder is shared but our boss is far more convenient if we LV programmers can create a button to automatically lead them to the folder containing files they needed.
    I hope anyone already done dealing with this can shared their solutions.
    deeply appreciate your help!!
    regards,
    ivel
    Ivel R. | CLAD
    Solved!
    Go to Solution.

    i think what i told in my 1st msg makes things more complicated than what i really need, sorry for that.. but for sure, i need this to be done in LV because the data from excel files was generated by LV program and this LV program is displayed in our web (thru web publishing tool), see picture below.
    what i want to do is to add a button here in front panel that when pushed, will show the folder consisting of several excel files. with this, i can choose what particular excel file to be opened. sorry guys i make you confused in my situation. here i attached i simple VI to let me open the excel file but unfortunately when i select the desired excel file, the dialog says "path not found". when i browse and open the excel file manually using "entire network>>microsoft windows network>>remote computer name>> shared folder>>excelfile", i can successfully opened it.
    i dont know why i cannot make a valid path using my attached vi. maybe there's something wrong with my program,please let me know. the attached vi is LV 8.5.1. i will used this vi as a subvi later in the front panel shown above.
    thanks in advanced for help..!
    Ivel R. | CLAD
    Attachments:
    Untitled 2.vi ‏44 KB

  • My ipad mini doesn't have a web browser! Help. I can't access the internet or iTunes or the app store. The web browser icon isn't even there.Anyone know what to do?

    My ipad mini doesn't have a web browser! Help. I can't access the internet or iTunes or the app store. The web browser icon isn't even there.Anyone know what to do?

    I'd maybe try doing a search for Safari on your iPad first (swipe to the left to search). If it shows up in that search you can go to Settings > General > Reset and choose 'reset home screen layout' which will put it back where it would be by default.
    All else fails? Restore it.

  • 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

  • Title of a Crystal Report PDF being displayed in a web browser

    I have an application that previews a report in a web browser by saving the report to the web server and then opening a new tab/window pointing at the pdf that was just created. Right now it is displaying the server name(and path to the report on the server I believe) in the title bar instead of the report title. Is it possibel to set the report title somewhere in the code so the user sees whatever I want to show them instead of anythign to do with the server?
    Thanks,
    - Mike

    Hi  Mike,
    This will get the name of the report and all of it's parts and add the .pdf to the file name:
    string MyRptName = rpt.FileName.ToString();
    MyRptName = MyRptName.Substring(MyRptName.LastIndexOf(@"\") + 1, (rpt.FileName.Length - 3) - (MyRptName.LastIndexOf(@"\") + 1)) + "pdf";
    Don

  • How i can help to translate Mozilla FireFox (Web browser) in Uzbek language?

    How i can help to translate Mozilla FireFox (Web browser) in Uzbek language?

    Also [https://wiki.mozilla.org/L10n:Teams:uz]

  • Can't remember how to enlarge web browser screen on OSX 10.6. Can anyone help?

    Can't remember how to enlarge web browser screen on OSX 10.6. Can anyone help?

    Hi ..
    Click and drag out the bottom right corner of any Safari window.

  • NOKIA 5800 WEB BROWSER HELP!

    My web browser on my nokia 5800 does not work anymore. I go onto the web browser and the phone freezes and stops responding until the web browser can shut it self down. I am currently using the opera web browser available on the Ovi Store. I need help to get my web browser working again. Any advise?
    thanks
    corryn x

    You can discount a virus as a cause of your issues. If it wasn't for the loss of data involved, I would have suggested restoring your 5800XM to "factory settings" and re-formatting memory card, there is obviously corrupt data on your device/memory card.
    Happy to have helped forum with a Support Ratio = 42.5

  • "safari web browser has stopped working" ... help?

    So a number of months ago (5, I believe) Safari Web Browser crashed and I tried opening it and a message popped up that said:
    +Microsoft Windows:+
    +Safari Web Browser has stopped working+
    +A problem caused the problem to stop working correctly. Windows will close the program and notify you if a solution is available.+
    Now up until the crash, I was extremely satisfied with Safari and it was my default internet browser. After I kept seeing this message when trying to start Safari, I decided to uninstall it and reinstall it, then tried repairing it several times. It kept showing the same message for a while so I decided to give up for a few months, so I tried again and the same thing happened. Once again I gave up and today I tried again when I updated my iTunes and that same message popped up and Safari didn't work.
    So I decided to post here to see if someone can help me figure out and fix the problem since I prefer that browser to most and never had any problems with it until I froze it and it crashed that number of months ago.
    Thanks and your help is greatly appreciated.

    Hi,
    I'm afraid I'm not familiar with Vista, but in XP the Safari preferences etc. are stored in this location:
    C:\Documents and Settings\YourUsername\Application Data\Apple Computer\Safari\
    If you know where the equivalent Vista location is, rename the Safari directory to be Safari_backup and then retry launching the application to see if one of the files in there is corrupt and causing Safari to crash.
    If it does work after doing that, try moving the files one by one back from the Safari_backup directory to the newly created Safari directory, restarting Safari each time, until you find the problematic one.

  • Trouble Loading a flat file into BPS using a Web Browser, Please help ?

    Hi Gurus,
    I'm in BW 3.5.
    I did everything and also followed the How to .. paper to upload a flat file into BPS tran cube via a Web browser.
    I created a Web Browser and generated a BSP application. When I run the BSP application I get the following error:
    "The generated data is not contained in the selection condition" UPC204
    The error message also says:
    "The error message can appear when you use a planning function to generate data that is outside the data range specified by the selection conditions of the planning package"
    When I save the variables that I select in the web interface they are getting saved in a table(UPC_VAR_CHA_ACT), but somehow the BSP application cannot look into those values, which I think is the cause of above issue.
    Please help.
    Venkat

    Hi,
    This type of error is quite common in BPS operations. This generally happens due to some missing values in the restriction of the planning levels and the packages.
    The error message is "The generated data is not contained in the selection condition" UPC204
    Check in the planning level and the package, all the restrictions that have been defined and verify whether the values which are getting uploaded through the flat file are present in the election condition of the level or in the package.
    Please award points if helpful.

Maybe you are looking for

  • Configuring file and JDBC adapter using MAX DB

    Dear Experts..!!! The problem description is i need to store a text file in Database(MaxDB)..... in receiver communication channel there is database connection in that i want to know what entrys to be done..... and plz do let me know is there any oth

  • Iphone 4s Photos not rotating correctly when transferred to computer.

    When transfering a photo or video from an iphone to a computer the pictures and videos are all updside down.  I have an iphone 4s and was wondering if this is a bug or if there is a way to fix this?  thanks Additional note - i use a windows 7 pc

  • Signature no longer valid

    I can't upload a new app to the app store with Application loader. The message keeps telling me that "Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate" I've never had th

  • Manage Distribution Edit Installer problem

    I am using Labwindows 8.1 I have a small project that I am having problems building. When I go into the Manage Distributions, click edit and then go to Drivers & Components, there are several components checked that are not needed . I am not sure how

  • Control Center down when logoff from Windows server

    I have started the control Center on a windows server using start <OWB-menu> / Administration / Start Control Center / Start Control Center Service. When I logoff from that server, the Control Center Service goes down. How can I start the Control Cen