Launching jQuery / HTML

Hi All,
I've ran into a little issue which I'm unsure how to solve. Basically, I'm running a captivate module embeded on WordPress using the LearnDash plugin. In order to integrate the two, I basically need to pass either a piece of HTML or a piece of jQuery to the browser window on the last slide of my Captivate course.
This way, the browser will then know that I've completed 'module 1' and will give me access to 'module 2'. Does anyone know a way to go around this? I tried pasting the below code in the excute javascript window but it failed to work.

A minimal solution would be to create your own JFrame with a JScrollPane containing a JTextPane.
You can then do a textPane.setPage(...). Set it read-only - I believe setEditEnabled(false) and add a hyperlink listener.
A Windows IE solution I would find interesting.
ALTENATIVES
JavaHelp (I never used) has context positioning.
Java WebStart applications are very ingenious. Fine for distribution by the internet (updating). You should take a look for a subsequent similar project there.
If you are delivering your help pages not over the file system, but as mini-webserver, a solution is feasible.

Similar Messages

  • How do I create a frame action to launch an HTML document?

    I  have searched the forums repeatedly and can find no reference to this what so ever.
    It was incredibly simple to do this w/ AS2, but I cannot figure out how to do it in AS3.
    PLEASE HELP!
    I need to have a frame action launch a .html file (call it "time-crunched.html"), and then the flash window should close.  That's it. It seems like it should be easy (and it WAS easy in previous versions).
    I have already tried using the gotourl feature from AS2, but I keep being told that the functionality has been disabled in the current version.
    I am on Windows XP, but I need the Windows projector file to work on XP, Vista, and 7, and the Mac projector file to work on 10.0 forward.
    Thanks,
    Laura

    Thank you for your prompt reply!
    Sorry - meant "GetURL."  =)
    In any case, your solution did not work.
    I copied it exactly as you suggested - do I need any additional commands in there?
    FSCommand or anything?  Or just the single line?
    When it "does not work," it simply does not launch anything.  The flash .EXE file opens, but nothing else happens.  I've tried switching my the defaults on HTML files so they open w/ Firefox, but that did not help either.
    Any ideas??
    Laura

  • Get Error 5 when Launching RoboHelp HTML 9

    I just installed RH9, on a Windows XP (SP3) system, and I'm getting an Error 5 message that simply says uninstall and reinstall when I try to open RoboHelp HTML. I can't open the program.
    I previously had RHx5 which I uninstalled, prior to installing this. I've uninstalled and reinstalled several times with the same result. My system meets the basic system requirements. I have plenty of hard drive space and RAM (3GB). I also just installed the latest RH9.01 update. I can't open RoboHelp for Word either. No error message, it jus doesn't open. FYI, I'm using Word 2007.
    I can't find much on this error in regards to RH9 in the Adobe KB. Any solutions?

    Can you post an image of the error message you are getting and say whether it is the same regardless of whether it is the RH HTML or RH for Word application you are opening. Use the camera icon as shown below.
    The fact that you have installed RoboHelp as part of the TCS shouldn't be an issue. Out of interest, do the other applications that are part of the suite launch OK? One other thing. Did you uninstall RHX5 completely before installing TCS3?
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Insert JQuery .html into text field nested inside of symbol

    This is one of those, 'it should be so simple....so of course, it's not' question.
    Got a nested symbol. Rather simple one. Inside the symbol is a background rectangle and a text field. When I click a button, it should insert the HTML I give it from the click event.
    Now initially I did this by just using the text field by itself. No nesting. This is the code:
    sym.$("copy").html("Edge Rocks!");
    OK, success! The text loaded just fine.
    Now let's insert that text field inside of a symbol. And let's call that symbol 'content'.
    Now I try....
    sym.$("content").$("copy").html("Some new text");
    Result? Nothing.
    Tried using stage instead of sym and even added a var stage = sym.getComposition().getStage() statement before that. Nope.
    Yea, they don't make it easy. So what's the solution?
    Here's my example file.
    https://www.dropbox.com/s/5n1ehhsp7r3rbt6/text.zip?m
    BTW, ran this in Firebug's console. No errors.

    Yes and no, Elaine. Kind of confusing but if the button is directly on the stage, that code works. However, if that button gets nested inside of its own symbol, the code no longer works and a JS error appears in console.
    So in other words, the button and the text field are nested inside of symbols, but not the same symbol. So it's a question of the path being used.
    I tried switching sym to Stage to no effect.
    Redid the test file and uploaded it to Dropbox:
    https://www.dropbox.com/s/ha24ki0wp0fb2nw/text2.zip?m

  • Error launching Robohelp HTML 6 (Build 099)

    The following error message keeps appearing every time I
    launch Robohelp 6. I'm completely new to this software and I'm
    learning it myself (no training). Can someone please advise or help
    me?
    "Unable to register hhctrl.ocx, itiss.dll, HHActiveX.dll,
    RelatedTopicControl.ocx, CloseWindow.ocx, Contents.ocx,
    HHCTRLVersion.ocx, Index.ocx, Shortcut.ocx, Splash.ocx,
    WinHelpTopic.ocx, KeywordSearch.ocx, ImageChoice.ocx, Helpdesk.ocx,
    SeeAlso.ocx. If you experience any adverse behaviour, please make
    sure you have sufficient rights and restart the program."

    I suspect that you have installed it without admin rights
    attached to your login.
    If that is the case, get admin rights attached, uninstall and
    reinstall.

  • Problems launching Robohelp HTML

    I use X5, but downloaded the trail version of 7. It worked
    first of all, but now I cant get it to load. I click to run the
    program (via shortcut and menu), the timer comes up for a split
    second, then nothing. RoboHTML.exe starts in Task Manager - but
    then closes)
    I have tried switching off Norton, running the machine in
    SAFE mode and reinstalling, but no joy.
    RoboHELP for Word works fine. My machine is running XP
    Any other suggestions?

    My company had the same problem except we were using RoboHelp
    6 prior to upgrading to RoboHelp 7. RoboHelp7 HTML would run the
    first time you opened it. You could open a project and work, no
    problem, but when you closed RoboHelp7 HTML it would never run
    again. We uninstalled, reinstalled, talked with tech support at
    RoboHelp who said they couldn't duplicate the problem. They had me
    remove all old files, etc. Nothing worked. The only way we were
    able to get RoboHelp 7 HTML working was to reimage my machine from
    scratch!

  • Launching HTML document from application?

    Hello Java freaks!
    I'm looking for a way to launch a HTML file out of my application (Starting the webbrowser)
    At this time I do this with a separate tool ("shell execution utility") that I call using Runtime.getRuntime().exec....
    Is there a better way? Without additional tools?
    Thanks in advance.

    if u wanna do it without runtime.exec then i do have the code with me .. but i can not share it publicly .. give me ur mail id i'll mail u
    Raj

  • Launch HTML Editor for creating webi reports - Java sdk

    Is there a way to launch HTML editor directly for creating webi reports..I know we can set the preference for HTML report panel in infoview...but thats not the requirement. I have to launch the HTML or Java report panel editor according to the User selection on the fly....its a customized java code for webi reports.
    Any help on this is appreciated!
    Thanks
    Chenthil

    Guys will this link work to launch the HTML editor....
    desktoplaunch/querywizard/jsp/entry.jsp?skin=skin_standard&docname=&docid=&isNew=true&isModified=&doctoken=we00010000b5d263b7d0a6&repotype=&unvname=&unvid=UnivCUID%3DAZu2kpoiudVOk35pUtr6.qQ%3BUnivName%3DKalvin&unvrepoid=&mode=C&decsep=.&unit=in&lang=en&doctype=wid&viewType=H&isModify=yes

  • Launching html file from JFrame

    I wish to launch an html file called "Help.html" when a user clicks on the help button on my toolbar in the GUI. I know how to open a simple program using the Runtime.exec( ) command but the problem is how would i open a specified file in a specified program...any help will be appreciated.
    PS: I do not know any C unfortunately, haven't done that yet at uni but would be glad to learn now :)

    I think you missed the question, opening a simple JFrame with a JTextArea won't have the same effect of opening a HTML file in which user can click on stuff and all that, even if I do open another JFrame imagine all the programming i have to do to get the URL's working for all the links in the help file and little search commands etc...I hope someone can tell me how to open the clients web-browser with the help.html file supplied by me!

  • Launch HTML Page using PL/SQL package

    Hi,
    Am trying to launch an HTML page in which i have used javascripting using
    catridges htp.p
    while registering the function , only in the HTML call i have given package.procedure name
    are there any special parameters that i need to pass in the package.
    How do i build the url of the page to display in the package?
    the problem i am clicking on the function i am getting logged as the function is unable to find the right url i guess

    MOD_PLSQL is an Apache (Web Server) extension module that allows one to create dynamic web pages from PL/SQL packages and stored procedures. It was formerly called the Oracle PL/SQL Cartridge and OWA (Oracle Web Agent). So I guess, you are referring to the same.
    As for UI development, why don't you use the Oracle Applications Framework [OAF]? That's the standard for any UI development in apps. As mentioned earlier, mod pl/sql code is not supported on R12, so why use it? Better have a look at OAF.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How can I open help file (HTML or .chm) from Java Web Start (new to JAVA)

    Hi All,
    Im trying to open the help file of my application.
    When trying to access the help file from the GUI (pressing F1 for launching the help file), I'm geting the an error, something like:
    "Can't show help URL: jar:file:C:\Documents and Settings\%USER%\Application Data\Sun\Java\Deployment\javaws\cache\http\Dlocalhost\P7001\DMwebstart\RMjar-name!/com/resources/helpFiles/MyHelpFile.html"
    It seems that the file which is packed in a jar, was downloaded to the Java Web Start cache directory:
    C:\Documents and Settings\%USER%\Application Data\Sun\Java\Deployment\javaws\cache\http\Dlocalhost\P7001\DMwebstart
    The code which is activated when launching the help file is:
    try
                ResourceBundle resourceBundle = DoubleResourceBundle.getBundle("Resource", "ResourceImpl");
                RuntimeUtil.launchFile(new File(resourceBundle.getString("help.file")));
            } catch (IOException e)
                // TODO Auto-generated catch block
                e.printStackTrace();
            }where the property "help.file" is in some property file in the resource bundle named "Resource", and looks like this :
    help.file="com/trax/docs/help/global/MyHelpFile.html"
    The function "RuntimeUtil.launchFile" knows how to launch any file in its default application, and indeed it does launches the html, when giving it an absolute path to the file on my PC, as "C:\Helpfiles\MyHelpFile.html" as such:
    RuntimeUtil.launchFile("C:\Helpfiles\MyHelpFile.html");My question is :
    The application is going to be deployed on a Customer PC. How can I access the html file from the code, with a relative path and not its absolute path on the customer pc, which I can't know?
    I found these restrictions regarding web start:
    (copied from "http://rachel.sourceforge.net/"):
    *Rule 1: Java Archives only. No loose files.* All your resources have to be packaged in Java Archives (jar) if you want to have
    them delivered to the user's machine and kept up-to-date automatically by Java Web Start.
    *Rule 2: No file paths.* You can't use absolute or relative file paths to locate your
    jars holding your resources (e.g. <code>jar:file:///c:/java/jws/.cache/resources.jar</code>).
    Absolute file paths won't work because you never know where Java Web Start
    will put your jar on the user's machine. Relative file paths won't work because Java Web Start
    mangles the names of your jars (e.g. <code>venus.jar</code> becomes <code>RMvenus.jar</code>)
    and every JNLP client implementation has the right to mangle your names
    in a different way and you, therefore, can't predict the name with
    which your jar will be rechristend and end up on the user's machine in
    the application cache.Seems complex or impossible, to perform a simple task like opening a file.
    Please advise (I'm new to Java and Web Start).
    BTW, I'm working with IntelliJ IDEA 5.0.
    Thanks,
    Zedik.
    {font:Tahoma}{size:26pt}
    {size}{font}

    the follwing method i have used to open html file ...
    so to access html file i am shipping resources folder with jar file ..
    private void openHtmlPages(String pageName) {
         String cmd[] = new String[2];
         String browser = null;
         File file = null;
         if(System.getProperty("os.name").indexOf("Linux")>-1) {
              file = new File("/usr/bin/mozilla");
              if(!file.exists() ) {
              }else     {
                   browser = "mozilla";
         }else {
              browser = "<path of iexplore>";
         cmd[0] = browser;
         File files = new File("");
         String metaData = "/resources/Help/Files/"+pageName+".html"; // folder inside jar file
         java.net.URL url = this.getClass().getResource(metaData);
         String fileName = url.getFile();
         fileName = fileName.replaceAll("file:/","");
         fileName = fileName.replaceAll("%2520"," ");
         fileName = fileName.replaceAll("%20"," ");
         fileName = fileName.replaceAll("jarfilename.jar!"," ").trim();
         cmd[1] = fileName;     
         try{
              Process p = Runtime.getRuntime().exec(cmd);
         }catch(java.io.IOException io){
                   //Ignore
    can anyone give me the solution..???
    Regards
    Ganesan S

  • Hp P1102w html config is not displaying​/being interprete​d (source code only)

    As the subject heading says, I am trying to configure an HP P1102w for wifi based printing in my local network.  But the html config page is not displaying (from the MacOS printer utility.)  I have updated the firmware of the printer.  The printer shows up when I connect it to my Mac through USB.  My Mac is running OS 10.6.8.  Thanks for your help.

    Hi,
    Reboot your MAc and try again.
    If the same persists, click the Apple icon and then click on Force Quit.
    If there is any HP task running, terminate the task and try launching the HTML Config tool once again.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • How to setup a forms function in R12 to launch an URL?

    Hi All,
    In 11i we could create a forms function of the type "SSWA plsql function" to launch a html page from the menu.
    How is that supposed to work in R12?
    So my question is, how to setup a forms function to launch an URL like www.oracle.com in R12?
    thanks,
    thierry

    Hi, first set the Profile 'Restricted Text Input' to 'No' for your User.
    Then create a form function like below:
    Functional Administrator > Core Services > Function > Create (button)
    Name: XX_GOOGLE
    Code: XX_GOOGLE
    Type: SSWA jsp function
    Maintenance Mode Support : none
    Context Dependance: Responsibility
    (press continue button)
    HTML Call: javascript:void window.open("http://www.google.com")
    Leave other fields blank
    Add to HR_EMPLOYEE_DIRECT_ACCESS_V4.0 menu:
    500 XX Google XX_GOOGLE
    This will pop up your external webpage in a new window.
    The issue is that it only works from the Navigator framework page (not from within Core Forms)
    Regards,
    Mike

  • How to I get access to the Captivate object in javascript within an HTML file?

    I'm still struggling with this and would really appreciate any help/guidance you can .
    here's what I've got right now:
    var g_bIsInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
    document.write("<P><H1> g_bIsInternetExplorer=" + g_bIsInternetExplorer + "</H1></P>");
    document.write("<P><H1> setting objCP....</H1></P>");
    var objCp = g_bIsInternetExplorer ? Captivate : document.Captivate;
    document.write("<P><H1> set objCP....</H1></P>");
    var description = objCp.cpEIGetValue("m_VarHandle.cpInfoDescription");
    document.write("<P><H1> description=" + description + "</H1></P>");
    I've published the captivate project.. I then launch it and then launch the html file that has this code in it
    It does everyting up thru and including line 3
    But it seems to fail on line 4..
    Any ideas /suggestions?
    Thanks in advance.

    Hey Jim - thank you thank you thank you
    Here's what was up with my code:
    This worked:
    alert("about to set objCP...");
    var objCp = document.Captivate;
    alert("completed setting of objCP, about to set get cpInfoDescription...");
    var description = objCp.cpEIGetValue("m_VarHandle.cpInfoDescription");
    alert("description=" + description);
    This did NOT work:
    document.write("<P><H1> AT BEGINNING </H1></P>");
    alert("about to set objCP...");
    var objCp = document.Captivate;
    alert("completed setting of objCP, about to set get cpInfoDescription...");
    var description = objCp.cpEIGetValue("m_VarHandle.cpInfoDescription");
    alert("description=" + description);
    ====
    I'm guessing the 2nd didn't work because i tried to get the captivate object AFTER the script wrote something to an HTML file.  I'm ultimately trying to get Captivate to generate a report for the user to report out what they did in response to the various quiz questions in the course (in HTML in table).   I've posted a query on how to do this here: http://forums.adobe.com/message/5120417#5120417
    Any chance you could take a look at this posting and let me know your thoughts on how best to do this .. It seems like this would be a fairly common thing to do .. It comes stock in Articulate Storyline (through their 'Report.HTML') but I haven't found a comparable one in Captivate.
    Thanks again!
    tom.

  • Can't get PSE 12 to Launch

    My PSE 12 was uninstalled when a system restore was run. I reinstalled it but the program will NOT launch from the desktop icon. It ran through the install process with no trouble...no error messages and is listed in my downloaded programs.But It will NOT open. How can I get it to work?

    Hi,
    Please give a try:
    http://psekb.blogspot.in/2013/04/pse-editor-is-not-launching-windows.html
    Thanks,
    Anwesha

Maybe you are looking for

  • Fields in the datasource 0VENDOR_ATTR

    Hi Gurus, I need to unhide some fields in the datasource 0VENDOR_ATTR and then replicate it into BW. It is already loading the data into BW. Now I need some more fields to pass data into BW. Here my issue is my datasource is in display mode. I need t

  • Re: Cost for Skype number

    I established an area code and number. 863-576-.... . I did not sign for any plan. Will I be charged monthly for simply having this number and not making any immediate use of it.? I do not want a recurring static charge. If this is so, please tell me

  • EMIGALL - Issue in INTCASHDEP EMIGALL Object

    HI, I am trying to create interest document through EMIGALL. I am getting error as No cash security deposits available' Security deposit # in INTCASHDEP EMIGALL Object I have adopted Rec data type as INT, FKKKO, FKKOP & FKKOPK. In FKKKO I have adopte

  • Cant play any flash player content on IE 8 or Firefox

    Can't play any flashplayer content, on IE 8 it tries to load but never does on Firefox it tells me to upgrade Adobe flash and when I try that, the installer gets to around 20% to 25% and then times out. I've tred all I know, please help

  • 32-bit plugin shortcut created on windows 64 does not work in PS CS6 (32bit)

    Here is a really odd one. I have 32-bit and 64-bit PS installed on Windows 8. If I have a 32-bit plugin in FOLDER32, and I manually create a shortcut in the 32-bit PS Plugins folder that points to FOLDER32, 32-bit PS will not load the plugin in FOLDE