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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 15367 - 15396 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15367
Dear All, I have to parse xml file retrieved from remote server. Parsing works in IE but doesn't work in Mozilla. Can anybody help me? -- Mohiuddin [Non-text...
Mohiuddin azad
mohibuet_107
Offline Send Email
Jul 2, 2007
3:09 pm
15368
You can not do it locally with mozilla if that's what your trying to do. Upload your script(s) to a server to see your results. Mohiuddin azad...
Michael
ripple_27
Offline Send Email
Jul 2, 2007
3:32 pm
15369
Here is my code: xmlDoc=document.implementation.createDocument("","",null); // this is request to remote mapserver var fileMapInfo = " ...
Mohiuddin azad
mohibuet_107
Offline Send Email
Jul 3, 2007
4:23 am
15370
Hi there, I have found very interesting javascript library: Ext JS - Javascript Library <http://extjs.com> and I have build the Accordion widget ...
Jozef Sakalos
jsakalos
Offline Send Email
Jul 4, 2007
12:57 am
15371
Hi all, I want helpful ebooks & manuals to understand & enhance the scripts. Could you tell me where can I get these ebooks......
laleh_alborz
Offline Send Email
Jul 9, 2007
6:04 pm
15372
Welcome. Publishers often have sample chapters and occasionally complete books available for download. For example,...
Edmond Woychowsky
ewoychowsky
Offline Send Email
Jul 10, 2007
12:49 am
15373
You can get useful helps with free manuals, but there not compact together like an ebook. You can try it at http://www.w3schools.com/js/default.asp...
Tariq
tariq1654
Offline Send Email
Jul 11, 2007
11:44 pm
15374
Hello all, I want to use CSS to initialise the font and background of table cells. I then want to change the className to change the background and not the...
listgroups@...
Send Email
Jul 12, 2007
9:34 pm
15375
If I understand correctly, you want to apply more than one CSS class to a HTML element? If so, the way to do it is to specify all the CSS classes that you want...
Alligator
alligator_666
Offline Send Email
Jul 16, 2007
3:35 am
15376
Hi Friends I am developing a application in asp.net with c#. i have to load a pdf/chm file in application. Actually the problem is that client wants that any...
Manish
rai1manish
Offline Send Email
Jul 16, 2007
3:35 am
15377
I'm retrieving all images in a section of my source code. I want it to skip all the images that have the id="blocker". I've tried using strpos to search for...
Mike Jablonski
lehula
Offline Send Email
Jul 16, 2007
3:37 am
15378
Hello all, I want to use CSS to initialise the font and background of table cells. I then want to change the className to change the background and not the...
listgroups@...
Send Email
Jul 16, 2007
3:37 am
15379
Sure. Instead of changing className, use the style property: object.style, or more specifically, object.style.background, object.style.backgroundImage,...
Duane A. Couchot-Vore
dcouchotvore
Offline Send Email
Jul 16, 2007
3:38 am
15380
I have a slideshow which takes the information for the image and description from an array like this: "1|filename1|Title1|more information1", ...
hwitche
Offline Send Email
Jul 16, 2007
9:12 pm
15381
I assume you're using a link to get to the other page? Just pass the information you need across in the query string part of the URL. Then the slideshow page...
David Smart
smartware_co...
Offline Send Email
Jul 16, 2007
10:24 pm
15382
Hi All Is it possible to send a request to an already running applet from JavaScript (for example, from an event handler method)? Regards -SB...
satyabrata_js
Offline Send Email
Jul 17, 2007
5:04 pm
15383
I have two HTML elements in a web page (in fact, it is a popup window); namely, an input text field and a data table. The "Enter" key is used at both places:...
jiapei_jen
Offline Send Email
Jul 18, 2007
11:46 pm
15384
If I understand what you're doing correctly, why don't you put your text field and table in different forms and perform your action on the forms onsubmit...
Duane A. Couchot-Vore
dcouchotvore
Offline Send Email
Jul 19, 2007
9:50 pm
15385
Please answer my question. How do we can calculate sundays between two dates in javascript? is there any method available in javascript or some special trick...
m_aqeel_qureshi
Offline Send Email
Jul 19, 2007
9:51 pm
15386
Hello experts, I have a <DIV> with a flash object inside. The problem is, when I hide the <DIV> using 'display:none' and then show it again later on, the flash...
Rendian Therianto
rendian_ther...
Online Now Send Email
Jul 19, 2007
9:52 pm
15387
Any public method can be called from JavaScript. Give the applet a name and call the method as in: document.appletName.publicMethod(), where the applet is...
Duane A. Couchot-Vore
dcouchotvore
Offline Send Email
Jul 19, 2007
9:55 pm
15388
Hi Dave, thank you very much for your response. I'm still struggling to get that value from one html file to the other html file with the array. this works: ...
hwitche
Offline Send Email
Jul 20, 2007
10:40 pm
15389
[posted it yesterday, but did not show up] Hi Dave, thanks for your support. I'm still struggling to get that information to the html file with the array. ...
hwitche
Offline Send Email
Jul 20, 2007
10:41 pm
15390
There is no "special trick" for counting Sundays, just get both dates and start adding days to the start date checking for the day of the week (Date.getDay()...
Alligator
alligator_666
Offline Send Email
Jul 20, 2007
10:41 pm
15391
Hi. did you get my message the other day, on how to do combo box change selection in forms, using java script? if any one read my message, let me know asap. ...
Marvin Hunkin
neilmarvin
Offline Send Email
Jul 20, 2007
10:42 pm
15392
Query strings are introduced by a question mark, separated by ampersands, and use a "keyword=value" syntax. (Actually, the last two are conventions; it is only...
David Smart
smartware_co...
Offline Send Email
Jul 20, 2007
11:06 pm
15393
There are two separate parts to the trick of counting the number of Sundays between two dates. First is to find the number of whole weeks in the range. Each...
David Smart
smartware_co...
Offline Send Email
Jul 20, 2007
11:26 pm
15394
Hi Rendian, Did you create the Flash object? If so you could use javascript to pass it a variable telling it when/where to start/stop. Paul ... hide the ... ...
Paul Donahue
scramjetter
Offline Send Email
Jul 23, 2007
8:28 pm
15395
Hi Dave, thank you for your invaluable hint on "query string". I was mistaken, believing query string is only something for cgi scripting to get something out...
hwitche
Offline Send Email
Jul 23, 2007
8:28 pm
15396
Hi Hans, You need to use the window.location and location.search properties. Experiment with these functions: // originating doc function: function send() { //...
Paul Donahue
scramjetter
Offline Send Email
Jul 23, 2007
8:28 pm
Messages 15367 - 15396 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