|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ASP - ASPEmail - XML
Hi!
I have a ASP page that calls a xsl page. It uses the xsl page to create a table in xml. The data is received from another webserver using webservices. This all works fine. The table is loaded with the correct data into input type fields. I added a submit button to the bottom of the table. When the submit button is invoked an email is generated using the ASPEmail component. The email arrives. The problem is only the top row of the table containing the column headers is sent. This table will always only contains one record of data. Is there a way to send the data in the table as well? Thank you in advance. Chuck |
|
#2
|
|||
|
|||
|
Is the table in HTML or inside a variable?
|
|
#3
|
|||
|
|||
|
Hi!
The table is created by the xsl page. Here is one statement I used: <xsl utput method="html" indent="no"/>Would it be helpful to post more of my code or is this beyond the scope of this forum? Chuck Last edited by securitypro : October 13th, 2003 at 11:26 AM. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > ASP - ASPEmail - XML |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|