Changes for page TestJSEncoding

Last modified by Ludovic Dubost on 2009/04/26 22:27

From version 1.1
edited by Ludovic Dubost
on 2009/04/26 22:24
Change comment: There is no comment for this version
To version 2.1
edited by Ludovic Dubost
on 2009/04/26 22:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,7 +9,7 @@
9 9   return text;
10 10   }
11 11  
12 - text = getJSEncoded("c'est l'été")
12 + text = getJSEncoded("c'est l'été \"test\"")
13 13  %>
14 -<input type="button" name="a" value="" onclick="alert('$text');" />
14 +<input type="button" name="a" value="click" onclick="alert('$text');" />
15 15