Tested onUnload

SVN revision: 899
This commit is contained in:
Stefan Ritt 2004-06-11 07:14:50 +00:00
parent 179ef9f579
commit 95b5d22ecd

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG Contents: Web server program for Electronic Logbook ELOG
$Log$ $Log$
Revision 1.338 2004/06/11 07:14:50 midas
Tested onUnload
Revision 1.337 2004/06/07 14:59:42 midas Revision 1.337 2004/06/07 14:59:42 midas
Fixed problem with 'preset text' under conditional attributes Fixed problem with 'preset text' under conditional attributes
@ -6484,7 +6487,13 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
} }
rsprintf(" return true;\n"); rsprintf(" return true;\n");
rsprintf("}\n"); rsprintf("}\n\n");
rsprintf("function abandon()\n");
rsprintf("{\n");
//rsprintf("alert('abandon');\n");
rsprintf("}\n\n");
rsprintf("//-->\n"); rsprintf("//-->\n");
rsprintf("</script>\n\n"); rsprintf("</script>\n\n");
@ -6496,7 +6505,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
rsprintf("</head>\n"); rsprintf("</head>\n");
rsprintf("<body>\n"); rsprintf("<body onUnload=\"abandon();\">\n");
rsprintf("<form name=form1 method=\"POST\" action=\"./\" "); rsprintf("<form name=form1 method=\"POST\" action=\"./\" ");
rsprintf("enctype=\"multipart/form-data\">\n"); rsprintf("enctype=\"multipart/form-data\">\n");