Hi All,
I'm working with a database of musical records. There's a table of artists, and another of tracks by that artist. Each track has a genre, where '1' is unclassfied, and anything else is a foreign key to the table of genres.
What I'm trying to do is produce a single html table which has...
I've been writing an electronic form with multiple pages, and tried to be good by positioning everything with CSS.
There is a lefthand menu to jump between sections, and at the bottom of each page are back and next buttons. All the menu buttons and the back and next buttons are made using...
I've written a script to produce a statically placed menu that opens and closes when you click on it, based on an idea one of my friends saw elsewhere. It works fine in all versions of IE and Opera, but I can't work out why it isn't working in NS & Mozilla.
(I know clip must be specified...
Hi,
hope someone can help because this is a pain in the bum!
I have written some code as part of a validation routine which automatically determines which anchor tag to go to depending on the name of the field that was validated.
The problem is that I keep getting an invalid character...
Hi All,
I've written a program in HTML and Javascript that uses ActiveX controls to check for the existence of files on my local computer (it's not running on the web, it's just supposed to be a time saver).
It runs fine in my editor (1st page 2000), finds all the .csv files in a folder for...
Thanks to all the help from people using this forum, my project is now up to the user testing stage, and we've only found one error.
If a user of my form pushes enter/carriage return in a textarea, it messes up the form output - I get the field split into several output fields.
I have wrap...
Hi all,
once again my text book fails me!
I am dynamically creating a table using databinding and some '*.csv' files, and I can't work out how to name the rows as they are created, or even reference which number row it is instead so that I can manipulate them later in the program.
Can...
I've got a directory of files with double digit numeric names, and I want to loop through them all to add into a databinding object, but they're not sequential numbers (the file name is generated randomly).
I've been trying to make it ignore the error and move to the next number, but I keep...
I've written a form application in HTML and Javascript that runs from a floppy disk. It all works fine, and the input from the form saves in csv files onto the disk.
Now I have to get all the information from the csv files and display it on one screen.
I've written the databinding part that...
I'm working on a very large form that has to be written in client-side javascript and HTML, and I thought I'd nearly finished.
Then I was asked if after a validation error pop-up, the program could move to the question, AND focus on one of the fields associated with it, but I can't work out if...
I've got the fun job of writing a form that uses entirely client-side programming for validation and input saving, as it's going out to use on disk. All the workings are written in javascript, and I know the functions work on their own, but then I get to the end:
<td><input...
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.