User Profile

Collapse

Profile Sidebar

Collapse
Sindhu Kumar
Sindhu Kumar
Last Activity: Jan 10 '12, 07:05 AM
Joined: Jan 7 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sir,
    I can't select a check box if table contains only one record..
    See more | Go to post

    Leave a comment:


  • 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[
    ...
    See more | Go to post
    Last edited by acoder; Jan 9 '12, 12:30 PM. Reason: Added [code] tags

    Leave a comment:


  • Sindhu Kumar
    started a topic Select checkbox for exactly one record

    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.....
    See more | Go to post
No activity results to display
Show More
Working...