[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.129,1.130
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-06 19:15:28
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv24182/doc Modified Files: release_notes.txt Log Message: Added support for link.onClick and form.onSubmit events Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- release_notes.txt 5 Aug 2002 19:42:52 -0000 1.129 +++ release_notes.txt 6 Aug 2002 19:14:53 -0000 1.130 @@ -12,6 +12,11 @@ Revision History: + 6-Aug-2002 +Additions: + 1. JavaScript: the link.onClick event is now supported + 2. JavaScript: the form.onSubmit event is now supported + 5-Aug-2002 Additions: 1. The JavaScript link.href attribute is now readable. |