RoboHelp 2015 - the Page is not found

I am trying to create a topic that links to a Web page in Robohelp 2015 using the sensitive HTML5 output; However, every time that I discovered the output and select the topic, I get the error below the screenshot of the properties of the Table of Contents Page. The link works if I paste it in a browser, however. Can someone help me understand what I am doing wrong? I often do this in Robohelp 10.

More info: I want to this Web page to be displayed without opening a window separated.

Thank you in advance for your help!

Where I paste the web address

ERROR

The page is not found

The page you are looking for has been removed, had its name changed, or is temporarily unavailable.

Please, try the following:

  • Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
  • If you have reached this page by clicking a link, contact the Web site administrator to warn them that the link is badly formatted.
  • Click on the back button to try another link.

Error HTTP 404 - file or directory not found.
Internet Information Services (IIS)

Tags: Adobe

Similar Questions

  • Can not import a copy of the application to our workspace. The page is not found

    Hello
    We have an existing schema and workspace called track 2 and everything was fine. We could export a copy of the application of prod and import it under a different number, so we could test some changes.
    Then, we created a new workspace and schema called track3 and I tried to export a copy of prod and its import in track3 workspace.

    It gave the error:
    The page is not found
    The page you are looking for has been removed, had its name changed, or is temporarily unavailable.

    The URL, he found himself on after that the error was http://ourServer:7778/pls/apex/wwv_flow.accept

    In troubleshooting, we went back track 2 environment and cannot import copy of this old workspace more either.
    This has happened before on another post (contract), I was on and fixed it himself.
    Then we tried to bounce the server HTTP, did not work. I tried to bounce the database server has failed.
    What can do us?

    Please, any help is appreciated. Bill

    To debug the problem using SQL * Plus, you must connect as KMX2 in the production database. If the script fails, there will be no harm. You can remove the validation of the end of the script and replace it with a restore where the script is not and you want to ensure that there are no changes to your db prod.

    Don't you think that the version 3.2 upgrade would fix our problem?

    I do not know.

    Scott

  • When I click on the windows media player, I get a message saying that the page is not found or no longer exists. Why is this

    When I click on windows media player, I get the message, the page you requested could not be found or no longer exists.  Yet, I cannot go into the library for the albums, I copied on media and it opens when I put in a USB stick etc to see the pictures in the media player.  Can someone help please.  I am running Windows Vista Premium Homwe.

    Hello

    You did changes to the computer before the show?

    Method 1: Check the protocol settings and proxy such as mentioned in the article below, and then try to use the functionality of online stores and a Media Guide.

    What protocols use Windows Media Player for streaming?: http://Windows.Microsoft.com/en-us/Windows-Vista/which-protocols-does-Windows-Media-Player-use-for-streaming 

    Method 2: If the problem is uninstall and reinstall Windows Media Player.

    Step 1: Uninstall Windows Media Player:

    a. go to Start and in the search type "or turn off Windows features turn on."

    b. click on "turn Windows features on or off". ""

    c. find multimedia and uncheck the brand in front of Windows Media Player.

    d. restart the computer

    Step 2: Reinstall Windows Media Player:

    a. go to Start and in the search type "turn Windows features on or off". "

    b. click on "turn Windows features on or off". ""

    c. find the multimedia functions, and then place a check mark in front of Windows Media Player.

    d. restart the computer.

    For more information, see the article below:

    http://Windows.Microsoft.com/en-us/Windows-Vista/turn-Windows-features-on-or-off

  • Show hide columns generates error on the page if not found data

    Hello

    Has anyone ever encountered a situation where a page error when using the feature show hide column and no data is returned.

    My region to report is based on SQL and when calling at the start page or when restrictions are no match all all the data that appears is the message "No data found" by default. The method used, I pulled Carl Backstrom (RIP) application.

    < script type = "text/javascript" >
    function html_HideBasedOnCheckBox (pThis, pThat) {}
    if(pThis.Checked == true) {}
    html_ShowCellColumn (pThat);
    } else {}
    html_HideCellColumn (pThat);
    }
    }

    function getCellIndex (pRow, pCell) {}
    If (document.all) {}
    for (var i = 0; i < pRow.cells.length; i ++) {}
    If (pRow.cells [i] == pCell) {l_Count = i}
    }
    } else {}
    l_Count = pCell.cellIndex;
    }
    Return l_Count;
    }

    function html_HideCellColumn (pId) {}
    var l_Cell = $x (pId);
    var l_Table = html_CascadeUpTill (l_Cell, 'TABLE');
    var l_Rows = l_Table.rows;
    l_CellI = getCellIndex (l_Cell.parentNode, l_Cell);

    for (var i = 0; i < l_Rows.length - 1; i ++) {}
    html_HideElement (l_Rows.cells [l_CellI]);
    }
    return;
    }

    function html_ShowCellColumn (pId) {}
    var l_Cell = $x (pId);
    var l_Table = html_CascadeUpTill (l_Cell, 'TABLE');
    var l_Rows = l_Table.rows;
    l_CellI = getCellIndex (l_Cell.parentNode, l_Cell);

    for (var i = 0; i < l_Rows.length - 1; i ++) {}
    html_ShowElement (l_Rows [i]. Cells [l_CellI]);
    }
    return;
    }

    < /script >

    The attributes of HTML form elements is: onclick = "html_HideBasedOnCheckBox (this, this.value)" "

    The LoV for this box is static for a column.

    This set works very well if the data is returned. It must have something to do with the topics defined in the SQL code and therefore are not displayed when no data is returned. The code is then try to hide or something that does not exist.

    The part where he falls is during the setting of the variables:

    function html_HideCellColumn (pId) {}
    var l_Cell = $x (pId);
    var l_Table = html_CascadeUpTill (l_Cell, 'TABLE');
    var l_Rows = l_Table.rows;
    l_CellI = getCellIndex (l_Cell.parentNode, l_Cell);

    ... and more specifically the last variable setting: l_CellI = getCellIndex (l_Cell.parentNode, l_Cell);

    Does anyone know how I can get around this by using the method of SQL report i.e. Select col1 col2 "Column 1", "column 2" From myTable etc. or if it is possible to make up for it at the beginning that is

    If NO_DATA
    then
    dont_hide/display_any_columns that_dont_exist
    on the other
    var l_Cell = $x (pId);
    var l_Table = html_CascadeUpTill (l_Cell, 'TABLE');
    var l_Rows = l_Table.rows;
    l_CellI = getCellIndex (l_Cell.parentNode, l_Cell);

    for (var i = 0; i < l_Rows.length - 1; i ++) {}
    html_ShowElement (l_Rows [i]. Cells [l_CellI]);
    }
    return; ........

    ???

    See you soon,.

    Mike

    Hi Mike,.

    In fact, you can check the existence of the cell:

    var l_Cell = $x(pId);
    if (l_Cell)
    {
     rest of the code to hide the column
    }
    

    As long as l_Cell makes reference to a valid page element, then the if test passes and the rest of your code can work.

    Andy

  • Why ALL the links to a page "server not found"?

    This problem is ongoing on all computers I own (6 in total) and all have parameters different and others - so no, it's not my problem.

    From this link no response
    https://support.Mozilla.org/en-us/questions/767320

    You can see that the problem has been around for OVER a YEAR and still no Firefox address.

    The problem is as the title implies, a server not found error message to display EACH link I click and I have to click "Try again" repeatedly get the page to load.

    It gets really annoying after typing a long answer and clicking the button send to have to retype everything because of the BS 'server not found '. I'll try to go back this post every day until measures are taken. I must learn to copy everything I type in which case the page does not load.

    Finally found something that works!

    Step 1: Uninstall Firefox
    Step 2: Start internet explore
    Step 3: Download the fact that IE sucks green weenies
    Step 4: Enjoy as a result of all the links that you click actually LOADS A PAGE.

    No more clicking on 'Try Again', thank God.

  • all the site went "not found HTTP 404 error. The requested resource is not found. "and the"Firefox cannot load Web sites but other programs can"page is not helping

    all the site went "not found HTTP 404 error. The requested resource is not found. "and the"Firefox cannot load Web sites but other programs can"page is not help somehow

    One possible cause is security software (firewall, antivirus) that prevents or limits Firefox or plugin-container process without informing you, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and leave your firewall again ask permission to get full unlimited access to the internet for Firefox and the plugin-container and the update process.

    See:

    You can try to reset (power off / on) of the router.

  • The message"we're sorry, the requested page is not found" after logging in to microsoft to download windows 7 pro windows 10

    Original title: windows 10

    We're sorry, the requested page is not found.

    This is what I get after connection on microsoft to download windows 10 from windows 7 pro

    Can a ca help me?

    Thank you

    Stefano

    Assuming that Win7 64 bit with Internet Explore 11 (IE11) installed...

    We will need to "dig deeper" here. Please answer each of the following [admittedly tedious] diagnostic questions in a list numbered corresponding type in your very next answer, preferably without quote my post:

    1. when (date approximately) did you buy the computer?

    1B. who built the computer (for example, Dell;) HP; Sony; Lenovo)?

    1 c. has Win7 64-bit was preinstalled on the computer when you bought it, did you do a clean install of Win7, or have you go to level one (for example, Vista;) Windows XP computer) to Win7?

    1 d. Windows 10 has never been installed?

    1. you already have a repair installation or a clean installation of Windows 7?

    2. What is the full name of your application or the installed antivirus security suite and when (date about) is your subscription current expires? What (other than Defender) anti-spyware applications are installed? What third-party firewall (if applicable)?

    3 a Norton or McAfee application ALREADY installed on the computer as you bought?

    4. do you have a free trial Norton or a test of free McAfee [CHOOSE ONE ANSWER] come preinstalled on the computer When you bought it? (No matter if you have never used or activated).

    5a. is KB3154070, KB3156013, KB3156016, KB3156019, KB3153171, KB3153199, KB3156017, or KB3142024 listed in installed updates (not update history)? [1]

    5b. How about you, KB3150513, KB3138612, KB3123862, KB3035583, KB2952664 or KB2990214?

    6 assuming that Java is installed => is 91 update Java Version 8 (or higher) installed? TEST HERE in USING INTERNET EXPLORER ONLY! -online http://java.com/en/download/uninstallapplet.jsp [2]

    7 is Adobe Flash Player v21.0.0.242 (or higher) installed? TEST HERE in USING INTERNET EXPLORER ONLY! -online http://www.adobe.com/software/flash/about/

    8. when (exact date) was Internet Explorer 11 is installed according to the installed updates?

    8B. what Update Version & KB number are displayed in the second line of text using IE11 | [Alt + H + A] tab. for example, Updated Version: 11.0.99 (KB1231231) ?

    8 ch. is Firefox version 47 (or higher) or Google Chrome version 51.0.2704.84 (or higher) or another alternative browser installed?

    9. are you familiar with "Registry cleaners" (e.g., Registry Mechanic;) System Mechanic; RegCure; RegClean Pro. Advanced SystemCare. Comprehensive care system; Glary Utilities; Registry Booster; McAfee QuickClean; Own fast AVGAVG PC TuneUp; Norton Registry Cleaner; Norton PC tune-up; PCTools optimizer; SpeedUpMyPC; FixMyPC; PC Doctor; TuneUp Utilities; WinMaximizer; WinSweeper; Comodo System Cleaner. Advanced System Optimizer. Registry Cleaner CCleaner component)?

    ==============================================
    [1] start | Control Panel | Programs and features. See installed updates (in the left menu)
    [2] no need to install Java if it isn't already installed.

  • During the installation, first Pro CC 2015 is not to recognize the signature, saying not found signature

    Hello everyone, I have a problem installing Premiere Pro 2015 cc is not recognize the signature, saying not found signature.

    Hello

    Contact technical support with the link I gave you above.

    Kind regards
    Kevin

  • When I load Illustrator CC 2015 the page says Initialising... and then the program freezes and will not open. I can only successfully open Illustrator once in each tent 4 or 5.

    When I load Illustrator CC 2015 the page says Initialising... and then the program freezes and will not open. I can only successfully open Illustrator once in each tent 4 or 5.

    This drives me crazy, is anyone else having this problem or know a way to fix it?

    Thank you

    Liam

    Hi Liam,

    Please try following steps:

    1. close the AI.

    2. navigate to C:\Users\your username\AppData (hidden folder) \Roaming\Adobe\ Rename 'Adobe Illustrator 19 settings' folder 'old Adobe Illustrator 19 parameters.

    3 re launch HAVE and check.

    Thank you

    OM

  • I went to Adobe BrowserLab to preview and Internet Explorer was told that the page could not be found, how can I access BrowserLab?

    I went to Adobe BrowserLab to preview and Internet Explorer was told that the page could not be found, how can I access BrowserLab?

    Browser lab is long gone.

  • I can not even open FF because the profile is not found, even after using the profile in order to create a new profile.

    I've recently upgraded to version 40 39.0.3. The first upgrade was not so I removed FF using the control panel (uninstall program). I reinstalled again, but I got the messages that FF was already running, etc. as other users have noticed. I open profiles (Open firefox.exe - p) and tried to open FF with the "default" profile that did not work. I created a new profile ("defaultuser") and FF open. (I have the box checked to use the new profile on startup). I have created FF as I wanted it, and then exit. When I started later FF, the profile is not found. The profile did not have the "defaultuser" profile, does not open with the "default" profile, but would a new profile must be created and FF to open and run. Quit FF and reopen produces the same sequence (profile not found, etc.) I uninstalled 40 and reinstalled version 39.0.3 and I have the same problems with this version (39.0.3), plus he's starting the upgrade to version 40, and soon as I complete the installation again. I uninstalled the 39.0.3/40 version and reinstalled 40 using the Profiles page to write this question.

    I removed the version FF 40 using the Panel of control/uninstall. I deleted all the files that have been "* firefox *" and "* mozilla * ' (and there are some). I rebooted, and then reinstalled FF version 39.0.3. I could we FF immediately (without having to create a new profile). I have not had any problems with a bad certificate of Google, Yahoo, etc.. I went to all the web sites open very well. I could restart, then restart FF several times without problems or issues of certificate. Meanwhile, I made no changes to Kaspersky, and as far as I know, Kaspersky works as he usually does. I am almost sure that FF 40 version has a certificate problem that I can't fix. I'm less sure if the original upgrade to version FF 39.0.3 to 40.0.0 (then 40.0.2) played a role in my profile questions. Regardless, I have a version of FF that works and auto-updated to FF is off (and it will remain like that until I gather a few of this blog and other insurance which emits 40 FF are ironed out). I appreciate the help that you (and jscher200 in another thread) has attempted to provide. While the issues are not fixed, the thread can be closed.

  • "Do you want to activate your reader now?" and lead to "page is not found.

    My computer is a HP Media Center PC running on Windows Vista. When I played a movie Blu - ray on HP DVD play BD and HD DVD, he asked me "do you want to activate your reader now? I clicked on "Yes" and then, it leads to "the page cannot be found" on the Internet Explorer. The URL is http://twdl.cyberlink.com/ftpdload/Patch/PowerCinema/HQP090821-02/TR091102-018/HP-CPC.v7029_2319_HQP...

    What can I do now that I can not play my Blu - ray movie? Thanks in advance for helping me.

    There seems to be some conflicts here and why it does not Blue-Ray, I don't know.

    Uninstall HP DVD Play. MediaSmart installation DVD of the URL given below instead.

    FTP://FTP.HP.com/pub/SoftPaq/sp49001-49500/sp49489 .exe

    Run it, click the file Menu, click on software update and try to play new BD movies.

  • "The file is not found" error message when you try to view recent items list for word and excel files

    Title files: original vista on the recent items list does not open

    When I select a file from my recent items list, I get an error message indicating that the file is not found, but it lists the correct path to the file, and if you go to this path of the file, the file is clearly there.  This happens with word and excel files but not the adobe pdf files.

    Hi GillianMO,

    Remember to make changes before this problem?

    Method 1: Run the fixit available in the links below and check if that makes a difference-Worth to try
    Diagnose and repair Windows files and folders problems automatically
    Difficulty of broken desktop shortcuts and common system maintenance tasks

    Note: FixIt would attempt to recover bad sectors on the hard disk, in the course of this process there are chances of DATA loss from that particular area.

    Method 2: If a Protection of resources Windows (WRP) file is missing or is damaged, Windows may not behave as expected. Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps mentioned in the link below:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    If the problem persists, I suggest you to send your request in the Forum Office for more specialized help.

    Office Forum

    http://answers.Microsoft.com/en-us/Office/Forum/Excel?page=1

  • I'm trying to scan a doc and the message is 'not found computer. Ensure that the HPsoftware has been installed on the computer.

    I'm trying to scan a doc and the message is 'not found computer. Ensure that the HPsoftware has been installed on the computer. My computer print very well so I do not know why it does not scan.

    Hello

    Thanks for the information. Two things to try. First of all, try to align your print cartridges using the controls on the printer display panel. As part of this process, the printer will print on a sheet of alignment that you place on the printer and scan in the printer. See if it works successfully. If not, see the following page: http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02451000&cc=us&dlc=en&lc=en&jumpid=reg_r1002_usen_c-001_title_r0011 .

    The second thing to try is the print and Scan Doctor Utility, download here: http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-114642-1&cc=us&dlc=en&lc=en&os=4063&product=5061082&sw_lang=. Its a standalone process and requires no explanation.

    Let me know if one of them fixes the problem.

    Kind regards

    BearPup

  • How can I instill the microphone into my computer toshiba satellite, I have windows 7 32 bit, the microphone was not found in the device maneger?

    How can I instill the microphone into my computer toshiba satellite, I have windows 7 32 bit, the microphone was not found in the device maneger?

    Go to the Toshiba support site and search page of your PC/computer laptop.

    Download and then install the last set of specific drivers for W7.

    See you soon,.
    Jerry

Maybe you are looking for