link textFrames
Hi Forum,
I have a small bit to link Text Frame between two pages....
var myDoc = app.activeDocument;
myDoc.pages[0].textFrames[0].nextTextFrame = myDoc.pages[1].textFrames[0];
but my intention is to link all the textFrames inside the document (total pages is 20 pages and each pages have textFrames unlinked to other pages).
Any possibilities.
thanks & regareds.
S..
