Index: openacs-4/packages/ajaxhelper/www/overlibmws/iframecontentmws.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/overlibmws/Attic/iframecontentmws.js,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ajaxhelper/www/overlibmws/iframecontentmws.js 9 Feb 2006 08:35:42 -0000 1.1 +++ openacs-4/packages/ajaxhelper/www/overlibmws/iframecontentmws.js 5 Apr 2006 06:38:42 -0000 1.2 @@ -1,20 +1,3 @@ -/* - iframecontentmws.js - Foteos Macrides - Initial: October 10, 2004 - Last Revised: May 9, 2005 - Simple script for using an HTML file as iframe content in overlibmws popups. - Include WRAP and TEXTPADDING,0 in the overlib call to ensure that the width - arg is respected (unless the CAPTION plus CLOSETEXT widths add up to more than - the width arg, in which case you should increase the width arg). The name arg - should be a unique string for each popup with iframe content in the document. - The frameborder arg should be 1 (browser default if omitted) or 0. - - See http://www.macridesweb.com/oltest/IFRAME.html for demonstration. -*/ - -function OLiframeContent(src, width, height, name, frameborder) { - return (''); -} +function OLiframeContent(src, width, height, name, frameborder) { + return (''); +}