Opening a web page progresses the module

Captivate 2.0 We entered a link to open a webpage containing
a related lesson. The lesson opens just fine in a new window.
However, the lesson itself progresses as if the user clicked
on a continue button or text box. Is there a workaround for
this?

Next to the URL box, there is a drop-down menu. The last
entry is "continue playing project." Make sure is not checked.
Similar post is here.
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=464&threadid=1249774

Similar Messages

  • Opening a web page in the same window ...

    Hi all,
    I wanted to open a web page in the same content area(window) and not in an external window . Could you tell me how its done ...
    Regards,
    Jayant.

    hi
    check out this link
    http://help.sap.com/saphelp_erp2005/helpdata/en/83/e7c24122e3c317e10000000a155106/content.htm
    create a exit plug as mentioned in link.
    in the action event handler of button gives this.
    public void onActionExitButton(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionExitButton(ServerEvent)
    String logoffURL="http://help.sap.com/saphelp_erp2005/helpdata/en/16/d3643fce8bb01ae10000000a114084/frameset.htm";
    wdThis.wdGetDynamicProgrammingInterfaceViewController().wdFirePlugToexit(logoffURL);
        //@@end
    hope this helps,
    Regards,
    Arun

  • Can't open some web pages... DOES ANYONE HAVE A FIX THAT WORKS?

    I'm unable to open certain web pages. The pages will start to open and than the application will just stall. This seems to have coincided with downloading a security update a while back. I've tried downloading firefox and it too will not open these specific pages. I've searched the forum and as of now I can't find a solution. From what I've hear, Apple isn't even acknowledging that there is an issue. I've repaired permissions, deleted Safari plist files, all with no improvement. I know for a fact that it is not my internet connection, as my powerbook can navigate to these sites without any issues, however my powermac seems to have "forgotten" how to open some web pages.
    Any fixes would be enourmously appreciated!

    Thanks for the reply.
    I don't think that reporting the pages to apple would do much good as it's not the pages themselves that are the issue, it's something on my system that prevents them from opening up properly. My laptop will open the pages without any issue, however my desktop isn't able to for god knows what reason. I know others on this board have had similar problems.

  • How to open a web page in JFrame.

    Please let me know how to open a web page in the Java Frame.

    HTML code can be viewed in any Swing component you want.

  • Buttons opening a web page within a web page.

    I want to click on a button that will open a web page inside the same web page. How how I do this?
    Thanks, L

    The frame option is to use an inline frame, or <iframe> into which you place a source url, which can be a page on your site or a pdf or a page on the internet. This call is placed inline, as its name implies. You might want to experiment with its placement in your page, floating, various widths and heights, until you get it the way you want it.
    <iframe src="http://[path to your page here]" name="appropriateName">Content 1</iframe>
    Be sure to style your iframe tag to have an adequate width and depth; those will not style automatically.
    If you want it accessible only by mouse-click, consider putting it into a Spry Collapsing Panel that defaults to "closed". Be sure to put the <iframe> tag and its closing tag </iframe>, in this case, in the content area on the Collapsing Panel.
    Beth

  • Opening multiple web pages at once

    When I used to use a PC, I could open several web pages at the same time without closing out of any of them - this was a new feature on Internet Explorer introduced within the past year. I can't figure out how to do this on my new MacBook. Even if I open a new desktop and launch Safari, it still comes up to the page that I had open in the other desktop. Please help. Thanks.

    Hi,
    do you mean Tabbed Browsing ?
    Using Tabbed Browsing
    With tabbed browsing in Safari, you can open and switch between multiple web pages in a single window. Drag and drop your tabs to rearrange them, open one in a new browser window, or merge all your current windows into one tabbed window. Safari resizes each tab depending on the number you have open. You can even bookmark a set of tabs or revert to the tabs that were open when you last closed or quit Safari.
    To use tabs, instead of opening a new browser window to display another webpage without losing your current one, Command-click a link to open the page in a new tab. You can switch back and forth between tabs by simply clicking the tabs.
    If you want to create a new tab to enter a URL, choose New Tab from the File menu (or press Command-T), then type a URL or select a bookmark.
    (Taken from here: http://support.apple.com/kb/HT2521?viewlocale=en_US )
    And btw, Internet Explorer did not 'invent' Tabbed Browsing
    " Opera was the first tabbed browsing interface, followed later by NetCaptor, later by IBrowse in 1999, then , Mozilla in 2001, Konqueror in 2003, and Safari in 2003.
    It allowed users to utilize the time between the complete opening of two or more different web pages. Later, Internet Explorer also included this feature."
    Have Fun
    Stefan

  • Slow in opening up web pages?

    Hi,
    Not sure why, my N900 seems to be pretty slow in opening up web pages.  The home screen says that I am on 3.5G.  At times the page wouldn't even get loaded (white screen or connection error).
    To test if it is due to bad coverage, I pull out the SIM card and put it back to my N97.  And the web pages seem to load a lot faster (and smoother).  This is strange.  Is there some settings I need to fiddle with?  I have tried changing the memory cache size from 5MB up but the improvement does not seem to be consistant.  Now, I set the cache to auto.
    Any help would be great.  Thanks.
    Visit http://www.WilfridWong.com - where all good things are meant to be shared!

    there is an app which gives you control over the 2/3G networks but i live in a 2G area so i didn't download it and i'm not sure how much control it offers. i can't remember what it was called or where it was but i think it was on www.maemo.org but if i find it again i'll post you a link but in the mean time all i can suggest is clearing the private data which should help just make sure that the saved passwords is de selected
    if you've always had this problem and this may sound stupid but i can be in a 3G area in my local town with a full signal and suffer the same problem yet if i go to the northern end of the town it works fine and my network provider vodafone say its interference from the buildings even tho the highest building only has 4 floors so you could just be in one of these spots

  • Open a web page

    Hi all,
    I am distributing a web based application using JNLP technology
    There are few buttons that must open a web page in the web browser
    So I have to start the web browser and direct it to my web page
    How can I do this?
    Thank You
    Sameera

    Hi,
    You can use the BasicService.showDocument() from the JNLP application...
    Check out the documentation
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/jnlp/javax/jnlp/BasicService.html#showDocument(java.net.URL)
    Otherwise you can use the Desktop API http://download.java.net/jdk6/docs/api/java/awt/Desktop.html
    HTH,
    Cheran

  • My wi-fi connection is enabled, however Safari is telling me the server stopped responding.  My laptop is working fine on the same wi-fi network.  I have reset the network settings and still Safari will not open any web pages.  Help!

    My wi-fi connection is enabled, however Safari is telling me the server stopped responding.  My laptop is working fine on the same wi-fe network.  I have reset the network settings and still Safari will not open any web pages.  Help!

    Ralph..........Did as you suggested and I am still getting the message "Safari could not open the page because the server stopped responding".  I am not able to connect with anything on the Internet.  Frustrating since I am able to connect with my laptop.  Thanks for the suggestion.

  • When i try to open a web page, a blue screen appears and it is telling me " safari cannot open the page because i am not connected to the internet. i have an iphone, no problem and a laptop with connection - no problem - not sure what the trouble is.

    when i try to open a web page, a blue screen appears - message says - sarfari cannot open the page because it is not connected to the internet. i have an iphone - no proble and a laptop - no problem as well.
    what is wrong?

    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Shockwave Flash 10.0 r32
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • Opening a web page in a new tab appear web page from the history

    When I like to open a web page in a new tab, is opening a BLANK page and in the new tab's address bar appear a random web page address from history .

    Try performing a clean reinstall.
    Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!
    Thanks,
    cyborg4

  • I have a problem with two PDF's when trying to open them through a link on a web page. The two PDF's open fine with Adobe on my own PC and on the server I have copied it to but when they are opened through a link on a web page (pointing to the server wher

    I have a problem with two PDF's when trying to open them through a link on a web page. The two PDF's open fine with Adobe on my own PC and on the server I have copied it to but when they are opened through a link on a web page (pointing to the server where the PDFs open fine) I get an error 'There was an error processing a page. Invalid function resource' The other one just doesn't open at all. Can anyone help with this please?

    Hello,
    Are the pdf linked correctly in the website? Is this a public website? If yes, please post the link here.
    ~Deepak

  • Have published iweb site for five years with no problems and just opened a new site and get - 404: Page not found  This error is generated when there was no web page with the name you specified at the web site.-is the problem with iweb or with hosting?  T

    I am sorry if thie is republished-My first time doing this and I am not sure what goes where and where to hear feedback.
    Have published iweb site for five years with no problems and just opened a new site and get -
    404: Page not found 
    This error is generated when there was no web page with the name you specified at the web site.-
    Troubleshooting suggestions:
    Ensure the page you are linking to exists in the correct folder.
    Check your file name for case sensitivity . Index.htm is not the same as index.htm!
    Temporarily disable any rewrite rules by renaming your .htaccess file if it exists
    is the problem with
    iweb or with hosting?
    One Apple tech started to fix Iweb and had to end session and the next said problem with hosting at Network Solutions as it published
    to local folder. NWS has checked sttting a few times-
    Any help would be extremely appreciated as trying to fix this for about five weeks
    Thanks VG
    <Email Edited by Host>

    It's a really bad idea to post your email address - it's an invitation to spam - and I've asked the Hosts to remove it. (Even though I've now noticed you mis-spelled it! - anyway, never post your address in a forum.)
    You have a site here: http://virginiagordon.com/www.virginiagordon.com/WELCOME.html
    If that's not the page you are having trouble with, what is that page's URL?

  • Just updated to 8 & now I can't open any web pages & firefox is still running in the background after browser was closed. I uninstalled and reinstalled as well as disabled add-ons and plugins nothing has changed, can I downgrade back to on older version?

    Just updated to 8 & now I can not open any web pages as well as firefox will not close out, it still running in the background after browser was closed. I uninstalled and reinstalled as well as disabled add-ons and plugins nothing has changed, can I downgrade back to on older version?

    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    See "Firefox hangs when you quit it":
    *https://support.mozilla.com/kb/Firefox+hangs
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • Ever since I downloaded OS X Mountain Lion on my iMac, the Safari won't often (most of the time) and I have to restart to open a web page.  What is going on?  What can I do?

    Ever since I downloaded OS X Mountain Lion on my iMac, the Safari won't open.  It loads half way and then stops.  Same thing happens when we try to open a web page.  If I restart the computer, it will then work.  What is going on?  What can I do?  Help!

    It will but it's only a temporary fix, ideally you should get a large external drive and move your photo library to it, do this (info)
    Apple Menu>About This Mac>More Info>Storage, you will get a graphic that looks like the one below, post it here.

Maybe you are looking for

  • Cd/dvd drive won't burn a disc,although it will read a cd

    i have a compaq cq62 with windows 7 home premium with the cd/dvd drive won't burn a disc,although it will read a cd

  • How can you add cds on the new i-tunes

    Like a idiot I uploaded the new i-tunes softwear. Its ******* **** and now cant add any new cds to my libary of 3500 cds. You cant create new folders to name after the artist or add the new cd to the folder. I dont use use i-tunes downloads as will o

  • Can't  Sync Apps

    I wiped and loaded my computer with Windows 7 RC, but now I can't get my iPhone apps to sync. At first I copied my iTunes library from Windows Vista to Windows 7 and tried to sync, but it wouldn't allow my music/apps. It said I needed to authorize th

  • JTable & custom cell editor

    Hello everyone, what is the correct way of writing a custom cell editor for a JTable? I followed the example in the Java tutorial ([How to use tables|http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#editor]), but the result is a

  • How to Uninstal Elements 10 on a MAC

    when trying to uninstall, need to close ElementsAutoAnalyzer and dynamiclinkmanager. Can't even identify that these are running.  Anyone able to offer advice? thanks