Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ASP Solutions: 251 - 275 of 5438
 
My ASP application builds an ascii string which it then sends to a user as an email using the Persits ASPEmail facility. Part of this string needs to contain a trademark (the TM symbol - as...
I have some code for uploading a Access database, backing up the old one and setting the uploaded version live. This is simply done through copy/move. Copy works fine but any move or delete co...
Hi Everyone, I am trying to comsume a webservice using Soap tool kit 3.0 but it seems that i am missing something in here I got this Error coming up : SoapMapper error '80070057' Soap...
Hi guys! The idea: Send an email with an Access database attached. The error: CDO.Message.1 error '80070003' The system cannot find the path specified.  /blaugh.asp at line 38 L...
Hello, "the_crazed" helped me setup some code to allow me to drag information from a web site using SOAP, classic ASP and XSLT. One problem I have is that I need to send a catalog ID to the...
Hi experts.. I downloaded this nice and free vote written with ASP and VBscript. When I tested this web application on my localhost machine everything was great but when I uploaded it to a w...
Hi there I have a web service in .NET, and I need a classic ASP file to consume it, I've got the following code: <% Response.Write consumeWebService("AMF") Function consumeWebServic...
I have an ASP page (test.asp) which uses Response.ContentType = "application/vnd.ms-excel" (then goes on to a lot of normal html table code.) If I have Excel installed and I go to open the ...
We currently have a booking form for IT Training courses. The form pull course information from a database and populates the drop down list with course titles, times, etc. We would like to ...
How to use multiple body tag in HTML
I need to determine the path on the filesystem where a *.vbs file is being executed. I know I can't use:   1.) MapPath <-- ASP 3.0   2.) App.Path <-- VB6 Anyone know how I can get this...
Hi here is the error Microsoft VBScript compilation  error '800a03ea' Syntax error /RMA/default.asp, line 32 Set objConn=Server.CreateObject("ADODB.Connection") ^ Code snippe...
I'm currently building a simple Ecommerce website and when going through the pages that collect the information I keep getting the following error: Microsoft VBScript runtime  error '800a00...
Hi All, I have an ASP page which is fed from a MySQL database.  One of the fields there is text and contacts a string, which includes £7,500. When the full string is displayed on the ASP p...
Has anyone had experience reading from an excel file into asp? If so I need to discuss how to implement it.
I use the ASPUpload component to upload PDF files.  All seems to work fine until it is a large file (> 2 MB) that the user is trying to upload, which returns the error: Persits.Upload.1 err...
I am trying to convert some of the ActiveLock Visual Basic code to classic ASP (not ASP.NET). The SHA1 hashing algorithm to be precise. Everything seems fine except the 11 calls to the Val fun...
I'm getting this error when trying to authenticate to the Active Directory via LDAP.  Can anyone help or see what I'm doing wrong? <code> <HTML> <body> <script language=vbscript runat=se...
even though the ,inc file is in the correct directory I am getting the include file not found error. code: <% Response.Buffer = true %> <!-- #INCLUDE Virtual="/SharedCode\HTML.inc" --> <...
Hi, I need to import a large CSV (projects.csv) file everyday into an already created MS SQL 2005 Table (Projects).  The file has over 3000 rows at the moment and this is only going to get ...
hi i am creating my textbox as belwo code. i want to refer the value in the javascript..how can i do that? window.opener.document.forms['f'].elements['T1'].value = Txt1;====>what do i need t...
Hi All, I'm receiving and 'MSXML.dll Access is denied' with the following HTML.  Thanks for the help. Here's the code: <HTML>   <HEAD> </HEAD> <body onload="init()"> <input value=...
Can we use the vb Crystal report in ASP like ActiveX control and if I can how.
Hi, This used to work but now it's now. I get a Path Not Found, Microsoft VBScript runtime (0x800A004C) Code Snippet is attached. The Response.Write() returns this: Len:119 Pos:93 Fil...
Hi. How to convert Latin special characters to unicode. Regards !