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.
...
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...
Hi
I've got a problem with a function which is used to retrieve a file off a server. The server has SSL encryption, however the certificate is not issues by a "trusted company" - or atleast t...
Hello.
I am in desperate need of an answer. I am trying to send a mass email. I am using the jmail component. Then, I am looping through the recordset and sending the email out. Well, I...
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...
Dear all
I have installed an browser based text editor called FCKeditor on some shared web space - which uses ASP as the server side technology. Using its "test.html" page I am able to succ...
how can i use the response.redirect to open the page in the target frame _top?
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...
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...
I just had a vendor install a Grading/Attendance Software on a fresh Win 2003 Server. Their ASP.NET program is web based and makes use of SQL Server 2005 Express on the same machine. Their i...
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 need to be able to use asp (classic) to execute a stored procedure that has 1 parameter and returns it's information into a recordset. I have tried quite a few code examples from the web an...
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...
Hello,
I'm having trouble changing a user's password in LDAP using ASP .Net 2.0 / C#.
The LDAP server is: OpenLDAP on Red Hat 4EL.
The code is as follows:
de = new DirectoryEntry...
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...
When I try to run this and other WSH scripts I get this error.
Any Idea?
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'WScript'
<%
Set NWPrinter = WScript.C...
Hello,
I am trying to use the datediff function in ASP..
date1 = "12/12/07"
date2 = "12/12/08"
outputd = DateDiff("d", date1, date2)
I am expecting 365 ?
However I get this erro...
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...
Greetings,
I have written a simple form to email script and I've been successful with this in the past but for some reason I'm getting the following error upon submitting the form:
CDO.M...
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 need to replace line breaks characters with "<br>" (html equivalent)
I have done the following in ASP:
MediaDescription = Replace(MediaDescription, chr(13),"<br>")
MediaDescription = Repl...
Can You do This??
I have a checkbox but when clicked I want it to call an vb server side function only when its clicked. It seems to be calling the function(funtix) every time I write the ...
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 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...
Transferring an ASP application from Windows Advanced Server (IIS5) to Windows Server 2003 - Enterprise Edition (IIS6)
Here is the code that errors out:
'Run memory checking batch file
Se...