Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 154536

Re: Can someone help me to change the script function?

$
0
0

Is that I can it like this:

 

 

var myLinks = app.documents.everyItem().links.everyItem().getElements(); 

   

for (var i = links.length-1; i >= 0; i--) { 

    if (links[i].status == LinkStatus.LINK_MISSING) { 

        try { 

            link = links[i]; 

            image = link.parent; 

            frame = image.parent; 

            frame.remove(); 

            counter++; 

        } 

        catch (err) { 

            $.writeln(i + " - " + err); 

        } 

    } 

}

 

 

can you teach me how to change it?


Viewing all articles
Browse latest Browse all 154536

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>