Is Adovbs.inc Important
The problem is I don't have access to the server that my code will be uploaded to, and I don't know what's on it.
So if I use adovbs.inc do I have to put the file with my scripts ?
It's a 15 KB file, Is using it feasible?
View Replies
what is the error message below. but i was found this "adovbs.inc" at the same folder with check_user.asp. beside that mind to explain to me, what is virtual="/adovbs.inc"? it use for wat?
Error Type:
Active Server Pages, ASP 0126 (0x80004005)
The include file '/adovbs.inc' was not found.
/management/check_user.asp, line 3
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
coding:
line 3. <!-- #include virtual="/adovbs.inc" -->
View Replies
View Related
Dear all, anyone know how to include a window media player in asp so my
user can listen to sample music on my website?? Or anyone know where I
can find the code?
View Replies
View Related
Is this safe to store important/critical information in session objects by security point of view, like userID, or any primary key which I dont want users to see.
The scenario is, I'm using XMLHTTP, and server.Execute to include files' outputs dynamically. so I can't share any code variable with them, session is the only way I can share variables with.
View Replies
View Related
how i can place a media player on my asp page to allow user to listen to sample songs, etc? or anyone know where to find the code?
View Replies
View Related
i kept on recieving error message like asp 0194. can i hard code this one and stop the sending of mail to my inbox?
View Replies
View Related
i have created a simple asp page with sendimg mail using CDO and the message that will be sent must be HTML rich how to do that.
here is my code for the email section:
Set myMail=CreateObject("CDO.Message")
myMail.Subject =Request.Form.Item("lstSubject")
myMail.From = Request.Form.Item("txtEmail")
myMail.To = Request.Form.Item("txtEmail") &",emansalem@hotmail.com"
myMail.HTMLBody = Request.Form.Item("Comment")
myMail.Send 'commands CDO to send the message
View Replies
View Related