Hi,
This question might stupid, but I am really not able to find the error!
I have these lines of code that I created. I knw that there is a problem with my formating in this line. Therefore, I get an error message on the browser. The problems occur wti hte two lines where I called the SendEmailUtil sub. Here are the lines:
If oRsSub("pdrStatus") = "IBM" Then
temp = temp & "<tr><td align='right'>" & "<input type = 'button' value = 'Send Notification E-mail' onclick = 'Call SendEmailUtil("ITS-IS-PTEM-CTA"','"canavan@ca.ibm.com, rejeanb@ca.ibm.com, jodip@ca.ibm.com"','" &userEmail &"','"& userGroupEmail &"')' />" & "</td></tr>"
End If
If oRsSub("pdrStatus") = "CTA" Then
temp = temp & "<tr><td align='right'>" & "<input type = 'button' value = 'Send Notification E-mail' onclick = ' Call SendEmailUtil("ITS-IS-PTEM-CTA", userEmail, userGroupEmail) ' />" & "</td></tr>"
End If
Please advise..thx!
This question might stupid, but I am really not able to find the error!
I have these lines of code that I created. I knw that there is a problem with my formating in this line. Therefore, I get an error message on the browser. The problems occur wti hte two lines where I called the SendEmailUtil sub. Here are the lines:
If oRsSub("pdrStatus") = "IBM" Then
temp = temp & "<tr><td align='right'>" & "<input type = 'button' value = 'Send Notification E-mail' onclick = 'Call SendEmailUtil("ITS-IS-PTEM-CTA"','"canavan@ca.ibm.com, rejeanb@ca.ibm.com, jodip@ca.ibm.com"','" &userEmail &"','"& userGroupEmail &"')' />" & "</td></tr>"
End If
If oRsSub("pdrStatus") = "CTA" Then
temp = temp & "<tr><td align='right'>" & "<input type = 'button' value = 'Send Notification E-mail' onclick = ' Call SendEmailUtil("ITS-IS-PTEM-CTA", userEmail, userGroupEmail) ' />" & "</td></tr>"
End If
Please advise..thx!