[Javascript] Order of script-processing

SkyScanner skyscanner at eircom.net
Mon Sep 26 08:43:46 CDT 2005


MessageHuh? That's exactly what I did do...  show:slow:hide

Tim in Ireland.
  ----- Original Message ----- 
  From: Glenn E. Lanier, II 
  To: '[JavaScript List]' 
  Sent: Monday, September 26, 2005 1:52 PM
  Subject: RE: [Javascript] Order of script-processing
  showGif('icon_5');
  setTimeout("slowRoutine()",10);
  setTimeout("hideGif('icon_5')",10);
       [GEL>] Why don't you move hideGif() to the end of slowRoutine? That way, if it takes more time on a slower machine, your image isn't hidden early. 


------------------------------------------------------------------------------


  _______________________________________________
  Javascript mailing list
  Javascript at LaTech.edu
  https://lists.LaTech.edu/mailman/listinfo/javascript
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20050926/ca4d9255/attachment.htm>


More information about the Javascript mailing list