Forum: JavaScript / DHTML / AJAX Apr 17th, 2006 |
| Replies: 2 Views: 1,222 Hi All,
I am creating a html file where rows are being Genereated Dyanmically.
Now I want to pass the values of Input box to the perl File.
I am not able to send the values of row to the server... |
Forum: JavaScript / DHTML / AJAX Apr 13th, 2006 |
| Replies: 1 Views: 1,329 Hi All,
I am generating the Rows Dynamically in the table.
Problem is that for the first row calendar pop up window is coming and for the other window it is not coming.
I am pasting the... |
Forum: JavaScript / DHTML / AJAX Apr 13th, 2006 |
| Replies: 3 Views: 4,009 Hi All,
I want to pass the value of java script variable in perl?
how can I do that.
Please help me.
Thanks |
Forum: HTML and CSS Apr 12th, 2006 |
| Replies: 1 Views: 2,033 There is a form in which rows are generatiing Dyanamically.
There are 25 Text boxes...
How can I insert the data into Database ?
I am using for the backend programming.
If U want then I can send... |
Forum: HTML and CSS Apr 11th, 2006 |
| Replies: 6 Views: 1,289 Hi,
I have reused the code which was given in the link.
but there is one more problem,when I am adding a new row ,new row contains the data of the previous row.
I want the new row to be blank..... |
Forum: HTML and CSS Apr 11th, 2006 |
| Replies: 6 Views: 1,289 This is the code....
<html>
<head>
<title>Repository</title>
</head>
<body> |
Forum: HTML and CSS Apr 11th, 2006 |
| Replies: 6 Views: 1,289 hi,
I have seen the code but my requirement is totally different.
I am trying to make a form which looks and work like the Excel sheet.
I am stuck at this point...
When a user hit the Enter... |
Forum: HTML and CSS Apr 10th, 2006 |
| Replies: 6 Views: 1,289 Hi All,
I am trying to create html form which looks like Excel Sheet.
I am able to some extent, only thing where I am stuck is how to make the rows dynamic(Once the user click Enter a new row... |