Sign in or 

| <a href="#addPage" onclick="WPCAPI.showAddPageDialog('bob'sPage', 'Bob's Page');"> |
| <a href="#addPage" onclick="WPCAPI.showAddPageDialog('bob'sPage', 'Bob's Page');"> |
| Render an escaped single quote character. | <a href="#addPage" onclick=" WPCAPI.showAddPageDialog(">Add a Page</a>'bob\'sPage', 'Bob\'s Page'); |
| Render a single quote decimal reference, escaping the leading "&". Ordinary HTML/XML escaping will convert single quotes to decimal references. | <a href="#addPage" onclick=" WPCAPI.showAddPageDialog(">Add a Page</a>'bob\'sPage', 'Bob\'s Page'); |
| Render a single quote hex reference. URL encoding will convert single quotes to hex references, but an additional JavaScript call will be necessary to decode the string before passing it to the listener. | <a href="#addPage" onclick=" WPCAPI.showAddPageDialog(">Add a Page</a>decodeURIComponent('bob%27sPage'), decodeURIComponent('Bob%27s Page')); |
|
dnielsen |
Latest page update: made by dnielsen
, Aug 5 2008, 8:35 AM EDT
(about this update
About This Update
view changes - complete history) |
|
Keyword tags:
None
More Info: links to this page
|