Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Javascript XML interaction problem

0 views
Skip to first unread message

brad...@seanet.com

unread,
Sep 19, 2006, 9:55:53 AM9/19/06
to
I have having trouble initializing a text field in a Javascript form
using
*.xml files (and the Firefox browser).
To be specific the input:

<?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.

brad...@seanet.com

unread,
Sep 19, 2006, 10:02:17 AM9/19/06
to
The text

> See
> file:///C:/cygwin/home/Brad/OMhelpPackage/Doc/firefox.htm#Javascript
> for more discussion of this problem.
should have been

See

http://www.seanet.com/~bradbell/omhelp/firefox.htm#Javascript


for more discussion of this problem.

0 new messages