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...
Hello everybody. The question Im going to ask is not purely ASP, but the problem is on an ASP page. Let me resume the situation, I have an Excel spreadsheet. I need to display the values from the Excel document to an ASP page. This part is working. Now from these values, I need to make a line...
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...
Hello everybody. Im using ASP to output WML pages. It worked fine so far, but Im trying to use transactions while inserting records to the database since in a single process I have to update a table and INSERT to 2 tables.
Here's my code:
(only part of the page)
<%@ TRANSACTION=Required...
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...
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 =...
Hello everybody. Im currently learning java and jini. Im using jini version 2.1.
Ive been working on simple examples from books and I can read/write to the space. Im using only one computer,meaning that the jini services and the client are on the same computer.
I tried creating a transaction but...
Hello everybody. I'm new to java and I'm using borland jbuilder 2005. Ive got 3 forms that will connect to a database and the borland help suggests that it will b preferable to use a datamodule. To add a datamodule to my project, I did the following steps File > New > Datamodule.
I got the "Data...
Hello, Im having a little problem for submitting a form. Basically the form has only one <input> element Where the user will put a number.
Below the from, I have several links each having specific querystrings generated from the DB. When the user click on any hyperlink, I want to submit the...
Hello again, Im still stuck with simple problems. Its not with java but the IDE itself. When I right-click on a project and select "Add Files / Packages / Classes..." and select a class which is not in the project, I cannot get it when typing import. To import a class, I need to add it to...
Dim objRS as New Recordset
Dim objRS as Recordset
Set objRs = New Recordset
Both of the codes above will create a new recordset,but I still dont know wats the difference between them. Ive always used the first one, but I'd like to know how they differ.
Hello there.Im very new to java programming and maybe wat Im going to ask is very simple. Anyways. Ive just started with java and im using borland jbuilder 2005 as my ide. Ive created a project "bank" whick is in a folder called bank. And my package name's also bank. Ive got a class called...
Hello there.Im very new to java programming and maybe wat Im going to ask is very simple. Anyways. Ive just started with java and im using borland jbuilder 2005 as my ide. Ive created a project "bank" whick is in a folder called bank. And my package name's also bank. Ive got a class called...
Hello there. I'm a bit new to .Net and its very different from vb6. Well, Ive set an mdi container, and created another form which is supposed to be the child. But since u cant call a form like that, u have to create an instance of it everytime.
I wanted to create an instance of a form, and use...
Is there a way to "invoke" the Data Link Properties that shows up on clicking the "Build" command in the ADODC properties?
Each time I need to create a connectionstring for VB or ASP, I create a connectionstring with ADODC and copy the connectionstring. (I'm a bit lazy. Need some shortcut)...
Hello.
I've been having problems locating the path of 2 virtual directories. I have a virtual directory called stock, my asp pages reside in this folder, and in this virtual directory, I have a folder called database and my access database is in there. I have another virtual directory called...
Hello everybody.
I'm not too familiar with crystal reports. I have to generate some reports using asp. But I don't know where to start. Any hint will be much appreciated.
Thanks.
I'm writing a little program for personal use. Its very small.Its just a timer that shows how many days my computer has been on and writes the result to a text file every 10secs. Well I count seconds and convert them to the following format xdaysxhoursxminutesxseconds.I compiled it and...
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.