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: 101 - 125 of 5133
 
hi expert, I'm just getting item info from hidden elements from my previous page, when i click on my submit button, i receive this error. Can anyone tell me how to fix this error? Thanks. ...
Hi All.  Does anyone know of a good way to get the current time, but converted to GMT, in VBScript, regardless of the server's time zone, and without reading the current time offset from the r...
I have a COM object called MosaixLib.Session. I create it as <% set oSession = server.createObject("MosaixLib.Session") %> And I get the following error: MosaixLib error '800a01a...
Using C# , how to find the startdate (monday), end date(friday)  of current week at any day of the week.
Hi, I have a form which is submitted and sent by email.   My code is: Set myMail=CreateObject("CDO.Message")                     'CDO myMail.Subject="Campbell Freight - Online Quote Form" myMail.From=em...
I have a list of numbers in a mysql database that are type varchar.  I need to split the numbers and compare each to another msql record.   The split is working and I get the type mismatch err...
Hey all! I currently have an ASP login page that checks against AD for authenitcation.  It works great, but I am building a new site that requires a little bit more security.  I want the fo...
hi, i am getting an error while trying to create the following object: Set objUpload = Server.CreateObject("Persits.Upload.1") The error say "Server object, ASP 0177 (0x800401F3) Invalid c...
Hi All, In Classic ASp using VBscript. How do I get an array holding recordset rows each array item is itself an Array of the fields in the current row. So if the SQL resultset would b...
what is the equivalent function of isset()-PHP in ASP...
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...
Hi I have a website that is asp. The site works great in IE and in Firefox except for one exception. The customer hosts with btconnect (Ugh!!) and the page refuses to render at all in Firef...
Does anyone of Experts here know how to insert chinese character (utf-8 charset) into MS SQL Server 2000? The field are of nvarchar, whenever i attempt to insert, it shows question marks ??...
I like to be able to update a xls spreadsheet that i have created that has all the page sizes and conditions on it with data from recordset So far i have following code that opens abc.xls a...
hi experts i have the following scripts that works well on my server W2k3  ' Intruduce the url you want to visit  GotothisURL = "http://www.mysite.com /end.asp?"& ENCRYPTED_CYPHERTEXT ...
Server O/S: Microsoft Small Business Server 2003 (Premium) Software: IIS 6.0, ASP Net 2.0, Sharepoint Services 2.0, Sql Server 2000 Since having an IT consultant install the above on our n...
I realise that there is a Javascript function for this...  myDate=new Date().ValueOf().....gets you the number of milliseconds since Jan 1 1970 Is there a way to do this in VbScript?
I just suddenly start getting this error. It was working fine a couple of days ago. msxml3.dll error '80070005' Access is denied. 'Line error is this objXML.save xml_file I am u...
I have the same script running on 3 Windows 2000 Servers and I'm getting a Permission Denied error on 1.  Here's the code (below) the problem is with WScript.Shell.  I've checked and permissio...
I have a web application developed in ASP 2.0 hosted on Windows 2000 server with IIS 5.0. Recently I moved the application to Windows 2003 server with IIS 6.0 and getting the error "Execution ...
I have: String strTestDate = "02-11-2007"; DateTime coverdate = DateTime.ParseExact(strTestDate, "dd-MM-yyyy", null); and I want it to be 2nd November 2007.
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!
Hi, I'm looking for a function that retuns True(1) or False(0) if a record allready exists in a database .I'd like to use it to catch duplicates. before a new record is posted. Also how it ...
Hi, Experts I have a code which to send an e-mail out. Now I want it to send some other language than only English (ex, my local language, Thai). I tried every solution I could find in goog...
I am looking for a vb-script function that encrypts and decrypts strings in an easy and efficient way (encryption on page 1 and decryption on page 2), but at the same time it should not make t...