No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hello folks, We are converting a Jsp to a .Net application and I am having trouble finding what i would consider an simple thing. I need to get the url of the server an application is running on to append to the relative path of web resources like images. In …
hello folks, I was wondering if it is possible to call a jsp from a dos bat file. I have a bat file that uses ftp to get some files, and i would like to call the jsp/servlets that processes the files without needing to modify or recreate processes performed …
I do not wish to do your homework for you but i will give you a start :} Look at my problem i posted. that works fine for taking in a numeric value and adding it to another value. you want to create additional variables called 'total' and 'scores entered' …
I wrote a piece of code that allows me to pass a numeric primary key for update when looping through a recordset. This works fine, however, I am doing the same routine for one level deeper into the database structure and the primary key is concantenated and the component I …
I am using the following code to validate radio buttons. it work fine as long as i have more than one record returned from my recordset that creates the radio buttons dynamically. When I have one record in the recordset, this code fails... any help would be appreciated. function validateSelect(form){ …
I do not know if this is even possible in this language, but here goes: I am looping a recordset that has been returned for update. the problem is I have many records that can be returned, so when i submit my form, I get an error because it does …
that would work, but it will cause the form to submit after each answer and depending on the users connectin, that could be very time consumeing. Are you using any backend processing? If so, I would simply name all your form elements so that you know what question they relate …
The End.
beckerc