Question
Find whats the Next Frame
Hi scripters
Here I am trying to find the next frame. Here is my script.
var myf = app.selection[0];
alert(myf);
var b = myframe.nextTextFrame;
The script error
Error Number: 55
Error string: Object does not support the property or method 'nextTextFrame'
Please advice me where I am mistaken
thanks in advance
regards
a r u l
vpublish.net
Here I am trying to find the next frame. Here is my script.
var myf = app.selection[0];
alert(myf);
var b = myframe.nextTextFrame;
The script error
Error Number: 55
Error string: Object does not support the property or method 'nextTextFrame'
Please advice me where I am mistaken
thanks in advance
regards
a r u l
vpublish.net