SharePoint notes from the field.
<script type="text/javascript"> var Key = { a : "hello", b: "world" } alert(Key.a); alert(Key.b); </script>
No comments:
Post a Comment