bldstr
06-08-2007, 05:00 AM
At work we're moving from a Unix server to a Windows server and I'm currently converting all our PHP forms to ASP.
With the PHP form auto-responses, whatever I put between
$message .=' ';
including "s would show fine, as long as I didn't use 's.
With ASP it's the opposite, I can't seem to use "s between
objCDOSYSMail.TEXTBody = " "
All the auto-response HTML we have use tables for layout, unfortunately, and rely on width="50%" for example. We have around 25 forms and a tight deadline. Can anyone suggest how I can pull this off quickly?
With the PHP form auto-responses, whatever I put between
$message .=' ';
including "s would show fine, as long as I didn't use 's.
With ASP it's the opposite, I can't seem to use "s between
objCDOSYSMail.TEXTBody = " "
All the auto-response HTML we have use tables for layout, unfortunately, and rely on width="50%" for example. We have around 25 forms and a tight deadline. Can anyone suggest how I can pull this off quickly?