--- loncom/publisher/publisher.html 2002/03/20 22:28:33 1.18 +++ loncom/publisher/publisher.html 2002/07/16 20:30:54 1.20 @@ -68,67 +68,80 @@ function getnewdirfilename() { document.newdir.submit(); } } + +function getpostdata() { + document.printout.postdata.value=parent.LONCAPAToBePublished.location.href; + document.printout.submit(); +}
+
|
---|