$("#TOAppr").live("click", function(){
$.post("webapps/hr/admin/actions/act_adminHR_handler.cfm",
{
desc: $(this).attr('desc'),
pk: $(this).attr('pk')
});
$("#content-box").load("webapps/hr/admin/display/dsp_timeOffApprove.cfm?dept
="+dept+"&ap=1");
return false;
});
This is the typical click the link, database stuff happens in the
background, and the page is re-rendered with new data.
You wind up with a table that rows are removed from when a link is clicked.
This works fine in Firefox, but no re-rendering in IE, the database calls
happen,, but nothing is sent back to the browser.
Any suggestions
--
Scott Stewart
IT Consultant/ColdFusion Developer
4405 Oakshyre Way
Raleigh, NC 27616
(919) 874-6229