[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.123,1.124
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-01 20:23:21
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv4813/doc Modified Files: release_notes.txt Log Message: Added JavaScript support for text field values Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- release_notes.txt 1 Aug 2002 14:58:59 -0000 1.123 +++ release_notes.txt 1 Aug 2002 20:23:15 -0000 1.124 @@ -19,6 +19,7 @@ case you must set any parameters directly into the form. 3. You may now obtain the current page from a web client by calling client.getCurrentPage() rather than client.getFrameContents( "_top" ); + 4. Added JavaScript support for form.<text field>.value 29-Jul-2002 Acknowledgements: |