Hello everybody, Im having some issues with the onload event of images.
I have some thumbnails, and when I click on any of them, a row displaying "Loading..." will have its 'display' property set to '' from none, at the same time, an image which has a blank gif will load the larger image...
Thanks for the replay and sorry for the latre response. Tomorrow at work , I'll try to add a new column in the excel file and work with MOD(). And thanks for the GetRows link.
I'll let you know about the progress.
...method Ive used to get a record after each 30 records is very primitive.
The excel document has 3 columns.
Date|Col1|Col2
Here's the code:
'**********************
'START COUNTING RECORDS
'**********************
Dim Count
If Not objRS.EOF Then
objRS.MoveFirst
Count = 1
Do While Not...
Thanks for the comments.
Ok then, these 2 pages should be secured. Then how can I redirect the user back to a normal page? Lets say from register.asp to registergme.asp, its done via https. I dont want the user to browse the entire site using HTTPS. So after registering the user, theres no need...
Helli everybody. Im trying to implement a secure registration for customers using SSL. Im doing my tests using a 14-days trial SSL certificate. The registration page is register.asp, and when submitting the form, the user information goes to registerme.asp which will add the record to the...
...objRs.Open "Select a_id, c_id From job Where j_id = " & j_id,objCon,3,2
c_id = objRS("c_id")
objRs.Close
objRS.open "Select * From payment Where p_id='" & p_id & "'",objCon,3,2
on error resume Next
If objRs.Eof Then
strDate = Format(Now, "dd/mm/yyyy")...
Hello everybody. Sorry for the late response, I was a bit busy. But I spent quite some time thinking about this. I finally came with the idea of removing all picturebox and do the sliding log with an mdiChild with borderstyle 0. I think it wont "interfere" with the other child. Ive tried showing...
Hello everybody.
Im having a little problem with my MDIChild.
I Have an MDI form, and Ive put a picturebox(picFull) in it. The height of the picturebox is the same as the MDI form, even when resizing the MDI form.
Ive put another picturebox(picMove) in picFull. picMove has a frame, a listbox and...
Hello everybody. Im having a simple problem, I've created a database, it actually has 24 tables, from what I can see, I need to put 2 or 3 additional (stand alone)tables in it later. My problem here is that when creating relationship between tables, the relationship diagram becomes very messy...
Well, even if its for v1.1, u can still get the basics like read,readifexists and so on.
But I guess for the the space lookup service and the transaction manager lookup service, the code will b slightly different.
I can provide u the code for the lookups and a little exampe.
Hello everybody, Im trying to log my application start to a file using the -Djava.util.logging.config.file command.
Ive created a configuration file called logging.properties.
It has the following lines:
handlers=java.util.logging.FileHandler
.level=INFO
java.util.logging.FileHandler.pattern...
Hello everybody, Im trying to log my application start to a file using the -Djava.util.logging.config.file command.
Ive created a configuration file called logging.properties.
It has the following lines:
handlers=java.util.logging.FileHandler
.level=INFO
java.util.logging.FileHandler.pattern =...
Since Im new to java, I dont know wat default policy is. I just copied the jsk-all.policy to the folder where all my classes are.
Ive also tried the following:
My classes are in c:\Java Projects\bb\classes\bb
And the policy file as well is in that same directory
Ive tried running the program...
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.