Documentos
Criando o manual Técnico de Software
Artigos
Qual a melhor linguagem o Delphi ou o Java?
Linux
MySQL
Mercurial
Java
DreamHost
Quem ama bloqueia
Python
Web
do original: The Problem With innerHTML
Os principais problemas com o uso do innerHTML esta em:
Improper handling of the innerHTML property can enable script-injection attacks on Internet Explorer when the HTML string contains a script tag marked as deffered: <script defer...script
- Setting innerHTML will destroy existing HTML elements that have event handlers attached to them, potentially creating a memory leak on some browsers.
- You don’t get back a reference to the element(s) you just created, forcing you to add code to retrieve those references manually (using the DOM APIs…)
- You can’t set the innerHTML property on all HTML elements on all browsers (for instance, Internet Explorer won’t let you set the innerHTML property of a table row element)
SchemaSpy
java -jar schemaSpy_3.1.1.jar -db incorpcrnsp -s dbo -t mssq -u sa -p ******* -o output -host localhost -port 1433
