You want to debug my Java script?

Hello

I'm developing an interactive form of VISITOR Adobe, I have Designer 8.1 and Reader 9.0 in my Windows 7 laptop. When I checked the menu EDIT-> properties-> compatibility, its form Adobe XML File (XDP)

When I opened this interactive form to VISITORS in a browser, right click and PROPERTIES-shaped, then I saw the "PDF Version: 1.6 (Acrobat 7.x).

I am trying to debug my Java script on an interactive form to VISITORS, I found this link in google

http://forums.sdn.SAP.com/thread.jspa?threadID=950914

But, when you see my case, I do not see the MENU above-> EDIT-> PREFERENCES-> CONSOLE stuff on my development, pls see the screenshots below and suggest me how to set the parameters of the debugger in my case.

1_I did not see any MENU here on LiveCycle developers to define my Java Script debugging settings

1_I did not see any MENU here on the LiveCycle Designers in order to set the settings of debugging my Java Script.jpg
==============================================================
2_I has not saw any MENU on this tab to PREVIEW the PDF either... in order to define the settings for debug my Java Script
2_I did not see any MENU either on this tab of PREVIEW of PDF.....in order to set the settings to debug my Java Script.jpg
? UI = 2 & ik = 29d0c9d69f & view = att & th = 13145574d35e4e22 & attid = 0.4 & disp = emb & realattid = ii_1314553a8070f597 & zw"title ="2_I didn't saw any MENU on this tab to PREVIEW the PDF either... in order to define the settings for debug my Java orions"/ >
==============================================================
3_I guess... This isn't the menu CHANGE item you are referencing in your response of the LEAGUE, because I couldn't see any option to PREFERENCES to the title of this EDITION
3_I guess.... this is not the EDIT item on MENU your are referencing in your SDN answer, because, i did not see any PREFERENCES option under this EDIT.jpg
==============================================================
4_If I open any external (it is Adobe Acrobat Guide downloaded from Google) PDF, here, I see MENU_EDIT_PREFERENCE items_but, in my development, I don't see that sort of thing to put the debugger settings

You must use an application like Adobe Acrobat or Nitro PDF and not a Player like Adobe Reader or what ever product application reader Google pushes to complete transformation in PDF format

Among the speakers:

"To activate LiveCycle Designer JavaScript debugger:
"Open LiveCycle Designer.
'Open Acrobat Professional.
«In Acrobat Professional, choose Edition > Preferences.»
"Select JavaScript from the list on the left.
"Select Enable Acrobat JavaScript if it is not already selected.
"In the JavaScript debugger options, select Enable JavaScript Debugger after Acrobat is restarted."
"Select enable the Interactive Console. This option allows you to evaluate the code that you write in the console window.
"Select to see the Console on errors and Messages. This option ensures that whenever you make mistakes, the console displays useful information.
"Click OK to close the Preferences dialog box.
"Close Acrobat Professional.
"In LiveCycle Designer, click the preview PDF tab.
"Type Ctrl + J to launch the JavaScript debugger.
"Note: If the JavaScript debugger disappears when you click components in the interface of LiveCycle Designer, stop the process of Acrobat.exe in the window"Task Manager. " The Acrobat.exe process continues to run after the Acrobat is closed and Acrobat can open more quickly. "Stop the Acrobat.exe process ends the association between the JavaScript debugger and the Acrobat Professional session, you can use the JavaScript debugger in LiveCycle Designer:

Note the 3rd line down in the instructions, "Open Acrobat Professional.". It seems that you can't use drive as it is not the product Acrobat Professional.

Tags: Acrobat

Similar Questions

  • Help me debug my java script

    I have a form with named fields from 1 to 18.  Enter the 4 digits of the user and then click on a button that runs a java script.  This script will encrypt each of 4-digit numbers, we call codes.  Encryption is basically take the first digit of the code and incrementing it by 1.  Then do the same with the second digit and keeping the last 2 digits unchanged.  So if they enter 1234 then press the encrypt the return is 2334.  Enter 9012 return 0112.  The script below does not work my son wrote to me.  No change occurs when the button is reached.  Any ideas why it does not work?

    var code;

    var i;

    for (i = 1; < = 18; i ++)

    {

    Code = This.getField (i.ToString ());

    If (code. Length is 4)

    {

    Code = ((code[0]*1+1) %10)toString() + ((code[1]*1+1)%10).toString()+code.slice(2);)

    this.getField (i.toString () .value = code;

    }

    }

    First problem I see: when you set the variable in code, you must Access

    the value property of the field, not the field itself.

  • How to create indesign using Java Script

    I am new to indesign and want to create indesign application using JavaScript.

    When I use AppleScript to create the Application Indesign I use this statement

    Tell application "Adobe InDesign CS5.5"

    myDocument to make document with the properties of the value

    tell the end

    Application InDesign create successfully.

    How to create the Application Indesign using JavaScript?

    or what is set equivalent to (tell application "Adobe InDesign CS5.5") in Java Script.

    There is a sample java script given on the forum or in the sdk. These departure example with app.

    When I debug these java script using ExtendScript ToolKit 3.6 it gives error on app (application not defined). I think that this app AI application object.

    How to create indesign application object app in javascript?

    Although this script runs successfully when I put these script in C:\Program Files\Adobe\Adobe InDesign CS5.5\Scripts

    and executing these script use the Scripts panel (choose window > utilities > Scripts), and then double-click the script name in the Scripts panel in indesign application. But in this case I have indesign application start and then choose window > utilities > Scripts, and then double-click the script name in the Scripts panel.

    I want to create Application Indesign (instance), using JavaScript.When I run or (debug) my JavaScript in any javaScript tool as ExtendScript ToolKit 3.6 then Indesign application should start, as in the Apple Script.

    Thank you

    long story short... NO!

    However, if you run the script from ESTK, you need not copy the script in the folder "Scripts". Do not know exactly if that's what you want.

  • app_user in java script

    Hi all
    I need to access: app_user in java script (Action).

    I want to run a java script if: app_user is not equal to one of the elements in the same page.
    I tried to use $v('#p11_pi_pu_code').val () where p11_pi_pu code is a part of my page.

    I waiting for your help.

    Thank you

    Hello

    You cannot use condition in dynamic action?
    Condition type PL/SQL Expression

    :APP_USER != :Px_MY_ITEM_NAME;
    

    Kind regards
    Jari

    Published by: jarola August 3, 2011 11:59

    BTW, if you want to make an element value using the syntax JavaScript is as

    var myVariable = $v("PX_MY_ITEM");
    

    And no need to name to writing in capital letters always

  • invoke the button action or a java script page

    Hello

    I wanted to call a java script button action. I created a button associated with a request. The button action should redirect to an existing page. I did the hidden button. I would like to call a java script function button. Can someone point me to a thread with the syntax which handles this.

    Or is it possible to directly call a function of java script to a page?

    Thank you

    -vkant

    Vkant

    In a javascript function, you can set the property from 'rental' of the window object to point to the APEX page as in the example below. How you call this function from the Applet javascript I don't know.

    function goToPage(pageno) {
    var str="f?p=101:" + pageno + ":&SESSION."  // 101 is the APEX application id
    window.location=str;
    }
    

    See here for APEX URL syntax http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref185

    CITY

  • Java Script debugging in QML

    Able to follow the instructions and check the attached java script debugger or at least the QDeclarativeDebugServer is assuming they are one and the same.

    However, may not know how to set a breakpoint in the code of java script from one of my qml files.

    Anyone have this working?

    Have you read what...

    http://developer.BlackBerry.com/Cascades/documentation/Getting_started/tools/debugging.html

    and debugging of Javascript enabled?

    It's just a case of double click in the white space as you would for C++, to the left for the code you want to break as a result.

    It is true that it is a small area in one click, try to get in the white end cap as close to grey that you can.

  • Squarespace user. Want more options on my site. Adobe has tutorials on Java Script, HTML, and CSS? [was: new user Question!]

    Hello!

    I am a new user to adobe creative cloud. I'm a Web site manager for pge production broadcast in my school and I use squarespace but I want to upgrade and have more opportunities with my websites. Adobe has tutorials on Java Script, HTML, and CSS?

    Not in the way, I think you mean. There are a number of very generous gurus on this forum that will help hard problem solve you your code, and the best way to learn is always, spoil, figure it out and move on to the next thing. :-)

    Googling a question will generally help to guide you on the right track and you can always visit W3 Schools or Code Academy for free tutorials or check if there is a Free Code Camp in your area. Sources for tutorials or classes are Lynda.com, Noble of officeand the General Assembly.

    Chris

  • Can you help me to insert a JAVA script into an Adobe PDF form I created.

    I have never programmed in Java and need a Java script to insert in a calculation field in an Adobe PDF form that I created using Adobe Acrobat Pro DC.  This form will be the one that can be filled on the PC or printed and filled out manually.  The calculated field will display a zero unwanted when printing and I want it to be empty.  Another field will be a calculated percentage and displays an error when there is no divider; a similar problem, I want to be a Virgin and the person filing the form manually to calculate the field and write.  I don't have time to learn

    The Excel formula would be: If (Cell_1A = "", "", Cell_1A + Cell_1B)

    What would be the JAVA script in a dialog box "Simplified field Notation" or "custom calculation Script?

    Both of these things require a custom calculation. For the script of the division, you can use something like this:

    var a = Number(this.getField("Field A").value);
    var b = Number(this.getField("Field B").value);
    if (b==0) event.value = "";
    else event.value = a/b;
    

    For the conditional script, you can use this:

    var a = this.getField("Cell_1A").valueAsString;
    var b = this.getField("Cell_1B").valueAsString;
    if (a=="") event.value = "";
    else event.value = Number(a)+Number(b);
    
  • an error has occurred on this page you want to view, run scripts on this page

    I have received an error message as follows a MISTAKE has OCCURRED MAKE YOU want TO BELIEVE EXECUTE SCRIPTS ON this YES or no. How can I solve this problem? I ran has COMPLETE Norton scan and no viruses or other problems were detected

    Hello

    1. what program you run when you receive this error message?

    2. you try to use Internet Explorer when you receive this error message?

    When you receive this error message when you use Internet Explorer, and then try the steps in the link below to fix the problem.

    How to resolve script errors in Internet Explorer on Windows computers

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

    See also:

    What should you do about Internet Explorer script errors?

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-should-you-do-about-Internet-Explorer-script-errors

  • persistent "not specified" errors java script when you try to print from Web sites...

    Windows 7 64 - bit OS, HP Photosmart C4780 printer, HP Pavilion dv6 Laptop.Recently meet persistent "not specified" errors java script when you try to print from Web sites, please help.

    Try cleaning your cache. Here's a link below that will help you with this problem.
    http://goo.GL/wE6gL

  • How to change folder name by default when you use save for Web in java script?

    Hello everyone, hope you can help me.


    Photoshop has a folder name by default of images When you export using slices Save for Web . I need to change this folder name.

    How to change folder name by default when you use save for Web in java script?

    Thanks in advance!


    1325ACD7-9C89-4D20-A6BF-E9EE8B7A1D27.png

    QQ20150923-1@2x.png


    JJMack Chuck Uebele Nicolas Ribot SuperMerlin

    You can try with scriptlistener to record the code. Change to the last line of the NO to ALL dialog boxes, so that the dialog - if you wish. There are two places in the code to save the files: one where is actually saved the file, and the other where the default value is file. I have seen it changed something with it. So, you can simply use the first listing of a path in the code below.

    #target photoshop
    
    var idExpr = charIDToTypeID( "Expr" );
        var desc19 = new ActionDescriptor();
        var idUsng = charIDToTypeID( "Usng" );
            var desc20 = new ActionDescriptor();
            var idOp = charIDToTypeID( "Op  " );
            var idSWOp = charIDToTypeID( "SWOp" );
            var idOpSa = charIDToTypeID( "OpSa" );
            desc20.putEnumerated( idOp, idSWOp, idOpSa );
            var idDIDr = charIDToTypeID( "DIDr" );
            desc20.putBoolean( idDIDr, true );
            var idIn = charIDToTypeID( "In  " );
            desc20.putPath( idIn, new File( "C:\\Users\\csuebele\\Pictures\\LR shortcuts" ) );//Here's where it actually saves
            var idFmt = charIDToTypeID( "Fmt " );
            var idIRFm = charIDToTypeID( "IRFm" );
            var idPNtwofour = charIDToTypeID( "PN24" );
            desc20.putEnumerated( idFmt, idIRFm, idPNtwofour );
            var idIntr = charIDToTypeID( "Intr" );
            desc20.putBoolean( idIntr, false );
            var idTrns = charIDToTypeID( "Trns" );
            desc20.putBoolean( idTrns, true );
            var idMtt = charIDToTypeID( "Mtt " );
            desc20.putBoolean( idMtt, true );
            var idEICC = charIDToTypeID( "EICC" );
            desc20.putBoolean( idEICC, false );
            var idMttR = charIDToTypeID( "MttR" );
            desc20.putInteger( idMttR, 255 );
            var idMttG = charIDToTypeID( "MttG" );
            desc20.putInteger( idMttG, 255 );
            var idMttB = charIDToTypeID( "MttB" );
            desc20.putInteger( idMttB, 255 );
            var idSHTM = charIDToTypeID( "SHTM" );
            desc20.putBoolean( idSHTM, false );
            var idSImg = charIDToTypeID( "SImg" );
            desc20.putBoolean( idSImg, true );
            var idSWsl = charIDToTypeID( "SWsl" );
            var idSTsl = charIDToTypeID( "STsl" );
            var idSLAl = charIDToTypeID( "SLAl" );
            desc20.putEnumerated( idSWsl, idSTsl, idSLAl );
            var idSWch = charIDToTypeID( "SWch" );
            var idSTch = charIDToTypeID( "STch" );
            var idCHsR = charIDToTypeID( "CHsR" );
            desc20.putEnumerated( idSWch, idSTch, idCHsR );
            var idSWmd = charIDToTypeID( "SWmd" );
            var idSTmd = charIDToTypeID( "STmd" );
            var idMDCC = charIDToTypeID( "MDCC" );
            desc20.putEnumerated( idSWmd, idSTmd, idMDCC );
            var idohXH = charIDToTypeID( "ohXH" );
            desc20.putBoolean( idohXH, false );
            var idohIC = charIDToTypeID( "ohIC" );
            desc20.putBoolean( idohIC, true );
            var idohAA = charIDToTypeID( "ohAA" );
            desc20.putBoolean( idohAA, true );
            var idohQA = charIDToTypeID( "ohQA" );
            desc20.putBoolean( idohQA, true );
            var idohCA = charIDToTypeID( "ohCA" );
            desc20.putBoolean( idohCA, false );
            var idohIZ = charIDToTypeID( "ohIZ" );
            desc20.putBoolean( idohIZ, true );
            var idohTC = charIDToTypeID( "ohTC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohTC, idSToc, idOCzerothree );
            var idohAC = charIDToTypeID( "ohAC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohAC, idSToc, idOCzerothree );
            var idohIn = charIDToTypeID( "ohIn" );
            desc20.putInteger( idohIn, -1 );
            var idohLE = charIDToTypeID( "ohLE" );
            var idSTle = charIDToTypeID( "STle" );
            var idLEzerothree = charIDToTypeID( "LE03" );
            desc20.putEnumerated( idohLE, idSTle, idLEzerothree );
            var idohEn = charIDToTypeID( "ohEn" );
            var idSTen = charIDToTypeID( "STen" );
            var idENzerozero = charIDToTypeID( "EN00" );
            desc20.putEnumerated( idohEn, idSTen, idENzerozero );
            var idolCS = charIDToTypeID( "olCS" );
            desc20.putBoolean( idolCS, false );
            var idolEC = charIDToTypeID( "olEC" );
            var idSTst = charIDToTypeID( "STst" );
            var idSTzerozero = charIDToTypeID( "ST00" );
            desc20.putEnumerated( idolEC, idSTst, idSTzerozero );
            var idolWH = charIDToTypeID( "olWH" );
            var idSTwh = charIDToTypeID( "STwh" );
            var idWHzeroone = charIDToTypeID( "WH01" );
            desc20.putEnumerated( idolWH, idSTwh, idWHzeroone );
            var idolSV = charIDToTypeID( "olSV" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSV, idSTsp, idSPzerofour );
            var idolSH = charIDToTypeID( "olSH" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSH, idSTsp, idSPzerofour );
            var idolNC = charIDToTypeID( "olNC" );
                var list4 = new ActionList();
                    var desc21 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerozero = charIDToTypeID( "NC00" );
                    desc21.putEnumerated( idncTp, idSTnc, idNCzerozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc21 );
                    var desc22 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc22.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc22 );
                    var desc23 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwoeight = charIDToTypeID( "NC28" );
                    desc23.putEnumerated( idncTp, idSTnc, idNCtwoeight );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc23 );
                    var desc24 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc24.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc24 );
                    var desc25 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc25.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc25 );
                    var desc26 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc26.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc26 );
            desc20.putList( idolNC, list4 );
            var idobIA = charIDToTypeID( "obIA" );
            desc20.putBoolean( idobIA, false );
            var idobIP = charIDToTypeID( "obIP" );
            desc20.putString( idobIP, """""" );
            var idobCS = charIDToTypeID( "obCS" );
            var idSTcs = charIDToTypeID( "STcs" );
            var idCSzeroone = charIDToTypeID( "CS01" );
            desc20.putEnumerated( idobCS, idSTcs, idCSzeroone );
            var idovNC = charIDToTypeID( "ovNC" );
                var list5 = new ActionList();
                    var desc27 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzeroone = charIDToTypeID( "NC01" );
                    desc27.putEnumerated( idncTp, idSTnc, idNCzeroone );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc27 );
                    var desc28 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwozero = charIDToTypeID( "NC20" );
                    desc28.putEnumerated( idncTp, idSTnc, idNCtwozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc28 );
                    var desc29 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerotwo = charIDToTypeID( "NC02" );
                    desc29.putEnumerated( idncTp, idSTnc, idNCzerotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc29 );
                    var desc30 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc30.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc30 );
                    var desc31 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerosix = charIDToTypeID( "NC06" );
                    desc31.putEnumerated( idncTp, idSTnc, idNCzerosix );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc31 );
                    var desc32 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc32.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc32 );
                    var desc33 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc33.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc33 );
                    var desc34 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc34.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc34 );
                    var desc35 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwotwo = charIDToTypeID( "NC22" );
                    desc35.putEnumerated( idncTp, idSTnc, idNCtwotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc35 );
            desc20.putList( idovNC, list5 );
            var idovCM = charIDToTypeID( "ovCM" );
            desc20.putBoolean( idovCM, false );
            var idovCW = charIDToTypeID( "ovCW" );
            desc20.putBoolean( idovCW, true );
            var idovCU = charIDToTypeID( "ovCU" );
            desc20.putBoolean( idovCU, true );
            var idovSF = charIDToTypeID( "ovSF" );
            desc20.putBoolean( idovSF, true );
            var idovCB = charIDToTypeID( "ovCB" );
            desc20.putBoolean( idovCB, true );
            var idovSN = charIDToTypeID( "ovSN" );
            desc20.putString( idovSN, """c:\photos""" );//Here's where the default folder is suppose to go.
        var idSaveForWeb = stringIDToTypeID( "SaveForWeb" );
        desc19.putObject( idUsng, idSaveForWeb, desc20 );
    executeAction( idExpr, desc19, DialogModes.ALL );
    
  • I just bought a new IMac and want to run my old version of Dreamweaver CC3 on that, but I'm getting this quickly, "to open Dreamweaver, you must install the runtime Java SE6 strives".  How can I do this?

    I just bought a new IMac and want to run my old version of Dreamweaver CC3 on that, but I'm getting this quickly, "to open Dreamweaver, you must install the runtime Java SE6 strives".  How can I do this?

    Download it here: Java for OS X 2015-001

  • How can I show visitors without Java "You need java script enabled to view this site?

    I use Firefox as my browser and by the use of NoScript generally do not have Java script active. Although often just by the behavior of a page I visit I need to activate some Javascripts I know, I get often a clear message on the Web site itself - something like "we see that you have no Java script active, please do" or maybe "without Javascript you can not display this site correctly."

    Now, I can just put a general message about the 'splash' page, saying "this site requires Java script to be enabled ' for all visitors to see, but I'd rather have the message just for those that need to see because Java script is disabled.  How do I do that?

    Thanks in advance.

    Karen

    You really need the NOSCRIPT section.

    Or a bit of style:

    This site works best with JavaScript active.

  • What snap is "Java Script"?

    Suddenly this morning I receive a message that Java Script is not enabled. I am not able to access Yahoo! mail, Gmail or iCloud mail. When I search for "Java Script" I get 300 + add-ins, the top 50, or appear not to be simply Java Script. What is the exact name of a supplement Java Script that will allow me to use my e-mail programs?

    JavaScript is not an add-in, but a language like basic, C, java and so on. It is often used on web pages to create dynamic effects like the movement of the figures and similar effects. Therefore, it is included in the HTML itself. For various reasons you might want to disable the ability to run java scripts, for example for security reasons and in older versions of Firefox, there is an option in the settings were you could turn on or off the ability to run these scripts. Nowadays, this option is removed, but is included in those more hidden that reach you by writing about: config in the address bar. If you do, you will get a warning "This might void your warranty!" and after clicking on the I'll be careful, I promise!-button you will enter the words: config page. Research of javascript.enabled, which is normally set to true. Double-click this line after selection, press enter on the keyboard and the value is going to switch from the other value, false.
    However, you may have loaded an add-on that blocks java script. I can imagine there are a lot of them. One that I use is NoScript, which allows me to choose individually what web sites I will allow running scripts in java on my computer, and who I would not deny this. Take a look of the modules you have loaded, so maybe one of them can block the ability of java script.

  • Why did the Java script works on my work for Internet explore, but not for Firefox RSS feeds?

    I finished building the Web site for my girlfriend, and the rest is the RSS feed. It works just fine in IE 8, but Fire Fox 9 when the widget is clicked a bookmark box appears and asks if I want to save it as a bookmark. I'm not a programmer of the Java script so I hope help here! Here's the script:

  • "< a href ="http://www.susangabrielle.com/1/feed"title ="RSS"alt ="rss">< /a >"
  • The view is http://www.susangabrielle.com

    Probably you fixed, the RSS seems to work for me

Maybe you are looking for