473,410 Members | 1,889 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,410 software developers and data experts.

HTML links in outlook

116 100+
Not sure if I am in the right discussion group for this but here goes.

We have a customer who sends us an invoice as a pdf attachment. In the body of the outlook email are two links. The first one you click on to tell the customer if you ACCEPT THE CHARGES, the second one you click to tell the customer if you REJECT THE CHARGES.

The idea is really good and I want to copy it but dont know how it will be done.

Any ideas anyone??

Thanks

jacc14
Oct 25 '07 #1
4 1811
jhardman
3,406 Expert 2GB
which part are you worrying how to copy? creating a link in an email, or having a link followed produce some result on your computer?

Jared
Oct 25 '07 #2
jkmyoung
2,057 Expert 2GB
Are you thinking of creating an automated request handler to handle when the customer clicks on it?

You'd probably have 2 hyperlinks; one would be like:
<a href="http:\\www.thescripts.com\form.asp?customeri d=3255153251&acceptCharges=Y">Accept</a>
the other would be similar:
<a href="http:\\www.thescripts.com\form.asp?customeri d=3255153251&acceptCharges=N">Reject</a>

You'd have to populate the customerid for each individual customer, and set up your server to handle the requests.
Oct 25 '07 #3
jacc14
116 100+
which part are you worrying how to copy? creating a link in an email, or having a link followed produce some result on your computer?

Jared
It is the latter so that when they click on a link it somehow reports it back to ourselves. Wasnt sure if it could autoemail the answer.

Thanks
Oct 26 '07 #4
jhardman
3,406 Expert 2GB
It is the latter so that when they click on a link it somehow reports it back to ourselves. Wasnt sure if it could autoemail the answer.

Thanks
then jkmyoung is right. you would have some kind of link to a page with some sort of server-side coding or scripting (some page with extension .asp, .php, .pl etc.) followed by a querystring ("?accept=no&customerNumber=12345&bid=435"). The page you link to can interpret the input you send it and make changes to a database or spreadsheet or send an email or whatever. So what's your next step?

Jared
Oct 26 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Steve | last post by:
Hi, I'm setting up an Intranet for a WAN of a 5 remote sites linked with 128 ISDN links. We run a Win2000 servers network with win 98 and XP clients. I currently use MS Exchange 2000 on a...
0
by: Ruud vd Velden | last post by:
Hello, We're using Office XP on Windows 2000 SP4. After installing the Oracle Connector for Outlook the following problem occurs: Emails sent by Outlook, in HTML format, do have a strange...
0
by: Astra | last post by:
Hi All I have been trying to get the JMail.GetMessageBodyFromURL "http://mydomain.com" command to work, but all I get back is a very sparse HTML message in MS Outlook 2002 on WinXP SP2 UK. ...
1
by: Simon Wigzell | last post by:
I send HTML formatted emails with links and images in them generated by my asp driven website. Occasionally the image will not appear and the link will not work. By looking at the email at the...
1
by: Carl Gilbert | last post by:
Hi I was looking to impliment a TextBox or RichTextBox that provides links to other forms or pages. For example: Outlook 2003 >> Tools >> Rules and Alerts >> New Rule Something like the...
1
by: Scott Emick | last post by:
I am using the following code. When outlook opens the message and the Outlook HTML editor is the default editor, there is no problem. If Word is the default editor, however, it butchers up the...
12
by: Nalaka | last post by:
Hi, I suddenly started getting a lot of errors from html validation (some CSS) so I followed the following instructions to disable it. If you'd rather not have these types of HTML validation...
2
by: Shawn H | last post by:
Hi guys, I'm experiencing this really strange issue with a HTML form, because no data gets posted. Basically, everything is written in ASP. Firstly, a user fills in an online (ASP) form, and...
1
by: robnoper | last post by:
XP SP2, access and outlook 2003 I have a form with 3 command buttons on that when one is pressed it opens up a html email for the user to send. Two of the emails work fine and open with the full...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.