Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested ASP Solutions: 151 - 175 of 2788
 
Hello Experts- I have a function that returns me the portion of a string before the first hyphen: Function createRewriteFolder (text)      pos=InStr(text,"-")      If pos = 0 Then      createRewr...
I'm stumped by one single thing when using Msxml2.ServerXMLHTTP.4.0. I'm sending an XML-formatted text string to a foreign server and getting a response back (using Windows 2000 Server and IIS...
How do you call a VBScript function in Classic ASP.  I want to call the following function.  Also, can you mix VBScript with javascript within the same .asp program?  I am assuming you can as ...
Hi there, I am trying to embed an image into an email that is generated by an ASP page using CDONTS. I have tried a few things including: ("<img src='http:\\www.whatever.co.uk\whatever.gif' h...
Could someone provide me a snippet of code that would, in VBScript, create the Excel object, put in some data, and then automatically show some sort of chart? Never worked with the Excel ob...
I'm trying to pass an array to a Sub from the onclick event of a button --  I'm getting a type mismatch error. Here is the code for the buttion <input type=button language=vbscript valu...
I have developed a system. Now the system is running well, except that when user fill in their form, they may take more time longer than 20 min to finish it, and they will be logged out by the...
Hi, How do I perform a GET HTTP on a URL in VBScript. The following are two examples of URL's that I need to execute (in GET HTTP) when I run my VBScript: "http://localhost:8080/Send%2...
Hi, I'm building a system where aspx and code behind are my presentation layer ( validation happens in code behind ), the application logic is in separate classes, the data access logi...
Hi, I have inherited an  (old) ASP site (I'm a perl/c/Java programmer). The database on the backend (SQL 2005) was compromised by what I believe was SQL injection. The hacker put in a stri...
I am fairly new to ASP and I am having trouble doing a conversion in my SQL query. I am working on a asp form that has two date fields for filtering between the specified range. I am pulling t...
Hi,  I am trying to import a csv file into an array - ultimately I will be inserting it into a database but I first want to process it. The csv file is an EDI message broken up into section...
I'm trying to remember ASP for this project. The requirement is to use ASP (VbScript) to verify a entered UseID and password against a non-AD LDAP server.  The LDAP server is being hosted on ...
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...
what are the valid values for sendusing and smtpauthenticate? for CDO.Message? objMail.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 objMail.Configur...
> this is the error Microsoft OLE DB Provider for ODBC Drivers error '80040e10' [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. [...] line 41 > this is the ex...
Hi,      I have a form where I want to pass text from a text box to input into a DB.  Here is my code, passing the ID value works but I am drawing a blank on how to pass the form textbox valu...
How to display text when I click the radio button. EX. If I click radio button 1 then show Text and text box.
what is the equivalent function of isset()-PHP in ASP...
Hello and thank you for reading this question. I am exporting data from a database to an Excel spreadsheet via ADO in ASP using the following method: <%response.ContentType="application/...
I found a script that works well, but it opens up Outlook has a pass event appointment. What I need to do is open it has a new event, so its ready for the client to hit the send button. I also...
Experts, I have a big problem, We have developed a web application that is running on Windows 2000 server SP4, and IIS 5. Every now and then the application goes down, the browser keeps on ca...
I have a couple of ASP pages (only ASP code in one of them, and when the code of that file is totally executed it redirects to another page, so not HTML headers appear). Sometimes, alth...
Microsoft OLE DB Provider for SQL Server (0x80040E14) Incorrect syntax near the keyword 'AND'. /SABC/charactervoting.asp, line 23 line 23 is : set rs=conn.execute("UPDATE tbEpisode SET...
Hello everyone, thanks for taking the time to read my question. Background: -------------------------------- We have an authentication module that a bunch of folks use across our enterpri...