I know you can't put if conditions in HTML but then how do I do this.
I need to put this line in my HTML if I have internet connection. If its not possible to check if I have internet connection, then I could put a configurable value in my web.config and check that instead but I don't even know how to do that in HTML.
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.2&sensor=false"></script>