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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 15278 - 15307 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15278
<script> var now=(new Date()).getDate(); if (now == 31) now = 0; document.write('<img src="'+now+'.jpg" name="vikram" border="0">'); </script> ... -- =========...
Rafael C.P.
kuraminhabr
Offline Send Email
Jun 1, 2007
5:27 pm
15279
... to each ... date? (I.e. ... (But then ... to 7, or ... picture ... use the ... the ones ... that ... posting a ... simply ... which ... Thank you very...
sri.vikram
Offline
Jun 1, 2007
5:28 pm
15280
Hello everyone: Could someone offer me some help to resolve the issue in my last post(dated 5/30/07). Thanks in advance! flashqa1 5-30-07...
flashqa1
Offline Send Email
Jun 1, 2007
5:28 pm
15281
Correction: The idea seems ok, but if think the method is getDay(), not getDate(). ... -- ========= Rafael C.P. ========= [Non-text portions of this message...
Rafael C.P.
kuraminhabr
Offline Send Email
Jun 1, 2007
5:30 pm
15282
No, it is not possible to run this batch file on the server from JavaScript. If you own the server, it would be possible to run the batch file on it in the...
David Smart
smartware_co...
Offline Send Email
Jun 1, 2007
11:11 pm
15283
No - we've deleted it. Ask your question again. Regards, Dave S ... From: "flashqa1" <flashqa1@...> To: <JavaScript_Official@yahoogroups.com> Sent:...
David Smart
smartware_co...
Offline Send Email
Jun 1, 2007
11:11 pm
15284
getDay returns the day of the week - 0 to 6 - 0 being Sunday. getDate returns the day of the month - 1 to 31. I think the requirement is for day of the month,...
David Smart
smartware_co...
Offline Send Email
Jun 1, 2007
11:22 pm
15285
hello everyone: I tried to use a counter to count how many elements on the form passed validation test. (if all the elements passed validation test, then...
flashqa1
Offline Send Email
Jun 1, 2007
11:59 pm
15286
There is a logical error here: if (!validatedOK) { return false; } //increment the counter, when all the elements on the form //has passed validation test,...
Paul Donahue
scramjetter
Offline Send Email
Jun 3, 2007
6:02 pm
15287
I need the code for the lucky number... logic.. The number should be inputted and that should be added itself like as follows... step1:- input number may be :...
sri.vikram
Offline
Jun 3, 2007
6:03 pm
15288
Hi, You really don't need all that looping and counting... You could dispense with a lot of keyboard strokes and just do it this way: function...
Paul Donahue
scramjetter
Offline Send Email
Jun 3, 2007
6:03 pm
15289
Dave. I wholeheartedly agree. (Not a personal flame, but a comment in general). How can people expect to write elegant code that works 100% when they can't pay...
Alan K Baker
wurlitzerwilly
Offline Send Email
Jun 3, 2007
6:04 pm
15290
Thank you very much for Stevie's simple code . its great but simple. Bye ... border=0>');...
sri.vikram
Offline
Jun 3, 2007
6:05 pm
15291
Make the attempt to write it, and then make the attempt to write again. And etc, etc. Your not going to learn anything by us doing it for you. "sri.vikram"...
Michael
ripple_27
Offline Send Email
Jun 3, 2007
7:36 pm
15292
... Why don't you try to start something and then talk about your problems, instead of requiring people to do your whole homework. Your task is quite easy,...
Jonas Raoni
jonasraoni
Offline Send Email
Jun 3, 2007
7:37 pm
15293
Thank you for your motivating me. But Last time when I post my code in the "Reduce the code please " Message, some honorable group members objected me to do...
sri.vikram
Offline
Jun 4, 2007
5:36 pm
15294
... everyone else that doesn't understand basic netiquette, that is? ... Yes. Trim, and *do not top-quote*. See subject, and this: ...
Jon Stephens
jdwayside
Offline Send Email
Jun 4, 2007
7:17 pm
15295
Some pseudocode: 1. Make a function to handle all alphabetic characters. 1a. Declare an array and store a character in each position. 1b. Use the index of each...
Paul Donahue
scramjetter
Offline Send Email
Jun 4, 2007
7:36 pm
15296
You will find that what I said was: "In future, please do not post code for analysis without also posting a description of what it is actually supposed to do....
David Smart
smartware_co...
Offline Send Email
Jun 4, 2007
11:44 pm
15297
'Fraid I must leave this as a point of philosophical disagreement, Jon. I absolutely hate bottom posting. The only time I consider it OK is if the whole...
David Smart
smartware_co...
Offline Send Email
Jun 4, 2007
11:56 pm
15298
hello Paul thanks for reply my message: I will experience with your suggestion. Jeff...
flashqa1
Offline Send Email
Jun 5, 2007
5:27 pm
15299
Hello everyone: I am using a javascript to validate elements on a form. In javascript, I used getElementById to get reference to a particular element on the...
flashqa1
Offline Send Email
Jun 5, 2007
5:27 pm
15300
remove the semi-colon from the if statements: if(!validatedOK) ; should be: if(!validatedOK) Alligator_666 flashqa1 <flashqa1@...> wrote:...
Alligator
alligator_666
Offline Send Email
Jun 5, 2007
10:49 pm
15301
hello everyone: I reexamed my code and found out that cause of my issue is due to the code below. My intent is to validate all the elements on the form first,...
flashqa1
Offline Send Email
Jun 5, 2007
10:49 pm
15302
The following code is called onsubmit of a form in my page. The entire fucntions works well except the error handling portion. I iterate through all form...
mda51
Offline
Jun 5, 2007
10:49 pm
15303
Your problem is with syntax, not logic. The syntax of an if statement is: if (test) statement; or if (test) {block-of-statements} What your code says is: if...
Tim Sabin
timsabin
Online Now Send Email
Jun 6, 2007
10:35 am
15304
I think pgForm.fieldName.style.background will be looking for a field of name "fieldName", not forming a name from the contents of fieldName. It's a while...
David Smart
smartware_co...
Offline Send Email
Jun 6, 2007
1:00 pm
15305
Hello Everyone, I want to write a javascript which will force every link on the page to be opened in a new window. As some links are cuming from google's ...
Amit
nigam.amit
Offline Send Email
Jun 6, 2007
4:36 pm
15306
... Best regards, Pankaj Chaturvedi ==================================================================================================== Manager (Workflow &...
Pankaj Chaturvedi
pank_chat245
Offline Send Email
Jun 6, 2007
4:37 pm
15307
... Best regards, Pankaj Chaturvedi ==================================================================================================== Manager (Workflow &...
Pankaj Chaturvedi
pank_chat245
Offline Send Email
Jun 6, 2007
4:38 pm
Messages 15278 - 15307 of 16808   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