473,382 Members | 1,390 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

customer feedback application in Javascript

Hi ppl,

I was asked to develop a customer feedback application which should accept the customer entries, say 10, in rows of the table.

each row should be a new entry and each column is the required field.
How to code such an application using HTML/Javascript as the website is already built in Javascript.
how to create a table which accepts multiple entries in HTML.
one entry per row.
ex:
column1 column2 colum3..............column7
1 ab cd yes
2 xy yz no
3
4
.
.
.
the table should look like this..

please help me ! Thanking you.
Mar 21 '08 #1
3 1349
acoder
16,027 Expert Mod 8TB
How would you decide when to add another row? Would it be by clicking a button?

You'll find the following links helpful:
http://www.mredkj.com/tutorials/tableaddrow.html
http://developer.mozilla.org/en/docs...DOM_Interfaces
http://www.w3schools.com/htmldom/dom_obj_table.asp
Mar 22 '08 #2
hi ,
Thanks for your reply.
rows shoud be there...user should enter only details in the rows present on the page. when he clicks the submit button...he shoud receive the whole data he entered as an email.










How would you decide when to add another row? Would it be by clicking a button?

You'll find the following links helpful:
http://www.mredkj.com/tutorials/tableaddrow.html
http://developer.mozilla.org/en/docs...DOM_Interfaces
http://www.w3schools.com/htmldom/dom_obj_table.asp
Mar 24 '08 #3
acoder
16,027 Expert Mod 8TB
Oh, I see. You're not creating the table using JavaScript.

To email yourself, set the action property of the form to "mailto:YOUR_EMAIL". Note that this is unreliable. It will open the default mail application and the user can choose not to send the email.

The safest way is to use server-side code which accepts the input and sends the email.
Mar 24 '08 #4

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

Similar topics

1
by: Andrew | last post by:
Where can i find a free feedback form in javascript to download it and put it in my website? thanks in advance andreas
1
by: Oliver Hoehle | last post by:
Hello! This ist the source-code for an editable combobox implemented with HTML,CSS and Javascript. I have tested it with IE and Mozilla. But I don't know, if it will work in other browsers...
7
by: Borked Pseudo Mailed | last post by:
Seeking feedback on Password Protection via Java/JavaScript ONLY (no cgi): SEE: http://online_tools.home.att.net/tools.html *AND* http://online_tools.home.att.net/extraCode.htm Thanks.
1
by: Alexander Pope | last post by:
Is there some some standard for this type of database issue? We have an internet application. db2 aix v8.1. was5.0. Our customers want to be able to "upload" or "import" data into our database....
4
by: clintonG | last post by:
I'm wondering if anybody has figured out how to implement this feedback methodology which displays Characters Remaining when using the TextBox TextMode="MultiLine" attribute which will cause the...
38
by: George Sexton | last post by:
We're in the process of re-launching our web calendar product. We would like to get your opinions on a couple of things about our site and product. This is a relaunch of an existing product with...
3
by: david | last post by:
hello, I have a question, I'm developping a software and I want of course many people use it. I chose c# visual studio 2005 express for development. is it a good choice? I mean, people to use it...
3
by: Husafan | last post by:
Hello all, My company, Point5u, LLC, just went live with our open-source project, Milescript. It's available at http://milescript.org. In a few words, Milescript is an object-oriented,...
16
by: dhtml | last post by:
Breaking up the FAQ has been discussed. http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/d11878ddfb2ac892/ I'm interested in doing this now. I propose something along the...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.