Cita:
Iniciado por zerokilled esto deberia funcionarte.
Código:
<!-- documento html -->
<html><head><script type="text/javascript" src="script.js"></script></head>
<body><p id="grabme">Grab me</p></body></html>
Código:
// documento script.js
self.onload = function(){
alert(document.getElementById('grabme').innerHTML);
};
Si, me sale la ventana de alert