Forum: JSP Oct 27th, 2005 |
| Replies: 2 Views: 7,725 dateadd function I have 2 text field in a form.
1st field for input date.
I want to use onclick event handler for 2nd text field. When user click 2nd text field then show up the value of 10 days before the input date... |
Forum: MS SQL Oct 26th, 2005 |
| Replies: 5 Views: 50,333 insert multiple rows in database How do i insert multiple rows in database.
for example: I have 3 list:
list1: a1,a2,a3,a4
list2: b1,b2,b3,b4
list3: c1,c2,c3,c4
I want to insert a1,b1,c1 in 1st row. a2,b2,c2 in 2nd row,...
How do I... |
Forum: ColdFusion Oct 23rd, 2005 |
| Replies: 3 Views: 6,147 Re: insert database window sql server 2000. and I use coldfusion to create the rest of the form. |
Forum: ColdFusion Oct 23rd, 2005 |
| Replies: 3 Views: 6,147 insert database I have write javascript to create form field when button is click.
function addEvent(myTable){
var lastRow = myTable.rows.length;
var x1=myTable.insertRow(lastRow);
var a=x1.insertCell(0);
var... |