[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.] ...
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...
I extend the Date class to give these. My whole set: Date.prototype.plusDays = function (days) { var temp = date (this); temp.setDate (temp.getDate () +...
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...
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...
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...
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...
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...
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...
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@...
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...
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 ...
... make that: function displayRegion(tmpMapRegion) { var region = document.getElementById("reg" + tmpMapRegion); if(region.style.visibility == "hidden") { ...
getElementById returns an object reference to the element specified as its argument. in previous versions of various browsers, you could refer to document ...
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...
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...
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...
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...
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...
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...
Generally, no. IIRC, altering existing window properties (as opposed to creating a new window with said properties) was considered a security hazard. ...
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 ...