Web Design Forum: plz help me on my small javascript problem - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

plz help me on my small javascript problem

#1 User is offline   hosam alaa 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 26
  • Joined: 28-October 08
  • Reputation: 0
  • Gender:Male
  • Location:EGYPT
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 08 September 2010 - 10:27 PM

hello,
i will not waste the time :D

i want to make a script in javascript
this script change the hot news shown in an area

start news1
after 5 sec news2
after 5 sec news3
and so on..

i want to have break between the news 5 sec

when i used this code

alert("before waiting");
setTimeout("alert('now')",5000);
alert("after waiting");

that was the result
1-before waiting
2-after waiting
3-now (appeared after 5 sec)

but i want to be

1-before waiting
2-now (after 5 sec)
3-after waiting

and when i used wait() instead of setTimeout()
only "before waiting" alert appeard and the "after waiting" alert didn't appeared

DO u help me to set timebreak between the news??

-------------
hosam alaa
www.sa7afa.net
0

#2 User is offline   ali_hammad 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 03-November 09
  • Reputation: 0

Posted 09 September 2010 - 06:20 AM

Ohh. you want the script to pause. JavaScript is multi-threaded. It won't pause untill setTimeout() executes, the execution of rest of the script will carry on.

check this link to see some techniques to achieve what you want.
http://www.webdevelo...hp/t-33739.html
0

#3 User is offline   hosam alaa 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 26
  • Joined: 28-October 08
  • Reputation: 0
  • Gender:Male
  • Location:EGYPT
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 18 September 2010 - 02:51 PM

i did it
u can check my home page to see the script

http://www.sa7afa.net/new/


-------
hosam alaa
www.sa7afa.net
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users