Minutes Tracker

Has anyone come across a system for tracking meeting minutes written in ASP? I have searched quite a bit on the web and I haven't come up with much. It looks like I will have to write my own unless someone has any ideas.

View Replies


ADVERTISEMENT

Email Read Tracker

I have developed an email marketing system for a specific product...
The system sends out emails to opt-in 'clients' and tracks their interest in the product...

currently, it only tracks when users click on the link from the email they receive - easy...

How do I check if the email was viewed? I know this can be done through an image - and tracking that image's download..

View Replies View Related

Existing Minutes

is it possible to add a number in time? i created a code which is something like this

x=date
y=x+2
response.write(y)

but it doesnt work... for example the time is 08:32:05 AM and im going to add 2 minutes the result should be 08:34:05

View Replies View Related

Now() Minus 20 Minutes?

I wish to count the lastLoginDateTime field that has any date and time in it that is within 20 minutes of now(). Code:

View Replies View Related

Calculating Minutes Between Dates

I need to calculate the number of elapsed minutes between two datetime variables. BUT, it needs to only include times between 8am and 5pm on weekdays.

So if the starting datetime is at 5:01pm, it doesn't start counting until 8am the next weekday morning.

Or, if the ending datetime is at 6:30am, the counting would stop at 5pm the previous weekday.

View Replies View Related

Converting Seconds To Minutes

I have a column in my Access db that stores a number which is supposed to be seconds. How can I convert the seconds to display mm:ss on my ASP page? For instance, if the number in the db is 300, I want it to display 5:00 on my page.

Now these are lengths of time, not current time (AM or PM), so I dont want it to display the AM or PM. I've tried format(rs("length"), "nn:ss") and that didnt work. Matter of fact Format(), FormatDateTime(), and FormatNumber() doesnt work on my page. I've been getting the 800a000d Type Mismatch error. What am I doing wrong? Code:

View Replies View Related

Session Timeout 60 Minutes

I am trying to make an access control where a code should be available for 60 minutes. When my user is login on I am doing this, after his access code has been authorized:

Session.Timeout=70
Session("Time")= Dateadd("n","65",now())
And in the pages where is allowed (for one hour) I am doing this:

if cdate(Session("Time")) < cdate(now()) then
Session.Abandon
end if

Does it look correct or is there a better way of doing this?

View Replies View Related

Falsh Text If Time NOW() IS < 20 MINUTES AWAY

I need to Flash dynamic text on ASP page if the time in the record is less
than 20 minutes from NOW() time.

View Replies View Related

Generate An Application To Check Something Every 20 Minutes

I want to create a 20 minute loop to generate an include file based on the html output of another file on a remote server. Is this possible using ASP? If so, how do you generate an application to check something every 20 minutes?!

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved