<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. . .
Question
euphoric
Man te problēmiņa ar JS :
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.