Hi,
For a search criteria ie depending upon the value in combo box,when a hyperlink search is clicked ,records which match this criteria will be displayed to the user.
there will be a check box against each record,for example like hotmail site or yahoo.the user can choose records and delete them.
But one restiction i have to impose is that,the user can choose records only from bottom and in order.ie If there are 10 records displayed,he can choose 10th,9th,8th in order.
he cannot choose 10th ,then 4 and the 7th like that.He has to choose records in order from the bottom and the delete.If he chooses wrongly i have to give a alert saying choose records in order from bottom.
How can i validate using javascript.Thanks in advance.
Rama
For a search criteria ie depending upon the value in combo box,when a hyperlink search is clicked ,records which match this criteria will be displayed to the user.
there will be a check box against each record,for example like hotmail site or yahoo.the user can choose records and delete them.
But one restiction i have to impose is that,the user can choose records only from bottom and in order.ie If there are 10 records displayed,he can choose 10th,9th,8th in order.
he cannot choose 10th ,then 4 and the 7th like that.He has to choose records in order from the bottom and the delete.If he chooses wrongly i have to give a alert saying choose records in order from bottom.
How can i validate using javascript.Thanks in advance.
Rama
Comment