Jump to content

Largozol

Members
  • Posts

    6
  • Joined

  • Last visited

Largozol's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. hey i am sorry for the misspeled topic title...So what would that code that prevents from "catching" look like?
  2. Ебати майтапа,измежду толкова милиони народ из интернет,точно българин да ми отговори... : )
  3. Hey guys,how come some pop-ups dont get "caught" by some pop-up blockers? : )Its not a joke,i really wonder...
  4. its not that i need а clock,i just want to know what went wrong in this case.Does anybody else know what тhat error means?
  5. Hey scott,thank you, i fixed the <body> section , but the problem remains.I was following this tutorial and it uses the settimeout() within the function,and it seems to work. I had never seen a message like "Out of memory" before.
  6. Hello all!I was trying to create a javascript clock,when i got this alert by Internet Explorer - "Out Of Memory at : line 9" ! What does it mean?thats the code i used : <html><head><script>function clock() {var time= new Date()var hours=time.getHours()var min=time.getMinutes()var sec=time.getSeconds()document.gos.dao.value=hours + ":" + min + ":" + secsetTimeout(clock() ,1000)}</script><body onLoad="clock()"><form name="gos"><input type="text" name="dao" ></form></body></head></html>
×
×
  • Create New...