--- loncom/publisher/publisher.html 2001/07/08 18:37:11 1.15 +++ loncom/publisher/publisher.html 2002/11/18 15:28:50 1.22 @@ -68,70 +68,80 @@ function getnewdirfilename() { document.newdir.submit(); } } + +function getpostdata() { + document.printout.postdata.value=parent.LONCAPAToBePublished.location.href; + document.printout.submit(); +} -
-
-
|
---|