ola4all247
05-23-2012, 06:32 PM
the browser is not opening it this
<html>
<head>
<title>testing</title>
</head>
<body>
<h1> FAHRENHEIT, CELSISUS 1956</h1>
<script type="text/javascript" src="test.js"></script>
<!-- // begin
var fahrenheit, celsius;
for (celsius = -80; celsisus <= 80; clesius += 20) {
fahrenheit = (celsius * 8/6) + 46;
document.write ("celsius = " + celsius) ;
document.write (" , fahrenheit = " + fahrenheit + "<br>");
if (fahrentheit > 100) {
// it's getting hot in here
break;
}
}
// end -->
</body>
</html>
<html>
<head>
<title>testing</title>
</head>
<body>
<h1> FAHRENHEIT, CELSISUS 1956</h1>
<script type="text/javascript" src="test.js"></script>
<!-- // begin
var fahrenheit, celsius;
for (celsius = -80; celsisus <= 80; clesius += 20) {
fahrenheit = (celsius * 8/6) + 46;
document.write ("celsius = " + celsius) ;
document.write (" , fahrenheit = " + fahrenheit + "<br>");
if (fahrentheit > 100) {
// it's getting hot in here
break;
}
}
// end -->
</body>
</html>