problem with onMouseover
hi friends
iam facing one problem from onmouse over,when iam retrieveing data from second time its showing 400 bad request.
i took the data from Temp variable
function OutcomingMsg(RowNo)
{
var OutcomingMsg=document.mform.temp[RowNo].value;
return OutcomingMsg;
}
like this iam takeing
so next time when i click the retrieve button its taking all the temp data
plz solve this issue.
iam facing one problem from onmouse over,when iam retrieveing data from second time its showing 400 bad request.
i took the data from Temp variable
function OutcomingMsg(RowNo)
{
var OutcomingMsg=document.mform.temp[RowNo].value;
return OutcomingMsg;
}
like this iam takeing
so next time when i click the retrieve button its taking all the temp data
plz solve this issue.
sambasivarao
May 16,