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...
Show off your group to the world. Share a photo of your group with us.

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 15413 - 15442 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15413
That explains it ! :-) Thanks a lot!!.... anyway I figured I better make my server return a xml document with the options and then use more JS to populate the...
Alligator
alligator_666
Offline Send Email
Aug 1, 2007
5:39 pm
15414
... From: Verdell <daslex86@...> To: JavaScript_Official@yahoogroups.com Sent: Friday, July 27, 2007 4:53:36 PM Subject: [JavaScript] Javascript? I am...
Nick Jones
nickj6282
Offline Send Email
Aug 3, 2007
5:33 pm
15415
is it possible to detect if a page has been redirect to? on the webserver I set up http 301 redirection; any requests for http://oldsite.com will redirect to...
shortestpath
Offline Send Email
Aug 3, 2007
5:33 pm
15416
How can I get the property name from an object? For example, var myObj = {a:1,b:2,c:3} I want to display the second property of myObj by calling something...
jleviaguirre1
Offline Send Email
Aug 3, 2007
7:58 pm
15417
Can you just put a query string on the URL with the redirect information? Regards, Dave S ... From: "shortestpath" <shortestpath@...> To:...
David Smart
smartware_co...
Offline Send Email
Aug 3, 2007
9:33 pm
15418
... Try "document.referer", if it doesn't show the old url you can try to add extra information on the redirection, like: "lala.com" > "lala.org?redirect" -- ...
Jonas Raoni
jonasraoni
Offline Send Email
Aug 7, 2007
5:16 am
15419
i have a js file which is an ajax tree. i want the utf8 code read from the database to be converted to unicode so that it would show in my tree instead of...
Amineh
sindy83us
Offline Send Email
Aug 7, 2007
5:16 am
15420
Hi, In the server script (you are using a server script?) you could append a URL name-value pair that could be accessed either by another server script on the...
Paul Donahue
scramjetter
Offline Send Email
Aug 7, 2007
5:17 am
15421
... First, you should understand that object literals in JavaScript are unordered. If you have an object: var o = {a:1, b:2, c:3}; and then iterate through it...
davigoli
Offline Send Email
Aug 7, 2007
5:17 am
15422
Hello everyone: I am doing an JavaScript exercise. I want to hightlight (change textfiled background color) the textfiled after the form being submitted. My...
flashqa1
Offline Send Email
Aug 7, 2007
5:17 am
15423
Can some one tell me how many days of preparation is sufficient for cracking SCJP ? I am a java novice....
redhotjavadotcom
redhotjavado...
Offline Send Email
Aug 7, 2007
5:18 am
15424
function getPropVal(obj, n) { var i = 0; // Use for loop to get properties for (var prop in obj) { i++; if (i == n) return obj[prop]; } } return null; } ...
tresschwartzs
Offline Send Email
Aug 7, 2007
5:18 am
15425
Ok, I am working with another coder on a project and we are trying to figure out the best way to do an image rollover. I need some insight into what the best...
Nick
nickj6282
Offline Send Email
Aug 7, 2007
5:18 am
15426
... asp.net to create a login page, ... my ... to ... (I ... one ... thing ... You don't have any control over them. Your best bet is to embed the mp3 file...
megelinic
Offline Send Email
Aug 7, 2007
5:19 am
15427
Simply set the background colour in the "else" part of the check function, before returning true. Why do you have separate check functions for first and last...
David Smart
smartware_co...
Offline Send Email
Aug 7, 2007
5:32 am
15428
It will depend on how many programming languages you are already expert in and which ones they are. Which programming languages are currently expert in? No...
David Smart
smartware_co...
Offline Send Email
Aug 7, 2007
5:32 am
15429
I am currently working on a project that requrires a series of .mp3 files to be read in a precise sequence. I need to know how to embed them into a webpage...
Nick Jones
nickj6282
Offline Send Email
Aug 7, 2007
6:00 pm
15430
... UTF-8 = Unicode Transformation Format. ... Forget it, it doesn't make sense to solve this with JavaScript. Your problem probably is incorrect charset sent...
Jonas Raoni
jonasraoni
Offline Send Email
Aug 7, 2007
6:12 pm
15431
... Non-sense question, it just depends of your knowledge and habilities. -- Jonas Raoni Soares Silva http://www.jsfromhell.com...
Jonas Raoni
jonasraoni
Offline Send Email
Aug 7, 2007
6:13 pm
15432
Approximatly, 41 1/3 days. Just kidding, I don't think that's something that can be measured in days. It's more of when your comfortable and confident enough...
ripple
ripple_27
Offline Send Email
Aug 7, 2007
6:13 pm
15433
If you use the JS Image object you could cache the images at the time the page loads, then you can play with them anyway you want. The images will only be...
Alligator
alligator_666
Offline Send Email
Aug 7, 2007
6:13 pm
15434
Hi, Is Javascript compatible with all browsers ? If now what is the solution to make it work with at least IE and mozilla.... Thanks, Nikhil...
nikhilshahy2k
Offline Send Email
Aug 7, 2007
6:16 pm
15435
... UTF8 *is* a Unicode encoding. First determine the character set and encoding that you actually wish to use, then make sure those are specified in the HTML...
Jon Stephens
jdwayside
Offline Send Email
Aug 7, 2007
6:38 pm
15436
Most browsers support JavaScript. Regards, Dave S ... From: "nikhilshahy2k" <nikhilshahy2k@...> To: <JavaScript_Official@yahoogroups.com> Sent:...
David Smart
smartware_co...
Offline Send Email
Aug 8, 2007
9:39 am
15437
I found this light re-sizing script. http://www.twinhelix.com/javascript/dragresize/demo/ The only problem is, that it only works with divs, as far as I can ...
Mike Jablonski
lehula
Offline Send Email
Aug 8, 2007
6:42 pm
15438
... Why don't you use Flash or <embed> for such things? VBScript is the worse language you can mix your site with. -- Jonas Raoni Soares Silva ...
Jonas Raoni
jonasraoni
Offline Send Email
Aug 8, 2007
6:43 pm
15439
JavaScript is compatible with all of the modern, common browsers. There are a few browsers (lynx comes to mind, older PDA browsers do as well) that don't have...
Ian Smith-Dahl
kyldthecat
Offline Send Email
Aug 8, 2007
6:44 pm
15440
u can not estimate the nos. of days for preparation. it is all depend on ur capacity to study and grasp . i am also preparing for this. six month has passed ....
santosh gawas
psrainttih
Offline Send Email
Aug 8, 2007
6:45 pm
15441
... Consider JavaScript as a plugin inside the browser, so a browser may or may not have it, and most of them misunderstood how to implement it due to...
Jonas Raoni
jonasraoni
Offline Send Email
Aug 8, 2007
6:46 pm
15442
... Mine one is much smaller and work with <img> if I remember: <URL:http://jsfromhell.com/dhtml/resizer> :) Anyway, I think you should forward your question...
Jonas Raoni
jonasraoni
Offline Send Email
Aug 9, 2007
12:14 am
Messages 15413 - 15442 of 16817   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