Java script for doesn't word (its's made for index)

Hy,
I have a java-script, for indexes (for InDesign is CS3) - but it doesn't work.
I attached 2 files, the first one is the script, the second one is the error-message from InDesign CS3.
(My friend is working with CS4, the script there is ok.)
We renewed java-system, because for script, but we haven't better result... :-(
Please, help me, thanks,
Anna

It's a CS3 bug.
Have a look at this post: http://forums.adobe.com/message/2033721#2033721
I dont have the time to do it, but you can make it work in both CS3 and CS4.

Similar Messages

  • Firefox does not open pop-up windows from java script even if blocking pop-up is disabled for those sites

    I need to use pop-up windows for some e-mail sites which use java, but firefox doesn't do anything, even if i allowed pop-ups for those sites or disable completely

    If the settings in Firefox are correct then make sure that your security software (firewall, anti-virus) isn't blocking pop-ups, some have advanced features that include blocking pop-ups.
    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]]

  • One of my apps is "waiting" for an update.  Its been "waiting" for 4 days.   It wont delete (so I can re load it).   Sadly its not in i tunes as I put it on after the last sync and it wont for some reason sync either.   Any ideas?

    One of my apps (actually on my daughters i phone 5) has been "waiting for 4 days to update.   Rebooting doesnt cure it nor does trying to delete it - it wont delete.   I have looked at her i tunes account but she hasnt sync that for ages and the actual app isnt in i tunes but just on the phone.  For some reason the syncing isnt working either in realtion to this app. There is adeqaute memory - good strong wifi signal.   Any ideas??

    Download the app on iTunes under her account (you've already paid - you won't have to again), then sync the app across to the phone that way and it should clear it up.
    It's possible the app is too large to do over the air and it started on wifi but wasn't able to continue and got corrupted.

  • Rhino support for java script

    sir i have jEditorPane and i came to know that rhino.jar file can be used to support java script.
    what is the way to make the java script support on jEditorPane
    any body has code for that?

    Hi,
    true, JEE 5 support is under way..
    Have a look at <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/712eea91-0801-0010-158a-927edb8a45bd">this</a> presentation for more details about what you can expect in the next major release of NW.
    No idea about the timelines from my side as well.
    regards,
    Ivo

  • Apple script to java script...

    Hi everyone,
    As i want to change below apple script code to java script. I have tried upto duplicating the frames with java script and its working fine. But i don't know how to use whose condition in javascript. If it is possible to do whose condition  in java script then i don't want to go for loop. Can anyone look into this and help me out.
    -----Apple script-----
    set xx to {}
    tell application "Adobe InDesign CS3"
        tell document 1
            repeat with i from 1 to (count of text frame)
                if class of parent of parent of text frame i is not in master spread then
                    set end of xx to id of text frame i
                end if
            end repeat
            duplicate (every text frame whose id is in xx)
            delete (every text frame whose id is in xx)
        end tell
    end tell
    //---Java script---
    var doc=app.activeDocument;
    var myFrames=doc.textFrames.everyItem();
    myFrames.duplicate();
    Thanks in advance
    Thiyagu

    Hi Kasyan,
    I have checked with your code its working fine. Thanks for your valuable & great support. I was out of station for past one week. Thats the reason for no reply.
    After posted my query in to forums, in the mean time i developed the script. In this script i supposed to use the same approach to unlink frames, by getting frame IDs of the text frames. For time consuming only i expected the equivalent code of JS. For your reference i have posted my script below.
    var doc=app.activeDocument;
    var myArray=new Array();
    var myFrames=doc.textFrames.everyItem().id;
    for(j=0; j<myFrames.length; j++)
            myArray.push(myFrames[j]);
    doc.textFrames.everyItem().duplicate();
    var myDupFrames=doc.textFrames;
    for (k=0; k<myDupFrames.length; k++)
        for(s=0; s<myArray.length; s++)
            if (myDupFrames[k].id==myArray[s])
              myDupFrames[k].remove();
              break;
    Also i have modified my script  after seen your post. And it is working greatly. Once again i am thanking you.
    Regards
    Thiyagu

  • Acrobat standard 9.0 error while enabling commets option using Java script object

    I'm using the below java script code in my VB 6.0 application for enabling commets options in the PDF file
    Dim oJSO As Object
    Set oJSO = mPDDoc.GetJSObject
    oJSO.Collab.showAnnotToolsWhenNoCollab = True
    It is working fine till Acrobat 8.0. Now I'm trying with Acrobat 9.0 standard edition, it is throwing scripting error 'An unhandled Win32 exception occured in Acrobat.exe[308].
    Can anyone suggest the way to enable 'comment' options in Acrobat Standard 9.0 using Java Script Object?
    Thanks

    I get much the same problem with VB6, Acrobat 9 Pro and WinXP SP3. When I single step the line:
    oJSO.Collab.showAnnotToolsWhenNoCollab = True
    in debug I go to the error handler for my Sub. Inspecting the VB Err object has Number = -2147417851 and Description = "Automation error
    The server threw an exception." I get a Microsoft crash notice about Acrobat a short while later.
    I've experimented with the JavaScript debugger in Acrobat and you can execute Collab.showAnnotToolsWhenNoCollab = True and reference the value of Collab.showAnnotToolsWhenNoCollab in the console. The problem appears only when accessing Acrobat Javascript through the Interapplication Communication API.
    If anyone can help it would be appreciated. I tried Adobe's Acrobat support and they were no help at all.

  • Regarding usage of java script in adobe forms

    Hello experts,
                    Please any body help me out with what events i should use in java script / formcalc .
    send links for java scripting and formcalc.
    Thanxs,
    adi.

    The reference for Formcalc is available inside you designer installation directory.
    Like this one C:\Program Files\Adobe\Designer 7.1\Documentation\EN\FormCalc.pdf
    There you can also find general LifeCycle Designer Documentation (Designer.chm)
    In this file goto Creating Calculations and Scripts -> Events -> List of events
    As for JavaScript - reference is not in the package, so you have to search a bit. Something is available:
    Like this one: http://partners.adobe.com/public/developer/en/tips/CalcScripts.pdf
    Hope this helps!
    Regards,
    Petr Perstnev

  • Struts n java script

    hi
    here below is the text box created with struts html tag
    <html:text styleClass="text medium" property="text123""/>
    now the ans, i want is
    how to create a check box(both ways-struts html tag and general html)
    which on clicked(true) should disable the above textbox
    and on clicked(false) should enable the above textbox
    i know we should use java script
    but pzl specify some code or help for this
    regards
    sus

    Create two objects each for text and check box. and write a method to disable/enable text box. Call this method from with the onChange event generated with teh check box.

  • How Can I update java script on my iphone 3GS

    Hello, From more than 15 days my iphone 3GS have not working as Java Script even i have enable java script from safari setting menu.I have Checked for website www.google.com/mapmaker  and not working tab after touchung them. I have also check form safari browser as www.javatest.net and cant find java script

    Not supported by Apple, and most apps that claim to provide this functionality don't work on a non-jailbroken iPhone.

  • How to access sql server using java script

    Hi, Is it possible to connect to sql server in java script. I'm using microsoft jdbc driver for connectivity to sql server.
    Thanks

    Hi, Is it possible to connect to sql server in java
    script. I'm using microsoft jdbc driver for
    connectivity to sql server.If you want to ask about Javascript, you are in the wrong place. Go and find some JavaScript forum. Actually, you could connect to database from javascript using Ajax or the like mainly because you could have Java code behind the scenes, but then that too is not something I would want to discuss here. So, go find the correct place for the topic.

  • How do I search for a specific word in the code using Dreamweaver?

    I need to search for a specific word in the code for all of my website pages. How can I do that using Dreamweaver?

    To search local files of a Defined Site in DW...
    Open the Find & Replace tool with Ctrl + F
    Change the Find In dropdown to Entire Current Local Site
    Change the Search dropdown to Text or Source code
    Add the text to find in the Find field
    Add the text to replace in the Replace field (or nothing if you just want to delete the text)
    Hit Replace All

  • What is the name of the song (made for love, with the new iPhone 5 on tv who sings it?

    HI WHO SINGS THE SONG THATS ON TV WITH THE COMMERICALS FOR THE NEW IPHONE 5 ,
    I HEARD SOME OF THE WORDS, (IT'S MADE FOR LOVE_) BUT WHO SINGS IT ? AND WHAT'S THE FULL NAME OF THE SONG?

    Please turn off your caps lock and stop SHOUTING at us.  How is this a tech support issue?
    Did you try using the Shazam app to identify the song?

  • I am being charged by iTune store for purchses that i have not made, is there anyway one can contact them to get this rectified?

    i am being charged for purchasees that i have not made. for past one week i just receive a receipt in my email, and i cant find a way to dispute these purchses. why does iTune store have to amke it so difficult for people to contest their wrong doing. help for making all sort of purchases are so easy to get, they come in even without asking for them but here i am looking to find a way to get this nonsense stop and i can find a way.
    any help welcomed.

    Change your password.  Alert your credit card company that your account has been hacked - ask them about reimbursement.
    If you would like to contact itunes support it is quite simple.  Click Support at the top of this page, then click the link under Contact Us.

  • I have to new version of FireFox and it doesn't allow me to use my Go daddy Email account. Go daddy said this is a beta version, so its not reading Go daddy's java script

    This new version of FireFox is in beta. I cannot send email with my Go Daddy web based email service. Go daddy tech support says this FireFox in beta is not reading Go Daddy's java script. That why I cannot send email with FireFox. Can I install the older version back. If so how?

    Hmmm, Norton extensions are broken again in Firefox 4.0.1. It seems that Norton didn't allow for Firefox 4.0 security updates when they updated their Firefox extension for Firefox 4.0. Norton says they'll have a fix in two weeks. A Norton user posted a fix in this forum thread.
    http://community.norton.com/t5/Norton-Internet-Security-Norton/Norton-Toolbar-not-compatible-with-FF-4-0-1/td-p/442788

  • Sreaming at the top of my lungs for HELP with Java Script problem!

    Hello,
    I have this strange problem that no one seems to know why or how to fix it.Whenever I encounter a web site that has java scripting for anything pop ups or redirects to url's anything that says java script when I mouse over the link my browsers do nothing.That is for explorer 6.0 beta netscape 4.7 and netscape version 6.I have tried in another forum some suggestions but nothing changed even though I am told nothing is wrong with the java scripting.I used to be able to click java script's with all of these browsers but no longer.That was a few months ago.Now to try something new I tried to see if a new browser would work.I now have the latest version of Opera.It did work but using Opera on some sites limits what I can do so it doesn't solve my problem.Then I tried the Sun JavaHot browser it also worked but limits what I can do on some site's.I have Windows 98 & updated most of my dll's etc & my java is version 2 1.3.1.My java script is enabled in Explorer & netscape's & the security is at a minimum level.Please help me figure out why these other browsers work but the other's do not.I want to edit a web site of mine but I can't because of this problem.I am very frustrated by this and need as detailed help as I can get.Anything of a suggestion would be very much appreciated.But I am also not an expert on the working's of a computer so bear with me.
    Brian

    Hi,
    Well I am thinking that if anyone could know something about Java script it would be java developers.But anyways I had the previous version of explorer 5.0 & the java didn't work in it either.Now how weird is this,I opened netscape 4.7 today & the java scripts are suddenly working.This has me scratching my head wondering if my computer is possesed by some force beyond my capability to know...????Weird as it seems though the explorer still will not respond to a java script.
    Brian

Maybe you are looking for

  • How can I get Made In Chelsea from itunes when it is not available on my countries store?

    I want to buy and download the Made in Chelsea seasons. But on Itunes Australia, where I am, its not available. It is however available on the British Itunes but of course its in pounds. It there any way to get Made in Chelsea off Itunes? Or will I h

  • Bluetooth no longer works android phone to MacBook Pro

    I have been transferring files to/from my Huawei H811C (android v. 4.0.4.) and my MacBook Pro via bluetooth without any problems....until today. I recently updated the MacBook Pro to OS X 10.9.2, but I'm pretty sure I have transferred files since the

  • Array out of bounds Exception

    this code :   public void clearAroundTile (int row, int col) {         //Checks if a tile is visited, has a hint and hintvalue == adjacent flagged tiles        if(tiles[row][col].isVisited() && tiles[row][col].isHint() && tiles[row][col].getHint()<=

  • Connecting to different versions of Oracle from XI

    I am using XI JDBC Reciever Adapter. In our landscape we have an external non SAP Oracle Application that works on Oracle 920 and another external non SAP Oracle App that works on Oracle 817. How can I specify in the JDBC Adapter to use a different O

  • Clarification in Archiving

    Hi, Currently we are in 4.6C and  are planning to carry out  archiving for the first time. I would like to know if there is any other transaction code for archival than SARA and is it the job of functional or basis or technical consultants? Thanks Su