A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Engineering
»
HTML, CSS and JavaScript
Author
Insert Tables(Urgent)
Angela Jessi
Ranch Hand
Joined: Nov 27, 2000
Posts: 428
posted
Jan 09, 2001 12:28:00
0
Hi All,
I have following code in which if I click the button, I want to insert the rows or columns in Table. How this is possible:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<SCRIPT LANGUAGE="JavaScript">
function updateValues(){
}
<body>
<table border="1" width="37%">
<tr>
<td width="21%"> </td>
<td width="79%"> </td>
</tr>
<tr>
<td width="21%"> </td>
<td width="79%"> </td>
</tr>
<tr>
<td width="21%"> </td>
<td width="79%"> </td>
</tr>
<tr>
<td width="21%"> </td>
<td width="79%"> </td>
</tr>
<tr>
<td width="21%"> </td>
<td width="79%"> </td>
</tr>
</table>
<p><input type="button" value="Button" name="B3" onClick="updateTable()"></p>
</body>
</html>
Thanks
Angela
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Insert Tables(Urgent)
Similar Threads
how to fetch the value of the checkbox in jsp?
Getting Values from a window to parent page
JSP error 500
Creating-deleting rows in HTML(URGENT)
How to store option format value in database in jsp
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter