version 1.119, 2006/07/01 00:39:50
|
version 1.120, 2007/04/24 23:26:15
|
Line 324 function annotate() {
|
Line 324 function annotate() {
|
"<html><body onload='Javascript:document.goannotate.submit();'>" |
"<html><body onload='Javascript:document.goannotate.submit();'>" |
+"<form name='goannotate' target='Annotator' method='post' " |
+"<form name='goannotate' target='Annotator' method='post' " |
+"action='/adm/annotations'>" |
+"action='/adm/annotations'>" |
+"<input type='hidden' name='urlnew' value='"+currentURL+"'>" |
+"<input type='hidden' name='symbnew' value='"+currentSymb+"'>" |
+"</form></body></html>"); |
+"</form></body></html>"); |
annotator.document.close(); |
annotator.document.close(); |
} |
} |