Index: lams_central/web/author.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/author.jsp,v diff -u -r1.27 -r1.28 --- lams_central/web/author.jsp 6 Oct 2006 04:37:04 -0000 1.27 +++ lams_central/web/author.jsp 13 Oct 2006 01:44:22 -0000 1.28 @@ -142,6 +142,10 @@ openPopUp(url, title, h, w, resize, status, scrollbar, menubar, toolbar); } +function openPreview(args){ + window.opener.openPreview(args); +} + function openURL(args){ window.open(args); }