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 15863 - 15893 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15863
Sorry... I havent got back to read this thread sooner. Thanks for this. This worked great. And this is a much more simple script. Wade ... height will most...
wadesmart
Online Now
Feb 1, 2008
4:10 pm
15864
This is the search.js sheet. window.onload = init; function init() { var ajax = getXMLHttpRequestObject(); if (ajax) { if (document.getElementById('results')){...
wadesmart
Online Now
Feb 1, 2008
4:10 pm
15865
I spoke a bit too soon here. I thought it worked but.... This is a little test page. It just changes the div from background color green to blue. Right now,...
wadesmart
Online Now
Feb 1, 2008
4:10 pm
15866
Provide code for us to review. wadesmart <no_reply@yahoogroups.com> wrote: Im totally new to JS so I got a book titled Building a Web Site with Ajax and I went...
ripple
ripple_27
Offline Send Email
Feb 1, 2008
4:10 pm
15867
I have searched the web for something that could be set up through javascript to allow for playing Flash or WMV files. For example, if i have a .wmv file and a...
Dean
pweck
Offline Send Email
Feb 1, 2008
4:11 pm
15869
You're right that should work... as long as you have different IDs for all your fields you should not care about what DIV they are on because you could access...
Alligator
alligator_666
Offline Send Email
Feb 1, 2008
4:12 pm
15870
Without a portion of the problematic code is difficult to figure out what's wrong, but here are few thing to check: 1.- For the look of it you have an email...
Alligator
alligator_666
Offline Send Email
Feb 1, 2008
4:12 pm
15871
You have to take in to regards that the css has to load first for the javascript to be able to find the id="css_page" because when the javascript executes...
ripple
ripple_27
Offline Send Email
Feb 1, 2008
7:17 pm
15872
Real Player can play both file formats. If you embed Real Player in your webpage and seize control of its controls, you should be able to do what you want to...
megelinic
Offline Send Email
Feb 1, 2008
7:17 pm
15873
Why not just load the video and search the video url for file type? if (videoURL.indexOf(".wmv") > -1) { alert("Play Windows Media."); } else { alert("Play...
ripple
ripple_27
Offline Send Email
Feb 1, 2008
7:17 pm
15874
I believe the problem is the way you are retrieving the data from the XML. See if you have 20 players but only 10 of them have email address then you'll end up...
Alligator
alligator_666
Offline Send Email
Feb 1, 2008
7:17 pm
15875
There's a lot of code quoted there, and some of the subroutines are quite long. (I assume they are indented properly in your code, but this has been stripped...
David Smart
smartware_co...
Offline Send Email
Feb 2, 2008
12:42 am
15876
1) This is not a job board. 2) This board is for JavaScript - not Java. They're two completely different languages. 3) This is not a job board. --Tim Sabin...
Tim Sabin
timsabin
Online Now Send Email
Feb 2, 2008
3:04 am
15877
Some of the players will not have an email - or just wont put it down on the registration form - so there will be some empty emails. Thinking out loud...
wadesmart
Online Now
Feb 4, 2008
7:01 pm
15878
Dear Soren, Question not clear. I use this code at onKeyUp() event....... do u want to know anything more...... Regards, Khalid ... From:...
Khalid Farhan
khalidfo
Offline Send Email
Feb 4, 2008
7:02 pm
15879
I'm making a website for my wife and she asked for a drop down menu under one of her links so that it does sublinks to her other galleries. Now I have gone to...
mike051983
Offline Send Email
Feb 4, 2008
7:02 pm
15880
Source code: Line 11: { Line 12: oForm.requiredemail.className='backclrPink'; Line 13: alert("The e-mail address you entered is not valid. Please re-enter...
bro2000az
Offline
Feb 4, 2008
7:02 pm
15881
I'm not aware of any JavaScript test for "empty", but there is a test against null. As I think I mentioned in my previous e-mail, I don't know whether you'd ...
David Smart
smartware_co...
Offline Send Email
Feb 5, 2008
5:34 am
15882
You haven't given the context in which this alert statement will be found. I suspect that it's in a event handler. If so, you might need "window.alert"...
David Smart
smartware_co...
Offline Send Email
Feb 5, 2008
5:44 am
15883
Hi.. Hey if ur prob is not solved yet den can u give just simple alert….in js file N let m know Bye bhavesh ... From: JavaScript_Official@yahoogroups.com ...
Bhavesh Shah
bhavesh101280
Offline Send Email
Feb 5, 2008
5:36 pm
15884
Hi I am new to javascript,i need a javascript calendar Functionality The user should be allowed to select the date with in the current date and the future...
damube_mk
Offline Send Email
Feb 6, 2008
6:14 pm
15885
Try putting the JS file in the same folder or below the ASPX file. Change the backslashes ('\') to forward slashes ('/'). If you are running IIS, create a...
tresschwartzs
Offline Send Email
Feb 6, 2008
6:15 pm
15886
memory gets consumed every time a call the function "sidebar". somebody help me! xD /*************code****************/ function sidebar(title,j){ bar +=...
Pedro
p3draum
Offline Send Email
Feb 7, 2008
8:54 pm
15887
memory gets consumed every time a call the function "sidebar". /******************************code****************************/ function sidebar(title,j){ bar...
Pedro
p3draum
Offline Send Email
Feb 7, 2008
8:54 pm
15888
What I see here are two functions called sidebar that are completely different. Which one is the real one? You haven't shown the code that calls sidebar, so...
David Smart
smartware_co...
Offline Send Email
Feb 7, 2008
9:18 pm
15889
Hi, I need help with a script that does the following:I have a table that when a user clicks on a row it adds a css class to the row to show that it has been...
Paul Cowan
dagda6000
Offline Send Email
Feb 7, 2008
10:09 pm
15890
the second and the frist function do the same thing the point is: how can I solve the leak problem? I'm adding a very large string in "sidebar" this is the...
Pedro
p3draum
Offline Send Email
Feb 7, 2008
11:11 pm
15891
Example of code /******************************code****************************/ ... <script> var bar; function sidebar(title,j){ bar += "<br/>"; bar += "<span...
Pedro
p3draum
Offline Send Email
Feb 7, 2008
11:12 pm
15892
OK, so you're doing 100 replacements of the innerHTML with a string that is getting longer and longer. Why not construct the whole string and then just do one...
David Smart
smartware_co...
Offline Send Email
Feb 8, 2008
8:24 am
15893
I'm not sure about this... Instead of using *class* in dom... use className**: e.g: eSpan.setAttribute("class","span"); try ...
-WiNsToN-
s2iwi2s
Online Now Send Email
Feb 8, 2008
4:52 pm
Messages 15863 - 15893 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