no actually i'm not that fine with javascript so i need to implement this soon.
please send me the solution to this if you can its urgent
User Profile
Collapse
-
just want javascript to process the function on a simple html page and get the solution to my problem of getting the data from the textbox on clicking the button to a table with rows and cloumns depending on the text which is seperated by commas inputted in the textboxLeave a comment:
-
yes purely on an html page i want the function of the problem to be solved using javascript and not a java applet.So that i can just run the html page say test.html and the textbox appears along with a submit button
i enter a text say aditya,20 then when i press submit it should show these values in the form of a simple table in one column the first text ie:aditya and next column 20
so the text entered in the textbox is being seperated...Leave a comment:
-
Show value entered in textbox in a table format
Create an HTML Page with a text box and button. User can input any values in the text box (for e.g Gunjan, 20, Ankur, 30, Kunal, 40, Rajesh,34 , Naresh,34)
the data is seperated by a comma and is entered in a single textbox only.
and then user clicks on the button. The values entered in the text box should be displayed in two column's table format.
Using javascript and also html
No activity results to display
Show More
Leave a comment: