Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? 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 20309 - 20338 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20309
[Please do not reply to this mail. If you want to comment on the contest or ask questions about it, turn to the original posting at webgraphics instead.] ...
liorean
Offline Send Email
Sep 1, 2004
4:16 pm
20310
Does anyone know of/have a javascript that can calculate an end date based on a start date and number of weeks? For example, if my start date is 9/6/2004 and I...
Mark E
meckeard2000
Offline Send Email
Sep 2, 2004
8:20 am
20311
I extend the Date class to give these. My whole set: Date.prototype.plusDays = function (days) { var temp = date (this); temp.setDate (temp.getDate () +...
David Smart
smartware_co...
Offline Send Email
Sep 2, 2004
9:15 am
20312
Nice work. If your interested in more Date Class extensions... http://web.torres.ws/dev/javascript Something I built some years ago. The examples are just some...
jsWalter
otrwalter
Online Now Send Email
Sep 2, 2004
5:48 pm
20313
Thanks for the pointer and you've certainly got a good set of extensions there. I've got a few other Date extensions in my Common.js - basically I just knock...
David Smart
smartware_co...
Offline Send Email
Sep 3, 2004
2:10 pm
20314
Hi folks, A client of mine has suddenly become concerned with their search engine rankings and has asked me to take down their beautiful all-flash site, and...
Dean Hamack
tactics2337
Offline Send Email
Sep 4, 2004
6:58 am
20315
Hi everyone. Sorry for the cross post. Below is a comment from another group, I belong to. Have a great day. This might be of intrest to everyone here. Yahoo...
Marty R. Woodcock
mrwoodcock5
Offline Send Email
Sep 6, 2004
7:26 pm
20316
Marty, It was determined by the original poster that this survey was from 2002 and no longer is valid. Thanks, Mark "Marty R. Woodcock" <marty@...>...
Mark E
meckeard2000
Offline Send Email
Sep 6, 2004
7:59 pm
20317
Dear Sisters and Brothers, Before two weeks, I have asked one doubt relating “Sending web page”. But I didn’t get a proper reply till today. I got the...
Khaleel Deli
khaleeldeli
Offline Send Email
Sep 7, 2004
6:32 pm
20318
What you are talking about doing is sending an HTML format e-mail message. There are only two ways to do this: 1)use a mailing list program like DADA, set up a...
Dean Hamack
tactics2337
Offline Send Email
Sep 7, 2004
6:45 pm
20319
Most modern mail clients sensibly disable JS or block it from opening linked Web pages. This may prevent you from doing what you want to do, but it avoids a...
Cary Gordon
listuser@...
Send Email
Sep 8, 2004
12:19 am
20320
I'm useless at JScript, and am struggling with something that I imagine is very easy. I want a function that changes the visibility of a DIV from hidden to...
Pete Harrison
rang5r
Offline Send Email
Sep 8, 2004
3:10 pm
20321
It is also possible to send HTML format email via CDONTS using an .asp and VBScript page. As most references to graphics etc are relative, the script would ...
Pete Harrison
rang5r
Offline Send Email
Sep 8, 2004
3:17 pm
20322
... make that: function displayRegion(tmpMapRegion) { var region = document.getElementById("reg" + tmpMapRegion); if(region.style.visibility == "hidden") { ...
Carlos Mossman
spamcarloshere
Offline Send Email
Sep 8, 2004
3:18 pm
20323
Thanks Carlos, works a treat. What does the getelementbyid do? Regards Pete ... hidden ... additions could be...
Pete Harrison
rang5r
Offline Send Email
Sep 8, 2004
3:34 pm
20324
getElementById returns an object reference to the element specified as its argument. in previous versions of various browsers, you could refer to document ...
Carlos Mossman
spamcarloshere
Offline Send Email
Sep 8, 2004
5:22 pm
20325
I can set the selectedindex value for a dropdown box ok for a single item, but I want to be able to set it for multiple items i.e. ...
Pete Harrison
rang5r
Offline Send Email
Sep 9, 2004
9:29 am
20326
I've sorted it. It's not the selectedindex property I need to set, but the options() needs to be set. Thanks anyway Pete ... single...
Pete Harrison
rang5r
Offline Send Email
Sep 9, 2004
10:22 am
20327
I have the following code that shows a layer and updates a dropdow multiple select list when a link is clicked; function displayRegion(tmpMapRegion){ var...
Pete Harrison
rang5r
Offline Send Email
Sep 9, 2004
12:33 pm
20328
I have the following code that shows a layer and updates a dropdow multiple select list when a link is clicked; function displayRegion(tmpMapRegion){ var...
Pete Harrison
rang5r
Offline Send Email
Sep 9, 2004
12:33 pm
20329
I have the following code that shows a layer and updates a dropdow multiple select list when a link is clicked; function displayRegion(tmpMapRegion){ var...
Pete Harrison
rang5r
Offline Send Email
Sep 9, 2004
12:33 pm
20330
I have the following code that shows a layer and updates a dropdow multiple select list when a link is clicked; function displayRegion(tmpMapRegion){ var...
Pete Harrison
rang5r
Offline Send Email
Sep 9, 2004
12:34 pm
20331
Hi all, We are trying to change windows properties on the fly based on criteria pulled from a database. 1. Client navigates to a window displaying the product...
Terry Hilton
rubioguazu
Offline Send Email
Sep 10, 2004
8:21 pm
20332
Hi all, Sorry for the double post. Left off the subject on the first one . . . We are trying to change windows properties on the fly based on criteria pulled...
Terry Hilton
rubioguazu
Offline Send Email
Sep 10, 2004
8:28 pm
20333
Generally, no. IIRC, altering existing window properties (as opposed to creating a new window with said properties) was considered a security hazard. ...
Ben Doom
doom_tmh
Offline Send Email
Sep 10, 2004
8:49 pm
20334
i just finished working on this for a flashy site that i am doing...just thought i would share it with the group.... ...
khing2
Offline Send Email
Sep 14, 2004
3:32 pm
20335
Incrememt ;-) ... From: khing2 [mailto:khing2@...] Sent: 14 September 2004 16:31 To: JS-Jive@yahoogroups.com Subject: javascript progress bar... i just...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Sep 14, 2004
4:07 pm
20336
It doesn't work in Mozilla. --Ben...
Ben Doom
doom_tmh
Offline Send Email
Sep 14, 2004
6:00 pm
20337
sorry...i sometimes forget....if u would like i can repost a version that does work with mozilla...ok? its just a concept.....u can use in your flashy ...
Garvin Casimir
khing2
Offline Send Email
Sep 14, 2004
6:09 pm
20338
... That's not necessary. I just wanted to make sure you knew. --Ben...
Ben Doom
doom_tmh
Offline Send Email
Sep 14, 2004
6:17 pm
Messages 20309 - 20338 of 21091   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