Are all your form elements inside a form element? The onsubmit handler is an attribute of the form tag, not the input. <script type="text/javascript"> function...
Hi guys, I have 4 selects in my form, all with same name (prod), how can I read the elements of each select? I mean for prod(0) I want to check all values then...
Hi guys, I'm having a strange problem, in this code: var theDayElement = window.document.dados.grupos; document.write("There are " + theDayElement.length + "...
Nothing I can see from your code and no reason I can think of. Is it in a short page? If so, could you post the whole page please? Dave S ... From: Nuno...
I would certainly suggest not naming them all "prod", why not give them separate names? However, if they all have the same name, they will certainly form...
Hello all I'm gonna straight to my question. Can we change background image ( not image but background image ) using javascript? Thanks and Regards Erwin...
And I thought I had a decent handle on JavaScript, but I've run into a bit of a road block on a recent project. I've got a dynamically created function call: ...
Without more of the code/page I'm in the dark a bit, but is it possible that it's getting the function OK but failing within it? Put in a clean alert - e.g....
... From: Nuno Fernando Afonso Oliveira Sent: quarta-feira, 2 de Fevereiro de 2005 10:16 To: 'javascript_official@yahoogroups.com' Subject: RE: [JavaScript]...
I David, The problem is the IE, after I send the message I tried in Opera and worked just fine, There's any bug on IE for javascript or what?!?!? I know there...
Thanks for responding Dave! I already tried putting in an alert right off in the function, I just deleted it for clarity in my post. I'm almost positive the...
I can't think of anything in IE which could be causing this, and certainly no reason why it'd work in Opera but not IE (although I don't currently use Opera at...
Ok, I'm not understanding you here. Some questions ... You originally had a simple alert as the first line of the function? Did it go off? (You didn't say.)...
Be aware that if you transistion to ASP.NET each form control must have a unique ID. ... combo ... de ... este ... field ... de ... escolha ... novo ... ...
Objective: =========== I need to upload several files in binary mode to my server from a browser, and I would like to accomplish this using httprequest. Issues...
I have two questions. First, is there a Java applet that will prevent a submit button from being pressed more than once? Second, how can I prevent a page from...
Sorry it took me so long to get back to you, but the kids and my honey "un-plugged me" because I was swearing at the computer. <laugh> I've done every test I...
You like to set the hard ones, hmmm ?? OK, the problem is with the scope of your namespace inside the document. The <a> you are creating is written in a...
Just a bit more ... You may be better using "top." rather than "parent.". Both will work if the <a> tag is only one level lower, but if you nest the frames...
Goto: http://rutorcar.com/ins_equival1.asp This is the javascript: function error_test() { var test=document.dados.grupos; var counter; document.write...
hello okay straight to question. Can we take innerHTML using javascript example <div id="abc">hello<div> i want to take the innerHtml which is 'hello' for the...
hi dear all senior actully im new member as well as im also in programmer in javascript i want to work on that plz send me material or books where i get more ...
Hi guys, I have this problem, if I press the submit (Inserir) button, before sending the form it will call escolhe_accao() function, but if I make this...
Allow me to just say DOH! Sheesh how could I miss that when I've had to work it into the very write statement that calls the function!? I guess that proves...