prince
04-23-2005, 11:41 AM
Hi there.
I am displaying a page generated from a SERVLET it outputs a table with rows in it .. The constrain here is the table values are taken out of a vector and filled on the table columns.
Since to insert values from vector into table colums . The table columns are taken as INPUT fields and remains active on the page. Which need to be made inactive /Blurred after vector does its filling . Thus to stop user entering any value or to change the same.
In simple way I am looking for :
1) Embeding a java script in SERVLET to be called on columns to blurr them. HOW IT CAN BE ACHEIEVED?
Please send any such working example/reference or suggestion you have .Thanks!
I am displaying a page generated from a SERVLET it outputs a table with rows in it .. The constrain here is the table values are taken out of a vector and filled on the table columns.
Since to insert values from vector into table colums . The table columns are taken as INPUT fields and remains active on the page. Which need to be made inactive /Blurred after vector does its filling . Thus to stop user entering any value or to change the same.
In simple way I am looking for :
1) Embeding a java script in SERVLET to be called on columns to blurr them. HOW IT CAN BE ACHEIEVED?
Please send any such working example/reference or suggestion you have .Thanks!