Title: Message
 I 'm creating an email notification with the content type set to HTML.  When I use the following code
 
 <B>ACCEPT:</B>&nbsp;&nbsp;If you agree to the disposal request, click on the next URL.<BR>
https://abx.aaa.aaa/abc/item_disposal_request.taf?id=@@request$id&accept=1 <BR> 


I get this in the email
ACCEPT:  If you agree to the disposal request, click on the next URL.
https://abx.aaa.aaa/abc/item_disposal_request.taf?id=66&accept=1
 
 I do not get a hyperlink to click on.
 
 When I use  
 
<B>ACCEPT:</B>&nbsp;&nbsp;If you agree to the disposal request, click on the next URL.<BR>
<A href="">https://abx.aaa.aaa/abc/item_disposal_request.taf?id=@@request$id&accept=1</A>
 
 This shows up in the email
 
 ACCEPT:  If you agree to the disposal request, click on the next URL.
https://abx.aaa.aaa/abc/item_disposal_request.taf?id=66&accept=1 
 
which is what I want.  The only problem is that when I click on the link it behaves as if I have clicked it twice, it tries to open the site twice in different windows.  What am I missing?

 

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to