Receiving Of Id
this system mine in view.asp it opens one apopu (print.asp) that he would have to show the same information that only appears in view that only the text. He happens that when clico I in the image to open popu, me seems that id is not sent through the method form, this popup does not open and gives this error...
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'id ='.
/news1/print.asp, line 45
it sees oq has in line 45 of popu, the error above is of popup and not of view.
rs.Open sqlstmt, Dados, 3, 3
They see a part of the code of popup print.asp that it appears the error...
Code>>
Download files.zip
View Replies
I am generating Purchase Order from database. Then i send it to the
supplier. I am using CDONTS to send mail.
I am not sure that it was sent or not.
So i need confirmation when they read it or received. How can i send a mail
with acknowledgement?
View Replies
View Related
I have a stored procedure which sends out an email to all the users
listed in the database. for some reasons I am not getting all emails.
could someone offere some assistance? Code:
View Replies
View Related
I have made my own newsletter system and its working perfect but the problem is that when i mail an HTML code news letter like this :
Code:
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<p>
<a href="http://www.mysite.com/sample.htm">
<img border="0" src="http://www.mysite.com/ms_newsletter.gif" width="595" height="842"></a></p>
</body>
</html>
when i send the newsletter then this image is only comming for the Hotmail users and not for the Yahoo or Gmail account holderrs
View Replies
View Related
I am testing my ASP page and when I click on the link to open up my new asp page I get "page cannot be displayed". When another person clicks on the she gets a descriptive error message about a Type Mismatch on a COM function call in whih I am passing a parameter. I see that I do have an error, but why am I NOT getting the same message the other person is?
View Replies
View Related