I have some code like this that is not working:

dojo.event.topic.subscribe("/refreshTopic",
function(data, type, e) 
{ 
   if ('load' == type) 
   { 
     
dojo.event.topic.publish("/refreshCableHeadends")    
      dojo.event.topic.publish("/refreshTDGrid")      

      return; 
   } 
}

Only the first div (from refreshCableHeadends) is
being refreshed, other one is being ignored.

Any ideas or suggestions?  I tried chaining them
together, that did not work either.

Thanks,

Scott



       
____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to