petejohnson
MIS
I'm adapting a JavaScript file I found online. My site consists of a form, which, when submitted runs an XML Parser and passes on the value of the form ('url') to the address bar, before moving to another page (a page which uses XSLT).
I keep getting the message:
Error: document.getElementsByName("url")[0] has no properties
Line: 31
I'm a litte new to this but I think it's telling me that there is no such value as 'url'. Is this correct? It just seems strange that the form works in IE but not FF.
Any help much appreciated
I keep getting the message:
Error: document.getElementsByName("url")[0] has no properties
Line: 31
I'm a litte new to this but I think it's telling me that there is no such value as 'url'. Is this correct? It just seems strange that the form works in IE but not FF.
Any help much appreciated