ASP & Aspemail & XML

  • Thread starter Thread starter Chuck
  • Start date Start date
C

Chuck

Hi!

I have created an ASP page using FP 2002 that calls a webservice using
an XSL page. The data is displayed correctly in the table. I added a
submit button. When I invoke the button an email is sent to me as
expected. The problem is only the column header row is being sent.
There will always be only one record in this table and no data from
the XML table is being sent.

Any suggestions would be greatly appreciated.

Chuck
 
-----Original Message-----
Hi!
Howdy.

I have created an ASP page using FP 2002 that calls a
webservice using an XSL page. The data is displayed
correctly in the table. I added a submit button. When I
invoke the button an email is sent to me as expected.
The problem is only the column header row is being sent.
There will always be only one record in this table and
no data from the XML table is being sent.

Any suggestions would be greatly appreciated.

What sort of code runs (and where) when you click this
Submit button?

If it's some server-side code that uses the
CDONTS.NewMail object to send the .asp file, you're
probably sending just that: the unexecuted .asp file.

To send an executed asp page, you'd need to use the
CreateMHTMLBody of the CDO.Message object.


Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Back
Top