hi,
my code is -->
on click of cancel it should be reseated to previously present in ModelAnd View(MAV) object
code is document.getElementById('ruleDesc').value = '';
but m getting javascript error while setting tht one
i view tht source in IE.
that is because of
it looks like ->
document.getElementById('ruleDesc').value = 'this is the data from database
ok ?'
if there is \n in database it will go to next line because of that ' after document.getElementById('ruleDesc').value is not completed
can u please help me about that problem.
than
hi,
m getting ' page instead of Apostrophe ( ' ).
can u please help me about that.
thanx in advance.
code is -->
document.getElementById("corpName").value = '';
suppose in text box in insert "Beneficiary's" after saving it display Beneficiary's.
hi,
i am displaying hidden TR in javascript. it is displaying fine in javascript. but it is working fine in IE. but not it display in wrong column in mozilla.
can u please help me for that.
thanx in advance.