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
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.