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
Sam
Всем, привет!
Помогите пожалуйста разобратся, в данном коде при нажатии на второй бокс, активируется первый эриатекст (((
Как сделать независимыми позиции? (планируется их множество)
<FORM>
Изделие 1
<input type="checkbox" NAME="1" onclick="if(this.checked){document.getElementById('nextSibling').style.display='inline-block'}else {document.getElementById
('nextSibling').style.display='none'; document.getElementById('nextSibling').value='';}">
<input type="text" placeholder="0" SIZE=1 MAXLEGNTH=1 style="display: none;" id="nextSibling">
<br>
Изделие 2
<input type="checkbox" NAME="2" onclick="if(this.checked){document.getElementById('nextSibling').style.display='inline-block'}else {document.getElementById
('nextSibling').style.display='none'; document.getElementById('nextSibling').value='';}">
<input type="text" placeholder="0" SIZE=1 MAXLEGNTH=1 style="display: none;" id="nextSibling">
</FORM>
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.
Note: Your post will require moderator approval before it will be visible.