1 Apr 2012 01:42
Process HTML Tags Causing Problems
We have a system where emails are sent out embedded with data pulled from 4D... The system has been in place for a few years, and worked flawlessly until switching over from 2004 running on a PowerPC to v11.9 running on a MacMini. In most cases, it still works flawlessly, except for one email in which a url link is created for the mail recipient to click on. When the code generates the html, this is an example of the code that is generated (IP address removed): http://xxx.xxx.x.x:8181/4DCGI/CGI4D_FileServe&CGI4D_t_actionToTake=CGI4D_R equest_Confirmation&CGI4D_t_Filename=Confirm.html&CGI4D_t_sessionID=TIDul48X 28601u4a991r However, after HTML Process Tags, this is what ends up in the email: HTTP://xxx.xxx.x.x:8181/4DCGI/CGI4D_FileServe&CGI4D_t_actionToTake=CGI4D _Request_Confirmation&CGI4D_t_Filename=Confirm.html&CGI4D_t_sessionI D=TIDul48X28601u4a991r Note that after processing, "and," and been added everywhere after "&", which means that the link will fail to load the correct web page and data when the user tried to access it. I have control over the receiving server, and can strip out the "and,", but I would like to know why this might be happening in the first place. Anyone have any thoughts or suggestions?(Continue reading)
RSS Feed