Changes

Jump to: navigation, search

JavaScript Document Object

53 bytes removed, 20:32, 14 May 2007
Changing the Document Title
</head>
<body>
<p>
This is a line of text specified in the HTML file
</p>
<form action="">
<input type=button value="Press to change title" onclick="document.title='hello'"/>
</form>
</body>

Navigation menu