try{ var tf=app.activeDocument.textFrames[0].previousFrame; alert(tf); }catch(e){ alert("これより前のフレームはありません"); }