Search the web
Sign In
New User? Sign Up
JavaScript_Official · JavaScript . AJAX . ActionScript
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10540 - 10569 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10540
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...
Jon Stephens
jdwayside
Offline Send Email
Feb 1, 2005
1:58 pm
10541
Not sure exactly what you mean. Can you elaborate?...
Jon Stephens
jdwayside
Offline Send Email
Feb 1, 2005
2:24 pm
10542
u can use the Scripting.FilsSystemObject active X object in woondows, seatch the web for : filesystemobject or fso On 30 Jan 2005 08:26:37 -0000,...
Felipe Valdez
kyoosho
Offline Send Email
Feb 1, 2005
4:13 pm
10543
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...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Feb 1, 2005
4:13 pm
10544
Hi guys, I'm having a strange problem, in this code: var theDayElement = window.document.dados.grupos; document.write("There are " + theDayElement.length + "...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Feb 1, 2005
4:14 pm
10545
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...
David Smart
smartware_co...
Offline Send Email
Feb 1, 2005
9:43 pm
10546
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...
David Smart
smartware_co...
Offline Send Email
Feb 1, 2005
9:49 pm
10547
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...
Erwin Purnomo
echizen_fuuma
Offline Send Email
Feb 2, 2005
5:26 am
10548
Try changing your code to: theDayElement.options.length...
work@...
chipper98404
Offline Send Email
Feb 2, 2005
5:28 am
10549
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: ...
Mystri Originals
The_Mystri
Offline Send Email
Feb 2, 2005
9:43 am
10550
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....
David Smart
smartware_co...
Offline Send Email
Feb 2, 2005
11:01 am
10551
This should do it, I think: document.body.style.backgroundImage = "url('path/to/image.file')";...
Jon Stephens
jdwayside
Offline Send Email
Feb 2, 2005
2:00 pm
10552
... From: Nuno Fernando Afonso Oliveira Sent: quarta-feira, 2 de Fevereiro de 2005 10:16 To: 'javascript_official@yahoogroups.com' Subject: RE: [JavaScript]...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Feb 2, 2005
4:36 pm
10553
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...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Feb 2, 2005
4:44 pm
10554
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...
Mystri Originals
The_Mystri
Offline Send Email
Feb 2, 2005
7:16 pm
10555
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...
David Smart
smartware_co...
Offline Send Email
Feb 2, 2005
11:51 pm
10556
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.)...
David Smart
smartware_co...
Offline Send Email
Feb 3, 2005
12:10 am
10557
Be aware that if you transistion to ASP.NET each form control must have a unique ID. ... combo ... de ... este ... field ... de ... escolha ... novo ... ...
work@...
chipper98404
Offline Send Email
Feb 3, 2005
12:29 am
10558
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...
dorisferrarese
Offline Send Email
Feb 3, 2005
12:29 am
10559
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...
Diane Schips
dschips
Offline Send Email
Feb 3, 2005
12:29 am
10560
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...
Mystri Originals
The_Mystri
Offline Send Email
Feb 3, 2005
7:41 am
10561
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...
David Smart
smartware_co...
Offline Send Email
Feb 3, 2005
9:08 am
10562
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...
David Smart
smartware_co...
Offline Send Email
Feb 3, 2005
10:03 am
10563
If the name of the form is "myForm" and the 4 selects in it are all named "mySelect", then you ahould be able to refer to the selects as ...
Jon Stephens
jdwayside
Offline Send Email
Feb 3, 2005
10:50 am
10564
Goto: http://rutorcar.com/ins_equival1.asp This is the javascript: function error_test() { var test=document.dados.grupos; var counter; document.write...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Feb 3, 2005
5:15 pm
10565
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...
Erwin Purnomo
echizen_fuuma
Offline Send Email
Feb 3, 2005
5:15 pm
10566
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 ...
sukkur123
Offline Send Email
Feb 3, 2005
5:15 pm
10567
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...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Feb 3, 2005
5:15 pm
10568
<script language="javascript"> function onClick(){ object=event.srcElement a.innerHTML=object.value.className } </script> <a value="a"...
?
jy72001
Offline Send Email
Feb 3, 2005
5:16 pm
10569
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...
Mystri Originals
The_Mystri
Offline Send Email
Feb 3, 2005
6:05 pm
Messages 10540 - 10569 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help