Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(warning)  When using the 'browser:' syntax to send back String values, the parameter needs to be double-quoted. Make sure to use single quotes to surround the overall event handler code:

Code Block
onclick='javascript:globals.myZipCodeCallbackMethod(\"browser:zipcode\")';

...