<html> <head> <title>Font Detect please</title> <script src="prototype.js" type="text/javascript"></script> <script type="text/javascript"> $('Myanmar3').update('False'); $('Myanmar3').innerHTML; </script> </head> <body> <table border="1"> <tr><td>Font</td><td>Installed</td></tr> <tr><td>Myanmar3</td><td id=Myanmar3>True</td></tr> </table> </body> </html>
I have a simple code similar to the above and I'm trying to change the True result to false using Javascript using Prototype. What can i do wrong?
Edit: Received. I did not call it .: D
source share