Guest User

Untitled

a guest
Jul 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link href="index.css" rel="stylesheet" type="text/css">
  4. <script type="text/javascript">
  5. document.getElementById('sm').innerHTML = Titanium.App.Propities.getString('mes');
  6. Titanium.API.info(Titanium.App.Properties.getString('mes'));
  7. </script>
  8. </head>
  9. <body>
  10. <div id="sm">should be here</div>
  11. <script>
  12. document.getElementById('sm').innerHTML = Titanium.App.Propities.getString('mes');
  13. </script>
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment