[Httpunit-commit] CVS: httpunit/doc Javascript-support.html,1.15,1.16 release_notes.txt,1.165,1.166
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-09-27 15:49:04
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv22163/doc Modified Files: Javascript-support.html release_notes.txt Log Message: Made Link href Javascript property writeable Index: Javascript-support.html =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/Javascript-support.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- Javascript-support.html 9 Sep 2002 20:04:25 -0000 1.15 +++ Javascript-support.html 27 Sep 2002 15:49:01 -0000 1.16 @@ -65,7 +65,7 @@ <h3>Link</h3> <h4>properties</h4> <ul> -<li>href - readonly - the URL associated with the link</li> +<li>href - read/write - the URL associated with the link</li> </ul> <h4>events</h4> <ul> Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- release_notes.txt 26 Sep 2002 21:49:35 -0000 1.165 +++ release_notes.txt 27 Sep 2002 15:49:01 -0000 1.166 @@ -11,6 +11,10 @@ Revision History: +27-Sep-2002 +Additions: + 1. The Javascript property Link.href is now read-write + 26-Sep-2002 Problems fixed: 1. A Javascript URL containing a question mark was incorrectly being URL-encoded. |