Buscar contenidos

viernes, 28 de septiembre de 2018

Allowing javascript to run on a windows form web browser

https://stackoverflow.com/questions/25142594/allowing-javascript-to-run-on-a-windows-form-web-browser

HTML fix;
<!DOCTYPE html> 
<html> 
  <head> 
    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 
    ... other headers
  </head>
  <body>
    ... content
  </body>
</html>  

No hay comentarios:

Publicar un comentario