how about write the server's time to the client like charles said, and create a javascript Date object, serverTime, with it; but use the client's time to count seconds and such by using the javascript setTimeout method to increment serverTime. However you want to display it is up to you (in a...
in say, stdheader.asp:
Sub Header(title)
'close the asp tag (i don't know if tektips will mess it up
'write whatever html you want to, or don't close the asp
'tag and use response.write
'open asp tag
response.write title
'close asp tag
'or i guess you could do <%=title%> instead of adding...
on startup, no matter what user logs in, an explorer window pops up to the system32 folder. it's not in any of the startup folders, and it is not in the registry under hkey_local_machine\software\microsoft\windows\currentversion\run
like a lot of other startup stuff is
it is getting stinking...
yep, I got mine running a couple months ago. using XFree86 4 and the NVidia drivers. Nice, except for i had to manually edit the XFree86Config file in order to get things working ray
rheindl@bju.edu
I have open linux also, and I installed linux with my old pci card. Unfortunately, getting my hercules card to work I found out would be quite difficult. If you go to the nvidia web site and go to the linux drivers page, you can find out how to get the card working. Not only do you have to...
janerussel, why don't you do something like this, dsi's suggestion was really good, you just put it in your code wrong. do this instead
Private Sub CmdData_Click()
Open "a:\test.dat" For Input As #1
Open "a:\testout.dat" For Output As #2
Dim intResponse...
sweetleaf, I would like to be able to do the same thing too, but as far as I know, you only have rights to close windows that you have dynamically created.
I was thinking that maybe for ie, you could somehow write an activex object that automatically does a keypress or mouseclick to close that...
I am an intranet web developer, and am working on a project where we would like to know who is using the application. Currently, we are just getting the ip address of the remote host, using asp server variables. However, it has been requested that we get the name of the remote host (in the same...
strSQL = "SELECT * FROM Security WHERE UserID = '" & UserID_var & "'"
this should work
when including variables in an SQL statement, strings must be surrounded by single quotes, but numbers don't have to be
ex: "SELECT * FROM table WHERE name = '" &...
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.