Advertisement

635 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: 176 - 200 of 4131
 
Simple question... How do I break out of a VBScript in an ASP page, for example if (something=true) then   do something   exit? break? stop?? what is it?!? else   do something else en...
Is there a way to retrieve client's machine name along with all of it's asset via ASP or ActiveX? This is for internal use (intranet). Assets would include: Inventory hardware, software and u...
I recently discovered (well..for myself!) the XMLHTTP object and fell in love I thought I had finally found a way to leverage my server side scripting without having to postback pages and I...
I have an ASP page that uses msxml3.dll and runs under //Localhost on my laptop. It quit working all of a sudden. I have not edited the ASP source code since it ran a week ago. The error m...
Hi All, I am trying to get the full url of a page, not having any luck in finding the correct code. I am aware of these 2, but I need to get the full string thatÂ’s in the address bar of...
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...
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...
I have an HTML form with a select dropdown box. I have a vbscript  pulling values from a database. I'd like to populate the html select listbox options with those values. Is this possible? ...
3 closely related questions: 1.  If I'm using Access 2000 & ASP, is it better to test for empty text & memo fields using:   A. the IsNull function, e.g., If IsNull(rs("fieldname")), or ...
Until a few months ago, ASP pages that included creation of scripting.filesystemobect would run on my WinXP sp2 machine.  Now I get the error message  -ActiveX component can't create object: '...
How to add a user in Win2k using LDAP, ADSI, ASP?
Hi, I have two dropdown box one is for the region and one for the area in the region. when the user select from the region dropdown box it should populate the area dropdown box based on t...
Hi, I have a form called Show that I want to reset all of the value's and then refresh the page. I have attached the whole pages code below. Marc
I use a free hit counter done in asp/vbscript written by FELIXONE 2002 - SB by Felice Di Stefano - www.felixone.it - I've been using it for over a year; but all of a sudden without me changing...
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...
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...
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...
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...
Can someone please provide me some insight, in somewhat layman's terms, on the pros/cons of using client-side scripting over pure HTML. Thanks!
How do i set the Caret to the end of the text in text box when the document opens. I can determine the length of content at run time.
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/...
Issue is that selectSingleNode returns an answer only if the item I am searching for is the first child. For example, if I want to know what county "CHARLOTTE" is in, it tells me "MECKLENBURG...
I use <a href = javascript:history.go(-1)> links on some of my pages after a process has been done to take teh user back to the results, I currently use the following code to force a refresh (...
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...
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...