473,473 Members | 1,881 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

HTML Form in-place Editing

2 New Member
I have an HTML form (form #1) which uses a java servlet to save customer data through textfield/checkboxes/drop down field values to a mysql database. On the same page i also have a search facility that will search and show the results of a customer search in a small table on the same page using another servlet. Once the table populates with results, i have an onclick function that will highlight the row(s) that the user will select. Now my purpose is to populate the same customer form (form #1) based on the user selected row.

Meaning, I am giving option to the user to click once on the row(s) of the search result table and to edit that particular customer(s)'s data, they will double click which will trigger another (form #2) that will do a search on the customer's particular ID (primary key) using a java servlet that will search the particular database and table with the provided ID and based on that, I want to populate the form#1 so that if the user wants to edit their data and re-save they can do so. sounds complicated? not so much...remembering what i really want to know is how to repopulate a form with javascript using double click. I've tried using a hidden field that will save this ID and pass it on to the servlet, for some reason its not working. Perhaps you guys are better aware of in-place html form editing than me, because i've scoured the net fruitlessly. And this is something that developers can really use, i mean how come this is not common?
May 2 '10 #1
2 1540
makeveli
2 New Member
Hey, what is the turn around time for a response here? can someone tell me? Is it more than 24 hours? if so, how long? 2 days, 3 days?
May 3 '10 #2
acoder
16,027 Recognized Expert Moderator MVP
@makeveli
Can you show the code that you've tried? You can pass the ID to the servlet, e.g. servletpage?id=1 (assuming it is generated by the original servlet which displays the results in the table).

PS. response time can vary from a few seconds, minutes, hours, days, weeks, months, even years to never for a variety of reasons that I won't go into here.
May 4 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: sammmista | last post by:
hello experts, Plz dont treat this as another newbie query , i did my homework but still getting nowhere :( :( :( Trying to learn PHP on Fedora core 1 (PHP 4.3,MySQL,HTTPD).Unable to post data...
7
by: JDS | last post by:
Hi, all. I'd like to do the following, preferably *without* resorting to JavaScript: I have a long, dynamically-generated form questionnaire. Not all of the form fields are dynamically...
1
by: teknowbabble | last post by:
I would like to know how to convert HTML code that users input into a TEXTAREA box on a HTML FORM into a separate WEBPAGE. I have something like the diagram below on my webpage. The user is...
16
by: Philippe C. Martin | last post by:
Hi, I am trying to change the data in a form field from python. The following code does not crash but has no effect as if "form" is just a copy of the original html form. Must I recreate the...
1
by: ___Newbie___ | last post by:
Hello, What is the best way to implement a form based editing? The user would select first from a list control (highlighted selection) ? e.g. through a listbox or datagrid. Then, select from...
0
by: jason | last post by:
hi, I have a datagrid in my input form. Using datagrid inplace editing to save data (chinese characters) entered by user. It works as expected on my test record. But, when i started to...
2
by: Mark | last post by:
Hi all, I have a WYSIWYG editor which allows people to insert a form into a page. This information is stored in a database and at run-time is displayed inside a content placeholder (I'm using...
0
by: bp_jobemail | last post by:
I'm trying to use PHP to wrap the output of an HTML form before it goes into a precompiled C cgi script. Essentially, the company that I work for uses a purchased precompiled c program for their...
9
by: dhtml | last post by:
I have written an article "Unsafe Names for HTML Form Controls". <URL: http://jibbering.com/faq/names/ > I would appreciate any reviews, technical or otherwise. Garrett --...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.