Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached

7 Posted Topics

Member Avatar for beckerc

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 …

0
63
Member Avatar for beckerc

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 …

Member Avatar for jwenting
0
79
Member Avatar for Jounan

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' …

Member Avatar for beckerc
0
223
Member Avatar for beckerc

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 …

Member Avatar for beckerc
0
116
Member Avatar for beckerc

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){ …

Member Avatar for js-x.com
0
185
Member Avatar for beckerc

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 …

Member Avatar for beckerc
0
157
Member Avatar for tipsydesign

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 …

Member Avatar for beckerc
0
184

The End.