Jump to content
php.lv forumi
  • 0

Timer


euphoric

Question

Man te problēmiņa ar JS :

 

<script type="text/javascript">
var c= 15;
var t;
var s= 0;

function timedCount()
{
document.getElementById('txt').value=c;
if (c>s)
{
c=c-1;
}
t=setTimeout("timedCount()",1000);
}
</script>

 

 

<form> 
<input type="text" id="txt" />
</form>

 

Vai ir iespējams izvadīt viņu kkādā tegā, neizmantojot inputu ?

 

- Nu protams kad ir.. , bet nu JS nav mana stiprā puse. . .

 

Uz ko vajadzētu tēmēt ?

 

Paldies.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...