--- loncom/html/res/adm/pages/Attic/homeworkmenu.html 2001/02/07 00:31:38 1.1 +++ loncom/html/res/adm/pages/Attic/homeworkmenu.html 2001/02/09 03:22:28 1.2 @@ -32,19 +32,23 @@ function go(url) { } } -function gopost(url,postdata) { +function gopost(url,command) { windowcheck(); if (url!='') { - this.document.server.action="http://"+clienthost+url; - this.document.server.postdata.value=postdata; - this.document.server.submit(); + this.document.submission.action="http://"+clienthost+url; + this.document.submission.command.value=command; + this.document.submission.url.value=clientwindow.window.location.href; + this.document.submission.submit(); } } - View Submission - View Submission - + View Submission

+
+   Student: + + +
\ No newline at end of file