How To Track HTML Emails Being Opened

I've built an email application which uses the 'ASPEmail' component to send mail to a list of around 3000 subscribers.

It's not possible with the stats software I have to track individual graphics - which would have been a good way to track the number of people who looked at the email. So is there any other way to do this tracking? Will javascript work well in mail clients, or can I embed a hidden iframe etc?

View Replies


ADVERTISEMENT

HTML Emails With CSS Using ASP

I am using ASP to send order confirmation emails to customers. However i want the emails to appear as HTML in the emails.

I have Successfully done this but i need to know how to attach CSS to the emails, so that it can look exactly like the html page i design.

I am using the CDONTS.Newmail component with the .body attribute.

View Replies View Related

HTML Format Emails

I have an application which sends out emails in HTML format. I have a problem when I am trying to display images in the email (name of the image file is taken from database).

The problem is that if there is a space in the image file name, it displays a + (PLUS sign) and does not display the photo in GMAIL and other emails. The URL of the image gets displayed in the following manner:

3_Marathon+Crescent_Toronto_1.jpg+

How do I solve this + (PLUS sign) issue?

View Replies View Related

HTML Emails Using ASP CDOSys Problems.

I have created a very simple template, using old standards, as this is the best approach for emails. But I am finding that the email is always being sent into the spam folder, this is not only the case with my outlook account but also other third party email clients like hotmail etc....

I have searched and searched but cannot figure out how to work around this problem.

DOES anyone know a solution?

View Replies View Related

Sending Emails In Html Format

I am trying to send an email from an asp page in html format unfortunately when parenthese appear in the HTML code of the page to be emailed the ASP page reads them and trys to interpret them as ASP code

<div align="center">

any suggestions?

View Replies View Related

Personalizing & Adding New Content To HTML Emails.

I need to create a module where a technical novice can send an email newsletter (that has already been created and uploaded on a server) to a list of subscribers.

I know this can be done using CDO.Message and CreateMHTMLBody

My question is how can I add a few lines of new content like say a header and footer and may be some personalization (like a direct unsubscribe link for each subscriber.) to an already existing html file before emailing it out.

View Replies View Related

Sessions Opened

I got a situation here, I have a web farm application, and I have a
requirement that I need to know the number of sessions opened on each web
server in this web farn design, I would appreciate if anybody can give me the
good thought.

View Replies View Related

Opened Exclusively By Another User

For some odd reason I keep getting the following err msg:

Error Type:
MSAccess (0x800A1EBA)
Microsoft Access can't open the database because it is missing, or opened exclusively by another user.

On line 57 which is:
objAccess.OpenCurrentDatabase strDbName

I have strDBName set as
strDbName = "C:Test.mdb"

This is the correct name and the db is not opened I keep getting this err msg. Code:

View Replies View Related

How To Save Opened Excel From Asp

I would like to open existent excel file and save it via ASP, I have to create save button to save opened excel cause I afraid that my user don't know path of saving. How can I do, now I open excel file on IE by <iFrame> and want to get data in <iframe> to save as excel file.

View Replies View Related

Word Security When Opened From Asp Hyperlink

I have a document saved to a public network server. The public directory
grants change access to all users on the network. To keep my Word doc
protected I am using the Security feature "File Sharing Options" in Word to
attach a password to the document. This works as expected when users open the
file with Windows Explorer.

I also have an ASP web page that has a link to my file on the public drive.
When I click this link, the Word document loads without asking me for a
password and is not read-only. (Note the link in formatted with an href
attribute like this: file://servername/share/filename.doc)

Am I mssing something? Shouldn't the Word security work even if the file is
accessed through a hyperlink?

View Replies View Related

Problem With Ms-word In Asp(Document1 Keeps Opened Only)

I am automating microsoft word from my asp page. It works fine but the only problem is that document1 keeps opened on my server.

Plz help me why do Document1 doesnot get closed??? Everytime when someone runs my application Document1 is there... So if 50 ppl execute this web page, there are 50 Document1 being opened and they remain open only... How to make it close???? Plz i need to do this urgently. This is mail merge sort of application.. This is my dll code:

View Replies View Related

How To Check Whether Database Connection Opened

I have to check wether the database connection is opened or not.I am using ASP with sql server database.

I can open connection and do all the transaction with the database,when multiple users are connected to that same sql server instance,i got an error like sql server not exist or access denide.So i want to check my status of the connection.

View Replies View Related

Error :: Opened Exclusively By Another User, Or You Need Permission To View Its Data

I keep getting an error that says:

Error Type:
Microsoft JET Database Engine (0x80004005)
The Microsoft Jet database engine cannot open the file 'c:inetpubwwwrootannoneil\_databaseannoneil_AN D.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
/annoneil/artist.asp, line 96

The code was working fine a few days ago but now I cannot figure this out.

View Replies View Related

Track Each User

I need to either write or buy a program that will let me Track each user.By this i mean I want to know when the logged on, how long they where on,and what PAGES they visited.

View Replies View Related

Track A Ip Address

i need tracking location for specific ips i can detect ips but how can i detect locations for that ips?

View Replies View Related

HOW To Track Bademail Using Asp

if anybody knows how to track bad email using asp. i am using cdonts to send email . i want to check whether a email id exists or not.

View Replies View Related

Track Data Via Email......

I have a fairly advanced order processing / tracking system I designed
with MS Access, MySQL & ASP.

I want to add an enhanced order tracking facility where a user can send
an email to a specific address we set up, with an ID & PO Number in the
subject / body, and then have our system reply with the required
information.

Is this done with asp or something completely different ?
When an email comes in, what would auto scan all incomming emails and
read the data ?

Is there a special component I need for this. I just want this to
happen in the background, whilst possibly sending me an alert email
each time the system is used. This will help me guage the services
required.

View Replies View Related

Keep Track Of The Query Result

I have a search form that display result based on the user search criteria.
the result displayed through paging when the user select a specific product description to look at then go back
to the search result the user will lose it's place.

my question is:
How can I let the user search the database for all the products that I have then select a specific product to read the description of it
then be able to go back to the original search. I have the first part working fine but to be able to go back to the original search that I need your help. Code:

View Replies View Related

Best Way To Track People Through Your Site

I thought when I discovered the power of session.sessionID I was onto a winner... but in the last month or so have been finding more and more of it's shortfalls (all down to whatever specific users have running on their machines)

Passing data through querystrings isn't ideal as people might go and type a url in to move around.

View Replies View Related

How Do I Log / Track ASP Errors On My Web Site?

I am trying to track asp errors as described and explained in above page. but I am getting error below.

------error----------
Microsoft VBScript compilation error '800a0408'

Invalid character

/500-try.asp, line 1


^
------Source file---

<%Set ASPErr = Server.GetLastError Response.WriteASPErr.Description %>

Any one know why its happening..

View Replies View Related

How To Keep Track Of Logged In Users?

I would like to know how to let users log in to my page and keep track of them until they log out? Will i be using cookies or what?

View Replies View Related

Changing Track Numbers

Imagine a CD of say 20 songs. Each song is a table row

[Title] [Artist] [TrackNo]

I need a way for the user to change the way the songs are listed by allowing them to change the track numbers. What is the smartest way to do this? I think it would be kind of trick to have a couple of <IMG> up and down arrows per each song. The user would click on either the up or down arrow to move the song accordingly. But I don't know how to go about that. Whatever variables are passed, the process would have to check to see if there is another track# +/- 1 each time.

Then I thought maybe it would be easier to just list the songs with a form box next to each song where the user manually entered the desired order,then submit the form. But that also has it's share of issues like checking for existing track numbers, users who can't count,etc.

View Replies View Related

Keeping Track Number

I got a web based application. I need to keep track of number of users coming to use this applcation on a daily basis. This application is read only one. I have to veiw the traffic for a month. What is the best way to capture this information. I appreciate any help or related article link.

View Replies View Related

Track Access Time

currently was doing a asp project, this project allow ppl to upload file to server and allow other user to browse it or download it. is the any way to track the time between after user click on the file to browse it and close it? What i mean is to track the time that a user access certain file in asp.thx a million.

View Replies View Related

Track Nummber Of All Visitors

I need t track the Visitor of My Site. I mean I want to know the Number of All Visitor and the number that a Specific Visitor has Visited the Site. actually I've not so much problem with All wisitor but the Specific one.

what do U believe the best solution is? I've tried catch the User IP and handle it with that, but I've been told it's not Possible, if it's not, how can I do this, or if Yes
how ?! (is it Request.ServerVariables("REMOTE_ADDR") or not?).

View Replies View Related

Track User Actions

I am working on this intranet website which includes access mdb for storing employee ratings. In this website I am using table which consists of username and paswords of the users who can log in. So whenver there is a login. the ASP code checks this table for matching results nd then it lets the user in.

Im using sessions to keep track of user. For viewing the records through the browser, I am not tracking the user But I want to record any actions by the user if he is updating the employee tables . SO I have created a seperate table for User_Actions...this table will record..timedayusernametable nameaction( insert or update or both)So every time the user updates or appends and the transaction is committed , this table would be populated.

View Replies View Related

Track Image Download Using ASP

I have created a html email newsletter. After ages of working with it I managed to get it past the spam boxes .

Ok I would like to create some tracking. I know you can apply tracking based on a graphic that has been downloaded from the email. How would I be able to track an image download from the server.

View Replies View Related

Counter To Track # Chars. Typed

I'd like to have a counter that tracks # of chars typed... so I don't risk having my message box truncated. Gonna be JS-based huh?

View Replies View Related

How To Track Iis Generated Email Status

i've got a client that wants to be able to review records about IIS
generated emails.

in his own words, he wants the "ability to track and report message status
(i.e. how many messages were sent successfully, how many were blocked, how
many bounced back with an incorrect address)"

i'd start by adding a new row containing the email address, dateTime, etc
when first sending the email, but how to track the rest of the info? for
instance, if an email bounces back, does it bounce back to IIS or to the
"from" email address? what about the blocked (i.e. spam filter) emails? is
there a way to track blocked email? since most spam filters don't generate
response emails, there's not much i can really do about this, is there?

this will be run off an IIS6 server. can anybody tell me my options?

View Replies View Related

Track Number Of Hits On A URL Link

I have googled on this and saw a large number of examples to keep a track on the number of hits on a URL. However I wanted to find out from the guys here if they prefer any particular one out there for any specific reasons.

View Replies View Related

Track Data From Radio Button

The user will choose either yes or no from the radio button in web page for all the questions.

The data (yes or no) will be store in the database for future information.
I try to use the different name for both radio buttons(yes and no) but the function for the radio button doesn't work anymore(the user can check both of the radio button). so, i have to put the same name for both radio buttons.

The problem is, how can i track the data that user key in (whether yes or not) if i put the same name for both radio button??

Besides that, can anyone please tell me where can I get the MSE7.exe program??
This program doesn't exists in my computer in folder office10. The office that i used is microsoft office 2000.

View Replies View Related

Global.asa To Track Site Visitors

I found this code for a global.asa file and in the tutorial it says it can be used to display how many people are on a given website. I don't see how this done. Is there a session variable of some sort that I take from this code and output it onto a page?

<SCRIPT LANGUAGE="VBScript" RUNAT="Server"> ....

View Replies View Related

A Way To Track Open Data Connections?

I've been cobbling together a rather complex web utility, and was wondering
if there is a way to monitor the number of data connections and open
recordsets currently being used by the server. I am using IIS5. I'm
essentially looking for a tool that would help identify sloppy code by
showing a list of currently open data connections or recordsets.

View Replies View Related







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