Hi
    Please look at following function.

function showCatalogDetail(name,adapterName,widgetId,adapterId) {

  var dummy=new Date().getTime();
  var divName = 'adapterDetails-'+adapterId;
  new Ajax.Updater(divName, '<html:rewrite page="/do/AdminGUI/
getCatalogDetails"/>'+'?dummy='+dummy,
                {  method:'post', evalScripts: true,onComplete :
showMe(divName,widgetId), parameters: {campaignName: name,
adapterName:
adapterName,widgetId:widgetId,adapterId:adapterId } } ) ;

}

//   div with divName id will be overridden with response data. and
display after completion. The
 //  fuction is working fine in FF but not working in IE 7.
function showMe(divName,widgetId)
{

  Element.show($(divName));
  Element.hide($('campaignTable'));
  Element.show($('campaignMainContent'));

}


Please help me,


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to