Captivate 6/HTML5 URL loading but Captivate page drops to a 404

Hi All!
  I"m sure this is something simple, but I just can't seem to figure what's going on. I have a Captivate 6 project (http://cs.franklin.edu/~heinem01) that has several slides linking out to HTML5/jQuery pages for some interactivity. I have advanced actions set up on the slide before for text box advancement, then the last step I have it coded to open the URL in a new window, and also advance to the next slide (so when the user clicks on the close link on the html5/jquery page, it will take them back to the captivate screen and they can continue on). The new page is coming up fine, but the captivate project is droping to a 404 instead of just going to the next slide . What am I missing?   I'm not sure if I'm missing a step in my advanced action or if I've got something stuck in the captivate file to cause this. Any insights would be appreciated!
Becky

Hi Jim!
Thanks for the heads up! I did have one that had a bad link but removed it. Even after a force republish of all slides, the information for the old link appears to be sticking.  I'll go try recreating/ hand typing in my links instead of copy/pasting and see if that works!
Becky
**Edit ** not sure which thing did it, but I deleted/readded the links in the advanced actions, typed the links by hand, as well as cleared my browser cache, and completely replaced my project on the webserver instead of just overwritting it (deleted files/folders on server and grabbed the most recently published and SFTP'd it out)

Similar Messages

  • TS3274 Google loads but web pages will not load, just goes back to homescreen

    Google loads but web pages will not. Just goes back to home screen.

    Any time you introduce new networking hardware (regardless of the reason) it is always a good idea to perform a complete power recycle of that hardware. Check out the following AirPort User Tip. Please post back your results.

  • When I click a link to open a new tab/window it opens and the URL appears but the page doesn't load?

    To clarify - the new tab or window appears, and the web address is showing correctly in the address bar, but for some reason the new page won't load unless I manually highlight it and hit return. Please help!

    This issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Getting error message on buttonclick (morzilla):The connection to the server was reset while the page was loading.but other pages are running fine in morzilla

    here is my aspx page.I unable to catch the exact error.
    kindly suggest//
    <%@ Page Language="VB" AspCompat="true" Inherits="myPage"%>
    <%@ Import Namespace="System.Data" %>
    <%@ Import Namespace="System.Data.OleDb" %>
    <%@ Import namespace="ADODB" %>
    <script runat="server">
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
    On Error Resume Next
    DBInit()
    RStoCombo("select USER_NAME from USERS", 0, 1, tx_ddlist, "")
    End Sub
    </script>
    <%
    DBInit()
    op = Request.QueryString("op")
    B_go = Request.QueryString("B_go")
    %>
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-us" />
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
    <link rel="Stylesheet" href="../inc/htmlstyle.css" />
    <script type="text/javascript" language="javascript" src="../inc/script.js"></script>
    <script type="text/javascript" language="javascript" src="../inc/sorttable.js"></script>
    <script type="text/javascript" language="javascript" src="../inc/tableresize.js"></script>
    <script type="text/javascript" language="javascript">
    <!--
    //-->
    </script>
    <style type="text/css">
    .style2
    width: 368px;
    .style3
    font-size: medium;
    font-weight: bold;
    </style>
    </head>
    <body topmargin=0>
    <div align="center">
    <table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    <tr>
    <td height="41" colspan="2" class="style3">
    &nbsp;</td>
    </tr>
    <tr>
    <td colspan="2">
    <div align="left">
    <table border="1" cellpadding="0" style=" border-collapse: collapse" width="537" bgcolor="#B0C4DE" height="37" id="table1" class="qtable">
    <form id="Form1" runat="server" method="GET" action="?">
    <input type=hidden value="reg" name="op">
    <tr>
    <td style="font-family: Verdana; font-size: 10px">
    <div align="center">
    <table border="0" cellpadding="0"
    style="border-collapse: collapse; height: 51px; width: 85%; margin-left: 0px;"
    id="table2">
    <td align="center">Select Option</td>
    <td class="style2" >
    <asp:DropDownList ID="tx_ddlist" runat="server" CssClass="tx"
    Height="18px" Width="212px">
    <asp:ListItem>&lt;----Please select---&gt;</asp:ListItem>
    </asp:DropDownList>
    </td>
    <td style="font-family: Verdana; font-size: 10px">
    </td>
    </tr>
    <td></td>
    <td style="font-family: Verdana; font-size: 10px" class="style2">
    <input type="submit" value="Go" name="B_go"
    style="color: #000000; font-family: Microsoft Sans Serif; font-size: 10px; border: 1px solid #808080; background-color: #FED676; background-image: url('../images/bg1.jpg'); width: 31px; height: 18px;"/>
    </td> </tr>
    </table>
    </div>
    </td>
    </tr>
    </form>
    </table>
    </div>
    </td>
    </tr>
    <tr>
    <td colspan="2">
    &nbsp;</td>
    </tr>
    <tr>
    <td style="border-style: solid; border-width: 1px; margin-left: 10; margin-right: 10" valign="top" width="64%" height="240"><div align=center>
    <%
    If B_go = "Go" Then
    For Each ltItem As ListItem In tx_ddlist.Items
    If ltItem.Selected Then
    ssql = "select '<a href=""file/filetrack.aspx?fname='||chg_filename||'&'||'fdept='||filemaster.department_code||'&'||'fsection='||filemaster.section_code||'&'||'fyear='||filemaster.file_year||'&'||'fserial='||filemaster.file_serial_no||'"">'||chg_filename||'</a>' as ""File Name"",file_subject as ""Subject"",office_name as ""Office Name"", diary_no as ""Diary No"", despatch_date_time as ""Dispatch Date"" from filetrans,filemaster,offices where filemaster.department_code = file_department And filemaster.section_code = file_section And file_serial_no = file_serial and filemaster.file_year=filetrans.file_year and offices.office_code=filetrans.office_code and next_office_code = '" & ltItem.Selected & "' and next_office_receipt_status = '" & "0" & "' and file_letter <> '" & "L" & "' and rownum<21 order by filetrans.id desc"
    RStoTable(ssql, ";mreg;mreg", "470;100%", 5, -1, -1, "25;25;20;5;20", "")
    End If
    Next
    End If
    %></div>
    <tr>
    <td colspan="2">&nbsp;</td>
    </tr>
    </table>
    </div>
    </body>
    </html>
    thanks and regard love4csharp

    Hi,
    Welcome to MSDN.
    I am afraid that this is not the proper forum for this issue, since there is a dedicated forum for web development issues.
    You could post it in http://forums.asp.net forum for more dedicated support.
    Thanks for your understanding.
    Regards.
    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.

  • Can only open one link at a time; any page in new tab will seem to load but appears blank. I have to open a new browser to go to a new page. Why?

    This just began to happen yesterday. I have a MacBook Pro 10.7.5.
    I can always get to the first page that I open in a new browser, but any page after that that I try to open in a new tab will seem to load but the page is blank.
    This does not just happen with one website I have tried myriad of different sites.. only the first tab loads in a new browser. I am having to open a new browser if i want to go to another link - very frustrating..

    Hi - This is Eddie from NTK.
    We just released an updated version handling the new Firefox Beta - please grab it from https://addons.mozilla.org/en-us/firefox/addon/new-tab-king/versions/
    Apologies for the bad experience. We're working hard to chase the never-ending Mozilla release train...
    --eddie

  • When i try to use firefox the browser wouldnt let me surf the web and it doesnt say any error it just says done loading but other browsers will let me use the web

    when i open the program it says the url is done loading but the page is blank and when i try to load a website nothing happens.
    == This happened ==
    Every time Firefox opened
    == i turned off my laptop

    Hello Devin.
    You may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • I updated my mac book pro to mountain lion recently and my safari is not loading few web pages including apple sites please help me

    i updated my mac book pro to mountain lion recently and my safari is not loading few web pages including apple sites please help me

    I have this problem too but it seems pot luck and only like 5% of the time, the website will say the page is loaded but the page is just blank white...refreshing does not work and I have to go back and navigate to the page again

  • Why will only one site load but not display, yet links are available on the site?  OS10.8.5, Safari 6.1.4

    I am running OS 10.8.5 and Safari 6.1.4,  When I go to sierratradingpost.com, the page appears to load, but the page is blank.  When I pass the cursor over the page, it will change to the pointing finger indicating active links.  Yet, when I click on the link the new page loads, but is also blank.  This only happens on my Mac Air, it does not happen on my iTouch or iPad.  I have looked through all my settings when the page is loaded but can find nothing.  I have WOT, Ghostery and Ad bloc active.  Even when I turn all those off I still have the same problem. Everything was fine yesterday morning, but when I went to the site in the afternoon, the problem arose.  Any ideas? 

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

  • IE6 page drop problem not reflected in BrowserLab

    The center of this page, http://www.dot.ca.gov/dist4/caldecott/index.html , drops down in IE6 unless the browser is opened quite wide because of the large image in that section.  But the page drop isn't reflected in BrowserLab.  Is this expected to be fixed?

    Hello CindyWalker,
    At this time the supported screenshot resolution is 1024X768, which is why your content stays in the "right" place in the IE screenshots. I'm unable to comment on any unannounced features or enhancements at this time. Your feedback on how you might like to see additional screenshot resolutions implemented would be greatly appreciated.
    Best regards,
    Corey

  • On Firefox, I select one of my usual sites on the URL dropdown menu but the page does not load. Please help!

    I click on the Firefox icon on the bottom of my toolbar screen. I go to the URL dropdown menu for my usual sites; I select one but the page will not load and the URL field is blank. It is a hassle to press the up and down arrows to select the site. Please help!

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I have problem that seems to be Firefox-specific: the url loads correctly but the page doesn't show. The other browsers are unaffected.

    The page urls load properly but the pages generally don't show. I have been using Firefox 5 on Linux Mint 11. I have no idea which Firefox version I have on the Windows 7 PC as the Firefox "About Firefox" page doesn't display. Some web pages don't seem to be affected by the Firefox problem. As a workaround, I am using non-Firefox browsers like: on Linux- Konqueror, Opera, Seamonkey, Chrome; on Windows: Internet Explorer, Opera, Chrome; the iPod Safari and Android browser.

    Upgrade your browser to Firefox 8
    * getfirefox.com

  • Captivate 6 project loads but won't play

    The project won't play when I preview or publish, although each individual slide will play fine.

    The play button on the timeline worked fine, but if I try to preview the project, it would load but wouldn't start playing and the control buttons wouldn't work to make it play either.  I've fixed this for now by re-creating the first slide and deleting the existing first slide.  I don't know why but for some reason I've had this happen multiple times on various slides in a project for no apparent reason.
    So for now, this project is working, it's just a weird glitch I've run across and had to reach out several times.  Each time the answer is to locate the slide where the issue starts and re-build that slide.  So that's what worked again this time.

  • Captivate 8 HTML5 not playing in iframe

    Hello,
    I am trying to view a Captivate 8 HTML5 published responsive webinar within an iframe, but am only seeing the loading symbol, it does not ever start.
    Here is the code that I am using: <a href="/Portals/0/webinars/mra/captivate8_html5/responsive.html" class="mraCustomDialog" data-fancybox-type="iframe">Captivate 8 HTML5 Responsive Test Pop-Up Window</a>
    I was told that it has something to do with the CPXHRLoader.js file (part of the Captivate template), that it's doing something that the browsers don't like permissions-wise. Any suggestions would be greatly appreciated.
    Thanks!

    I've been in contact with a tech support rep who told me that it works correctly on their server, but they've only suggested using an iframe within an iframe. Basically, it's an iframe with a link inside of it that you have to click to open another iframe, but it's a very short height and I can't figure out how to make it taller. Here's a screen shot of what mine looks like:

  • Its loading a page before even i type in the right URL. how can i prevent forefox from automatically loading the suggested page before i hit enter?

    when i type in address bar, its great that the url is automatically filled in based on the history of browsing. but i dont want the page to be loading at the same instant. for ex. if i want to type thehindu.com, once i type 't' its taking for granted that i am typing thermopedia.com and completes the url and loads the page at the same time. I appreciate the url suggestion but not the page loading at the same time. this wastes my data usage (Highly inefficient).
    To complicate the problem, when i type the second letter sometimes it gets appended to the already auto completed url and heads to search for the completely messy words in the default search engine.
    Basically the addressbar has become useless and so is firefox usage. I'm completely frustrated and spoiled over an hour fighting the issue. please provide options to control the loading of the page automatically even if the url is automatically filledin.

    Try some basic troubleshooting.
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Hi! I need to load a GET url that si very long. On other browsers, I can load the url. In firefox 3.6, no. There is an addons or a plugin so I can extend this limit? If yes, is possible to load automatically this addons when loading a certain page? thanks

    Hi!
    I need to load a GET url that si very long. On other browsers, I can load the url. In firefox 3.6, no.
    There is an addons or a plugin so I can extend this limit? If yes, is possible to load automatically this addons when loading a certain page? thanks
    The url is sometingh like this (this is correctly loaded, but it could be longer)

    Firefox should have problems with long GET data appended to an URL (long would be over 64k).<br />
    If there are problems then it is possible that an extension is the cause of that.
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

Maybe you are looking for

  • Photoshop CC 2014 incompatible with Wacom tablets?

    Hey everyone, so I'm having a lot of issues with my Wacom tablets and PS CC 2014. So, I have two tablets hooked up to my computer (and before you ask, no, the issues don't stem from two tablets being connected to the computer. I already tested that.)

  • How to get all the recipients of a server queue with powershell

    Hello, I have a queue who remains "full" because there was a bounce email sent to invalid addresses. I am looking for an easy way to list all the recipients with invalid addresses. I can have the list of emails in the queue with this command : get-qu

  • 2 ACS with 2 CRA

    Hi All, We have installed 2 ACS with two CRA installed in AD1 & AD2. The problem is when the CRA1 which is installed in AD1 is active everything working fine with both the ACS. But when the CRA1 is down & CRA2 is up which is installed in AD2 the auth

  • Xsd, wsdl locations on SOA 11G Server

    In SOA 11G. What is the location/path on SOA 11G server, where I can place XSD, WSDL(of external system) and import into my Composite or BPEL process. Thanks Edited by: user13326981 on Oct 7, 2010 12:07 PM

  • Help creating sql and concatenating column.

    hello i have a table that looks like this CREATE TABLE "TEST1"    (    "TEST1_ROLE" VARCHAR2(100 BYTE),     "TEST1_VENDOR_NUMBER" VARCHAR2(100 BYTE) it has this data INSERT INTO "TEST1" (TEST1_ROLE, TEST1_VENDOR_NUMBER) VALUES ('student', '910241630'