I am having a problem and I believe this is where it lies. The program allows the user to identify an item by either its id or its location. I thought the easiest way to accomplish this was to just have both text fields in the panel and when the submit button was pressed check to see which was...
I have a function getBGColor() that checks cookies to set a variable bgcolor (in form "#000000") and if the user doesn't have cookies it sets the variable to a default color. Can I use this function in the HTML
ie
<body bgcolor="getBGColor();">
or
<body...
I am a novice to vbScript and was wondering how to do something. I have created a form that accepts information such as their name and color preferences. It then writes it to a cookie so that all of the pages in the site can have access to this info. This form is an option however, and I was...
I created a java application for school that acts as a front end for an oracle database. the only way I can think of to show it to my teacher is to bring my computer in. I would like to run the application from the school computers via the internet if it is possible. I have my computer set up as...
I'm trying to learn javascript and did an example from a book and I can't get it to work. It doesn't put the numbers back into the txtTotalTax and txtTotalCost text fields. And I don't know what I am doing wrong. It looks like the other examples and they all worked. Any help would be great...
I need to open up a window and display some information from a form. Whenever the window opens it says the server is not found.
here is the code I used: (where strH contains the HTML code for the new page)
newW = window.open("results.htm", "Results", "height=300...
I need to format a string into a java.sql.Date format. I have used the SimpleDateFormate parser to give me a java.util.date, but I don't know how to change it to the sq.Date. I tried:
java.sql.Date date = (utilDate);
where utilDate is the java.util.Date. Any help would be greatly appreciated.
I made a program that has a keypad and a few other buttons. I got the program to work but it looked kindof nasty all in one class so i decided to spit it up. so now I have a keypad class, and my main class, I also have a few other classes but they're working. What I want to do is add the...
I am using access as a front-end for an oracle 9i database. I want to have something similiar to an auto number for the id's of each of the tables. I created a query that looks up the highest id # and adds one to it. What I don't know how to do is have it automatically appear in the 'id' box on...
I have two tables an Inventory and a Transaction. I want to update the inventory whenever a transaction is made. but the problem I am having is that it updates the inventory for every transaction. I tried using WHERE Transaction.ID = MAX(TRANSACTION.ID) but it errored and said I couldn't use an...
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.