--- loncom/publisher/publisher.html 2002/03/21 20:39:17 1.19 +++ loncom/publisher/publisher.html 2002/07/16 20:30:54 1.20 @@ -68,9 +68,15 @@ function getnewdirfilename() { document.newdir.submit(); } } + +function getpostdata() { + document.printout.postdata.value=parent.LONCAPAToBePublished.location.href; + document.printout.submit(); +}
+
|
---|