Click here to Skip to main content
16,011,815 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: hierachical data Vs relational data Pin
Paul Riley24-Jan-03 7:21
Paul Riley24-Jan-03 7:21 
Questionwhat is octet-stream? Pin
murali_utr22-Jan-03 0:03
murali_utr22-Jan-03 0:03 
GeneralCDONTS Message Layout Problem Pin
Kevin McFarlane21-Jan-03 23:46
Kevin McFarlane21-Jan-03 23:46 
GeneralRe: CDONTS Message Layout Problem Pin
Jon Sagara22-Jan-03 4:42
Jon Sagara22-Jan-03 4:42 
GeneralRe: CDONTS Message Layout Problem Pin
Kevin McFarlane22-Jan-03 8:08
Kevin McFarlane22-Jan-03 8:08 
GeneralRe: Need freelance ASP/JS/SQL developer for overflowing work! Pin
Jonavis25-Jan-03 14:49
Jonavis25-Jan-03 14:49 
GeneralRe: Need freelance ASP/JS/SQL developer for overflowing work! Pin
Nathan Ridley25-Jan-03 15:23
Nathan Ridley25-Jan-03 15:23 
GeneralAnother CDONTS question Pin
vlusardi21-Jan-03 13:19
vlusardi21-Jan-03 13:19 
trying to send an email using CDONTS on entry to a page, by using the Window_Onload() Sub routine...

The page is initiated by another page with a form "submit" button... I get the following error when the page attempts to open:

Cannot run the FrontPage Server Extensions' Smart HTML interpreter on this non-HTML page: "http://stage/email_con.html"

Basically, all this page does is thank the user for contacting me and allows them to click a "close window" button, which does a window.close()

Here's the code for the sub:

<%
Sub Window_OnLoad()

Dim objMail

Set objMail = CreateObject("CDONTS.Newmail")

objMail.TO = "vlusardi@sdcera.org"

objmail.Subject = "HTML EMAIL!"

objMail.MailFormat = cdoMailFormatMime

objMail.BodyFormat = cdoBodyFormatHTML

objMail.Body = "this is a test"

objMail.send

set objMail = Nothing

alert("mail sent")

End Sub
%>

can someone tell me how to correct the error message?..... thanks very much...
GeneralRe: Another CDONTS question Pin
Jon Sagara21-Jan-03 13:30
Jon Sagara21-Jan-03 13:30 
GeneralRe: Another CDONTS question Pin
vlusardi21-Jan-03 13:33
vlusardi21-Jan-03 13:33 
GeneralRe: Another CDONTS question Pin
Jon Sagara21-Jan-03 13:41
Jon Sagara21-Jan-03 13:41 
GeneralRe: Another CDONTS question Pin
vlusardi21-Jan-03 13:47
vlusardi21-Jan-03 13:47 
GeneralRe: Another CDONTS question Pin
vlusardi21-Jan-03 13:52
vlusardi21-Jan-03 13:52 
GeneralRe: Another CDONTS question Pin
Jon Sagara21-Jan-03 13:58
Jon Sagara21-Jan-03 13:58 
GeneralRe: Another CDONTS question Pin
Jon Sagara21-Jan-03 13:59
Jon Sagara21-Jan-03 13:59 
Generalrefreshing only particular code in a webpage Pin
mariag21-Jan-03 9:26
mariag21-Jan-03 9:26 
GeneralRe: refreshing only particular code in a webpage Pin
SimonS21-Jan-03 21:13
SimonS21-Jan-03 21:13 
GeneralRe: refreshing only particular code in a webpage Pin
Vasudevan Deepak Kumar23-Jan-03 1:07
Vasudevan Deepak Kumar23-Jan-03 1:07 
General3-tier client/server applications Pin
Mark Sanders21-Jan-03 8:07
Mark Sanders21-Jan-03 8:07 
GeneralRe: 3-tier client/server applications Pin
ez221-Jan-03 9:22
ez221-Jan-03 9:22 
GeneralCDONTS Pin
Sarvesvara (BVKS) Dasa20-Jan-03 18:54
Sarvesvara (BVKS) Dasa20-Jan-03 18:54 
GeneralRe: CDONTS Pin
Megan Forbes20-Jan-03 22:13
Megan Forbes20-Jan-03 22:13 
GeneralRe: CDONTS Pin
Sarvesvara (BVKS) Dasa20-Jan-03 22:16
Sarvesvara (BVKS) Dasa20-Jan-03 22:16 
GeneralRe: CDONTS Pin
Megan Forbes21-Jan-03 1:39
Megan Forbes21-Jan-03 1:39 
GeneralRe: CDONTS Pin
Sarvesvara (BVKS) Dasa21-Jan-03 2:23
Sarvesvara (BVKS) Dasa21-Jan-03 2:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.