I have a checkbox named "refresh"
I want to call 2 VBScript methods on checking a checkbox.
The methods are sub Update()
sub Delete()
These methods will call s...
I have a database that contains the time a user entered and left my site
(EntryHour and ExitHour)
I want to return the total amount of time that user spent in the site ( I had a question ab...
I'm trying to call a vbscript function from inside Javascript. Is that possible.?
The reason for this is, if the user clicks the "Update" button it goes through some javascript validation...
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...
Hi,
This is my third posting for problems with a hacker messing around with some old ASP code I have inherited. As I've mentioned before I'm a programmer but not an ASP one, and I'm trying t...
hello....
I'm trying to make a connection between asp pages and a MySQL database. I've made an SYSTEM DSN ODBC connection (myODBC v3.51)....(which has a succesfull connection) when I want ...
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...
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...
I am trying to run ASP web application that is trying to connect to Oracle 9i (release 2)
I am ruunig windows XP and IIS 5...
All my ASP and ASP.net applications used to work fine on my o...
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 Experts,
I have done some research online re this error, lots of results but no one seems to have an answer.
Basically my situation is the same as most, the script was working fine un...
This is probably a cheap question for you experts but I have been trying to use the ltrim and rtrim functions to trim off spaces at both ends of a value (leading and trailing spaces) but I am ...
I have the following code and I think it's not working because I need to convert an int to a string but not sure how. The problem is generating the URL's where I have put <%=CStr(curDay)%>.
...
I have read several articles (for example, www.adopenstatic.com/experiments/stringconcatenation.asp) where the inefficiency of string concatentation is discussed.
I have lots of code that b...
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?
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, is there a way to make my numbers always round up, say i have 1.1, i want it to always round up to 2, anyone know of a way of doing this, as the Round() function seems to go up or down dep...
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 ...
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 ...
Hi!Every One!
Wneh I write client script ,I may adopt javascript(*.js) and Vbscript(*.vbs),I want to know the differenc between javascript and vbscript in client!
please explain it for m...
I have ost file i want to convert to pst . is there any free software able to do this converstion.
Thanks
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 ...
I have an asp3 page that works fine locally but not on our webserver.
It attempts to import a table from an Access database into a SQL Server 2000 database. Here is the code:
SELECT * INTO...
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...
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...