--- loncom/publisher/publisher.html 2001/07/26 12:53:48 1.17 +++ loncom/publisher/publisher.html 2002/07/16 20:30:54 1.20 @@ -68,50 +68,71 @@ function getnewdirfilename() { document.newdir.submit(); } } + +function getpostdata() { + document.printout.postdata.value=parent.LONCAPAToBePublished.location.href; + document.printout.submit(); +}
+
|
---|