I need some behaviors for Dreamweaver - specifically Image Viewer - but being that I have an older version, I can't seem to get them from Adobe. Does anyone...
Sorry, no idea what you mean. Regards, Dave S ... From: "Aliu Raimi" <raimialiu@...> To: <JavaScript_Official@yahoogroups.com> Sent: Thursday, February...
Dave and Aliu I'm Martin Frey - and I'm holding a copy of the Daily Telegraph so you'll be able to identify me. I'm trying to program tooltips on a very large...
Hi All: Can anyone send me a simple complete example of how to prevent the execution of a form's default action in the case of invalid form data? My form works...
Hi, When you sense a <submit> button, call the JavaScript onSubmit handler in the form tag. This returns either true or false; true invokes the action, false...
Please show your code. Regards, Dave S ... From: "shadeoh" <healthyhiker2005@...> To: <JavaScript_Official@yahoogroups.com> Sent: Tuesday, February 17,...
Hi All: Can anyone explain why Firefox executes the form default action 'ajaxFunction()' when contactSubmit() returns false due to invalid form data? I did not...
hello experts  how can i connect oracle9i with help of javascripts please its urgent. do reply soon  chetan Add more friends to your messenger and enjoy! Go...
hi i m working into asp.net and i want a message box on my page using javascript..i want when a user press ok button it call some function.. after cancel it...
An "alert" box has just one button: alert ("Press OK to continue"); A "confirm" box has both an "OK" and "Cancel" button: var conf = confirm ("Press OK to...
You can't because security won't allow it. You shouldn't even try. If you want to connect to a database, this should be done through server code. --Tim Sabin ...
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...