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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 16558 - 16587 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16558
I need help loading values into a dynamic textfield of a flash movie. My code works if the dynamic text field is not in a movie clip symbol. But as soon as i...
yakkeayes
Offline Send Email
Mar 3, 2009
12:12 am
16559
I'm wondering what other JavaScript UI packages folks are using out there. My project uses Dojo already, but I'm open to trying other JS packages as well. ...
Kevin
johnsrude
Offline Send Email
Mar 3, 2009
12:13 am
16560
Hi, How can I do a progress bar for my images uploads? Like Gmail: http://gmailblog.blogspot.com/2009/02/updates-to-attachments-multi-select-and.html Tks. ...
Denis Caggiano
onaiggac
Offline Send Email
Mar 4, 2009
7:37 pm
16561
please provide me a detailed information on LOOP in javascript And also give some example with cooding in loops...
nitesh_bangera007
nitesh_bange...
Offline Send Email
Mar 4, 2009
7:37 pm
16562
... Sounds like you're actually asking us to provide your homework for you, and that's not the purpose of this list. If you don't have a textbook to work from,...
Jon Stephens
jdwayside
Offline Send Email
Mar 5, 2009
10:22 am
16563
... A good way to start is to visit Gmail and use "View Source" in your Web browser. After you've actually looked at their code and tried to adapt it to your ...
Jon Stephens
jdwayside
Offline Send Email
Mar 5, 2009
10:26 am
16564
He wasn't asking for code. He was asking for advice and examples. It's difficult to know how to find examples of things if you are not exactly sure what you...
co@...
orko3001
Offline Send Email
Mar 5, 2009
5:16 pm
16565
LOL! Don't bother posting if you haven't got anything helpful to say. Numpty!...
co@...
orko3001
Offline Send Email
Mar 5, 2009
5:16 pm
16566
Here is an example - and you can download the source code. Nice one ;) http://www.seemysites.net/projFolder/uploader/...
co@...
orko3001
Offline Send Email
Mar 5, 2009
5:16 pm
16567
... This is not hostility, it's perfectly reasonable advice. He asked "How do I do ...", not "Where do I get [without having to write any code myself] ...". ...
David Smart
smartware_co...
Offline Send Email
Mar 5, 2009
9:47 pm
16568
I found Jon's "Grunt - look on google" disgustingly patronising. How are you supposed to respond to that? "Google - but what is this google thing? I have never...
Colin Wright
orko3001
Offline Send Email
Mar 6, 2009
6:45 pm
16569
Yeah hate of treating people asking for help badly. I don't care what he's done in the past. Grunting at people and telling them to search on google is nasty...
Colin Wright
orko3001
Offline Send Email
Mar 6, 2009
6:45 pm
16570
It wasn't advice it was having a go. And if you think numpty is some terrible abuse you really need to get a thicker skin. I stand by what said. On 5 Mar 2009,...
Colin Wright
orko3001
Offline Send Email
Mar 6, 2009
6:45 pm
16571
Hi, Well, I guess the loop I use the most is the for loop. Since there aren't any really really good javascript text books out there, I use "the Google" like...
corleroux
Offline Send Email
Mar 6, 2009
6:45 pm
16572
... Loops let you repeat blocks of code. The loops supported by Javascript are: for, while, do...while, and for...in. The for loop described: It repeats a...
webdevtrb
Offline
Mar 6, 2009
9:10 pm
16573
Oh dear, oh dear. Well at least you're now on my ignore list, so I won't have to listen to any more of your ranting. Regards, Dave S ... From: "Colin Wright"...
David Smart
smartware_co...
Offline Send Email
Mar 7, 2009
7:06 am
16574
I'd hate adding my two cents here, but I'm gonna do it anyway. Firstly, was the progress bar thing sorted out? Did you get sorted with that? If not, then I...
corleroux
Offline Send Email
Mar 7, 2009
6:05 pm
16575
Couldn't care less. On 7 Mar 2009, at 06:58, "David Smart" ... [Non-text portions of this message have been removed]...
Colin Wright
orko3001
Offline Send Email
Mar 7, 2009
6:05 pm
16576
G'day, (Forgive me for top-quoting.) I certainly didn't intend to stir up such a hornet's nest of controversy, my apologies. Colin, perhaps when you've...
Jon Stephens
jdwayside
Offline Send Email
Mar 8, 2009
8:56 am
16577
I'm trying to read the value of a very simple xml return This is the xml: <response> <authorized>1</authorized> </response> This is my js if...
David
yandan1953
Offline Send Email
Mar 9, 2009
4:30 pm
16578
GENTLEMEN PLEASE! THIS HAS GONE TO FAR. THIS IS ABOUT JavaScript NOT AN ARGUMENT ARENA!...
pcr1066
Offline Send Email
Mar 9, 2009
4:30 pm
16579
I don't know where the problem is. If you use IE, open the debug option, then you may see a error dialog which will tell you the problem. Well, your code is...
comphilip
Offline Send Email
Mar 10, 2009
4:08 pm
16580
is it at least alerting (even if just an empty string)? if it's not alerting, then it sounds like it's not even going inside the if-block. ...
shortestpath@...
shortestpath
Offline Send Email
Mar 10, 2009
4:08 pm
16581
it is alerting but just a blank box.   ... From: shortestpath@... <shortestpath@...> Subject: Re: [JavaScript] problem reading ajax return To:...
David Gresser
yandan1953
Offline Send Email
Mar 10, 2009
8:00 pm
16582
When I create the response in my php function I do the following.  Do I need to move the header command to after the $dom declaration?  When I run the php...
David Gresser
yandan1953
Offline Send Email
Mar 10, 2009
8:00 pm
16583
I've copied my code below. I've been messing with this for hours and can't figure out why it doesn't seem to be loading the response. I am using 3 files the...
David
yandan1953
Offline Send Email
Mar 11, 2009
5:01 pm
16584
Do anybody know how to get javascripts to work from your local disk in an offline enviornment?...
hr4782
Offline Send Email
Mar 12, 2009
12:23 am
16585
Yes, this is possible and a Google search for something like "javascript batch files" or "jscript batch files" (without the quotes) will get you useful stuff. ...
David Smart
smartware_co...
Offline Send Email
Mar 12, 2009
8:26 am
16586
what have you tried and what's the problem you're having? ________________________________ From: hr4782 <mygroups2000@...> To:...
shortestpath@...
shortestpath
Offline Send Email
Mar 12, 2009
5:23 pm
16587
Just create the file with the Javascript. For example, if I create a file called "test.html" on my local disk that contains this: <script> alert('Hello!') ...
Randy Harmelink
rharmelink
Offline Send Email
Mar 12, 2009
5:23 pm
Messages 16558 - 16587 of 16813   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