You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
XAM
Есть такой скриптик.... допустим...
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Тег IFRAME, параметр width</title>
</head>
<body>
<script>
function sc() {
document.getElementById("frame").src="http://www.forum.htmlbook.ru";
setTimeout(sc, 5000);
}
setTimeout(sc, 5000);
</script>
<iframe src="tip.html" width="300" height="300" id='frame'></iframe>
</body>
</html>
дальше нужно прикрутить список рызных урл, чтобы они менялись во фрейме....
Как ето сделать?
Edited by XAMLink to comment
Share on other sites
12 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.
Note: Your post will require moderator approval before it will be visible.