sir,
I can't select a check box if table contains only one record..
User Profile
Collapse
-
pcdelform
...Code:<%@ page language="java" import="java.sql.*"%> <% Class.forName("oracle.jdbc.driver.OracleDriver"); %> <html> <head> <title>PC Deletion Page</title> <script language="javascript"> function validation() { var count=0; for(var i=0;i<del.chbox.length;i++) { if(del.chbox[Leave a comment:
-
Select checkbox for exactly one record
I hav a jsp page whch dynamically displays the records from database into table. On the left side of each row in a table i use checkbox for users to select for deleting single/multiple records from database.. if database contains muliple records i can easily check the checkboxes of required rows in a table and delete thm from database.. But i can't select a checkbox in a table if database contains exactly one record..
Help me plz.. it's urgent.....
No activity results to display
Show More
Leave a comment: