--- loncom/publisher/publisher.html 2001/07/08 22:49:51 1.16 +++ loncom/publisher/publisher.html 2002/09/16 13:05:50 1.21 @@ -68,50 +68,71 @@ function getnewdirfilename() { document.newdir.submit(); } } + +function getpostdata() { + document.printout.postdata.value=parent.LONCAPAToBePublished.location.href; + document.printout.submit(); +} -
-
+
+
+
|
---|