Jump to content

AudioWave

Members
  • Posts

    2
  • Joined

  • Last visited

AudioWave's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thanks.Just wondering, what does ifram do? Have to do with iFrame?
  2. I'm having trouble using multiple simple timing operations in a function. Here is what I have: <html><head><script type="text/javascript">function timeDisplay(){var t=setTimeout("document.write('H_')",100)var t=setTimeout("document.write('He_')",200)var t=setTimeout("document.write('Hel_')",300)var t=setTimeout("document.write('Hell_')",400)var t=setTimeout("document.write('Hello_')",500)}</script></head><body onload="timeDisplay()"></html> The resultAs you see, it only performs the first simple timing operation, than infinitly tries to load the rest. How do I fix this bug?
×
×
  • Create New...