ch04
This commit is contained in:
15
Chapter ZIPs/JavaScript/ch04/ex_4_29.html
Executable file
15
Chapter ZIPs/JavaScript/ch04/ex_4_29.html
Executable file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Example 4.28</title>
|
||||
<script>
|
||||
document.write(String.fromCharCode(72,69,76,76,79));
|
||||
document.write(", ");
|
||||
document.write(String.fromCharCode(66,79,82,73,83));
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user