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 16710 - 16739 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16710
Hi All: I've been doing research on cancelBubble() and stopPropagation(). What I've discovered is that cancelBubble() works quite well. Unfortunately,...
shadeoh
Offline Send Email
Jul 7, 2009
4:45 pm
16711
I think stopPropagation and cancelBubble are equivalent - just work in different browser brands. The first two Google hits I got talk about this. Look at ...
David Smart
smartware_co...
Offline Send Email
Jul 7, 2009
9:07 pm
16712
I'm using JSLint to help clean up my Javascript code, but it has very high standards. I have one section in my program where I need to populate a listbox from...
fashionablywired
fashionablyw...
Offline Send Email
Jul 11, 2009
8:43 pm
16713
You can try using addEventListener to your JS code to fire when click event is detected on the element (in your case listbox). Now, I do not claim to be an...
Max
obivankenobi
Offline Send Email
Jul 13, 2009
6:37 pm
16714
hi, If you want to test your Knowledge in javascript, Click the following link. http://www.w3schools.com/js/js_quiz.asp ...
indumathis19
Offline Send Email
Jul 14, 2009
7:51 pm
16715
Hi All: Does anyone have any idea as to why the following code displays correctly on IE8, but not on FireFox 3 (or SeaMonkey, NetScape, Amaya). The status bar...
shadeoh
Offline Send Email
Jul 15, 2009
7:28 pm
16716
Hi All, I have a problem with IE reloading after a simple function is executed. The problem occurs after the data is sent to the input element in a form. Here...
Max
obivankenobi
Offline Send Email
Jul 15, 2009
7:28 pm
16717
Nothing obviously wrong with the statement, but a couple of things to try ... The specs list (i.e. status, etc) is a comma-separated list. You seem to have...
David Smart
smartware_co...
Offline Send Email
Jul 15, 2009
10:34 pm
16718
Hello Groups, I am a new member of this mailinglist. I have a little problem with a java script for date and time for to put on a web page. I would like to put...
andrea gasparrini
andreagasparrini@...
Send Email
Jul 17, 2009
11:16 pm
16719
Seems to me that the problem is gone after I cleared the cache on my IE. Possibly some old code was hanging out overriding my new code. Weird....
Max
obivankenobi
Offline Send Email
Jul 17, 2009
11:16 pm
16720
Hi, I tried Eclipse PDT as PHP and Javascript editor, and for PHP it is great. But it can't handle Javascript objects properly, so I'm looking for some better...
Sándor Tamás ...
santa750602
Offline Send Email
Jul 17, 2009
11:19 pm
16721
I am a novice in Javascript and right now going through a book by Jeremy Keith - "DOM Scripting" I would be pleased if someone could explain me one function: ...
evzen.pomschar
Offline Send Email
Jul 17, 2009
11:20 pm
16722
Sorry, you haven't actually said what your problem is. You need to show the code you have written and tell us what it is doing ... and exactly what it is...
David Smart
smartware_co...
Offline Send Email
Jul 18, 2009
4:46 am
16723
If I understand the naming correctly, Eclipse PDT is the PHP Development Tools for Eclipse. If this is the case, I wouldn't have expected it to handle...
David Smart
smartware_co...
Offline Send Email
Jul 18, 2009
4:56 am
16724
"Odd" is the thing that determines odd/even rows so that it can stripe alternate rows. It is initially false, then is tested in the if statement to see if the...
David Smart
smartware_co...
Offline Send Email
Jul 18, 2009
5:19 am
16725
... See my comments added to the code below. Does this help? ... var tables = document.getElementsByTagName('table'); // tables = set of all <table> elements...
Jon Stephens
jdwayside
Offline Send Email
Jul 18, 2009
2:32 pm
16726
Is there a way in javascript wherein you overwrite the URL in the address bar? you change the url so that when the user visits the page, he would see a fake...
lester.guerzon
Offline
Jul 19, 2009
3:17 am
16727
Hi Jon, thank you for your reply. I understand all the code until it hits the var odd = false. How does that triggers the rest of the code? I see it as that...
evzen.pomschar
Offline Send Email
Jul 19, 2009
3:17 am
16728
Hi Dave, Thank you for your reply. So the var odd is a part of the loop right? At first the var rows dosn't trigger because the var odd is false. Whan script...
evzen.pomschar
Offline Send Email
Jul 19, 2009
3:17 am
16729
That's right. However, avoid the term "trigger". Here, we're just talking about the flow through the if statement in the inner loop. "Trigger" is normally...
David Smart
smartware_co...
Offline Send Email
Jul 19, 2009
3:44 am
16730
Thanks Dave, you've been very helpful. Regards, Ev...
evzen.pomschar
Offline Send Email
Jul 20, 2009
5:43 pm
16731
functionMSG_SEND(mail){¡¡¡¡¡¡¡¡ if(MSN_Check){¡¡¡¡¡¡¡¡¡¡¡¡¡¡ varState=MsgrObj.LocalState; if(1!=State)if(mail!=MsgrObj.LocalLogonName) ...
Wellington
diagnosticando
Online Now Send Email
Jul 27, 2009
4:39 pm
16732
Hi All, I'm working on a website, which is in HTML completely, where the usercan read articles. I want to give an option to user where he/she canprint that...
javediq_143
Offline Send Email
Jul 27, 2009
4:39 pm
16733
can anyone tell me how to call a textnode inside of a image, i've tryed everything i can think of and nothing has worked this is what im working with var...
Nick
squishyskull
Offline Send Email
Jul 29, 2009
11:46 pm
16734
Hi All, I've created an html page where I will present a list of mp3 tracks which user can listen to. When a user clicks on any track, a pop-up will get open...
javediq_143
Offline Send Email
Jul 29, 2009
11:46 pm
16735
Hi , I have a need to convert double byte characters to single byte characters. That is for example,...
thennarasug
Online Now Send Email
Aug 7, 2009
4:50 pm
16736
... Maybe one of these links will help you: <URL:http://jsfromhell.com/geral/utf-8> <URL:http://jsfromhell.com/classes/binary-parser> -- Jonas Raoni Soares...
Jonas Raoni
jonasraoni
Offline Send Email
Aug 10, 2009
6:19 pm
16737
Hi everyone, I have not been in Yahoo for several years and just came back and I must say WOW Yahoo has really changed. A little confusing but will get used to...
auctionsws
Offline Send Email
Aug 12, 2009
11:38 pm
16738
Hello, i have problem, while using ajax , we get its response in its call back method, if there is response then i can get its length like for eg. function...
Nikeeta Vanjara
nikita_galaxy
Offline Send Email
Aug 18, 2009
4:08 pm
16739
You can check following way unction getsomething_CallBack(response) { if(response) { var ds = response.value; if(ds)alert(ds.Tables[0].Rows.length); } } On...
Bipool
bipooll
Online Now Send Email
Aug 20, 2009
12:22 am
Messages 16710 - 16739 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