Hi All - JavaScript newbie here. Any idea why the following always shows "aaa" in the web page AND the 2nd alert does not occur?
<html>
<head>
</head>
<script type="text/javascript" language="javascript">
function myTest() {
alert (document.body.outerText);
document.body.outerText = "bbb"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.