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...
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. ...
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. ...
... 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,...
... 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 ...
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...
... 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] ...". ...
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...
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...
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,...
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...
... 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...
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"...
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...
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...
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...
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...
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...
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. ...
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!') ...