<?xml version='1.0'?>
<?xml-stylesheet type='text/xsl' href='pmathml.xsl'?>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head></head>
<body>
The word "Test" should appear in the text area below:
<br/>
<form name="search">
<textarea name="list" rows="1" cols="20" ></textarea>
</form>
<script type='text/javascript'>
document.search.list.value = "Test";
</script>
</body>
</html>
Does not seem to initialize the text field with the value "Test".
Am I doing something worng here ?
See
file:///C:/cygwin/home/Brad/OMhelpPackage/Doc/firefox.htm#Javascript
for more discussion of this problem.
See
http://www.seanet.com/~bradbell/omhelp/firefox.htm#Javascript
for more discussion of this problem.