is there a way to call a javascript function without an event
normally you put the calls in an onClick or onChange event, but I want
<TR>
<TD>
ToCurrency(1234);
</TD>
</TR>
but it just displays "ToCurrency(1234)"
any ideas
Thanks
i have 3 fields bay shelf slots and i'm using order by bay,shelf, slots and I get
bay shelf slots
103.2 1 13-16
103.2 1 1-4
103.2 1 17-18
103.2 2 11-14
103.2 2 1-2...
I have 3 arrays :
Set objRecordSet2 = Server.CreateObject("ADODB.RecordSet")
objRecordSet2.ActiveConnection = objConnection
objRecordSet2.Open "SELECT * FROM tbl_names"
dim register,register2,register3,v
redim register(2000)
redim register2(2000)
redim...
I have 3 arrays :
Set objRecordSet2 = Server.CreateObject("ADODB.RecordSet")
objRecordSet2.ActiveConnection = objConnection
objRecordSet2.Open "SELECT * FROM tbl_names"
dim register,register2,register3,v
redim register(2000)
redim register2(2000)
redim...
i have
2001/11/30
2001/09/30
2001/08/31
2001/07/31
2001/06/30
2001/05/01
2001/03/29
2001/01/24
2000/12/12
2000/06/30
1999/09/24
and the sum should be 2004/04/13
when i just try to add and the dates i get 3013/04/04
What do i use to add these up
i get the total in excel by using the sum...
I have a checkbox on my page, and when they click it it opens another page which does some sql work and then closes.
I also want the current page(the one with the checkbox) to reload when the box is clicked...
i've tried things like window.reload or response.refresh, but none of them work...
"2/18/02 11:37:56 AM" is what is in my field "replydate" in the database...
in an sql string i want to get all records where replydate >= 2/1/02 and <= 2/28/02
what would the search string be??
thanks
Derek
i have
dim temp, temp2
for i 1 to num
temp=""
temp2=""
temp=temp&"1st"&i
temp2="document.forms.form."&replace(temp," ","")&".checked=true"
response.write(temp2)
temp2.execute
next...
I have a table with multiple rows (ie 100 +) and multiple columns.
when I'm entering data in this table it is hard to remember which column you are in...
is there a way so the table headers scroll down with you as you go down the page so you won't lose where you are??
thx
i have a button...
when they click the button it goes to a function to validate the data.
if the data is valid I want to submit the form
i have
<INPUT TYPE=button VALUE="Send to :" onClick="if (forceEntry()) {document.forms.okay3.submit();}">
but this doesn't work and I...
I have
Set objRst = Server.CreateObject("ADODB.Recordset")
strSQL = "SELECT * FROM tblTimeMatrix ORDER BY fldTechnology, fldTechID"
objRst.Open strSQL, objConnection
%>
<select name="listTech" size="10" multiple>
<%
Do...
I'm trying to call a stored procedure through an asp page.
My call to the stored procedure includes the following line
.Parameters.Append .CreateParameter("txtclli_code", adVarChar, adParamOutput, 50)
What do I replace adVarChar with if the type is NVarChar,
also what do I put in for...
Hi, Im tring to run a stored procedure and I keep getting the following error:
Add
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
[Microsoft][ODBC SQL Server Driver]Optional feature not implemented
/colo/power/power_1_r.asp, line 48
The code I'm trying to execute is:
Set...
I'm trying to connect to a database through html and I keep getting the error
"Impossible to open the database per defect of the user. Use of the base master in the place."
I have no clue as to what this means...
The connection string I am using is as follows:
'dsn =...
Hi,
I'm trying to connect to a Access 97 Database through ASP. The Server my database is on is not the same server that my asp pages are on. Now when I try to connect to the database I get the following error:
Microsoft JET Database Engine error '80040e4d'
Cannot start your application. The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.