Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.30 seconds.
Search: Posts Made By: datamech
Forum: DOM and JSON scripting 12-10-2004, 06:36 PM
Replies: 13
Views: 2,502
Posted By datamech
If JavaScript merely want to tolerate user error,...

If JavaScript merely want to tolerate user error, it would return the first matching item rather than a list. Returning multiple items when only single item is expected is certain to cause more...
Forum: DOM and JSON scripting 12-09-2004, 05:16 PM
Replies: 13
Views: 2,502
Posted By datamech
If you have multiple text input fields in form...

If you have multiple text input fields in form "formX" with the same name "name1", what happens when you do document.formX.name1 in JavaScript? If indeed the name must be unique, then you should...
Forum: DOM and JSON scripting 12-09-2004, 07:04 AM
Replies: 13
Views: 2,502
Posted By datamech
I did a little experiment, I make a html file...

I did a little experiment, I make a html file with a form that has two input elements with the same name. Then I go to the W3C Markup Validation Service at http://validator.w3.org/

I guess they...
Forum: DOM and JSON scripting 12-07-2004, 08:01 AM
Replies: 13
Views: 2,502
Posted By datamech
This is Mozilla Bug 204784,...

This is Mozilla Bug 204784, https://bugzilla.mozilla.org/show_bug.cgi?id=204784
The status is fixed but not yet released.
Forum: JavaScript programming 02-11-2004, 10:16 PM
Replies: 1
Views: 1,954
Posted By datamech
From everywhere I read, the answer is that I...

From everywhere I read, the answer is that I should use document.open("text/xml"), but it still shows up as html, has anyone tried and got it working?
Forum: DOM and JSON scripting 01-31-2004, 07:50 PM
Replies: 13
Views: 2,502
Posted By datamech
<QUOTE>Hmm, correct me if I'm mistaken, but isn't...

<QUOTE>Hmm, correct me if I'm mistaken, but isn't the submitted data always in name:value pairs, and that is all the data the server gets from the client? If you're prevented from using the name, why...
Forum: DOM and JSON scripting 01-31-2004, 05:00 PM
Replies: 13
Views: 2,502
Posted By datamech
Re: Inconsistency btw form.element and DOM ...

Re: Inconsistency btw form.element and DOM



The fact that position is usually irrelevant does not means that they are irrelevant in any applicaiton. In my case I use position to denote...
Forum: DOM and JSON scripting 01-30-2004, 07:51 PM
Replies: 13
Views: 2,502
Posted By datamech
Inconsistency btw form.element and DOM

I used DOM to add another input field ot the middle of a HTML form, when I do a submit or look at the fields using form.elements, they are in the right position in IE.

However, if I do it in...
Forum: JavaScript programming 01-10-2004, 07:30 PM
Replies: 1
Views: 1,954
Posted By datamech
how to write xml to a popup window?

I want the browser to pop up a new window where xml content is written to and displayed. I can do it on the server side with perl. I try to do the same on the client side with JavaScript, but so far...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 10:11 PM.