Jump to content

Search the Community

Showing results for tags 'силка'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Development
    • HTML Coding
    • JavaScript
    • PHP
    • CMS
    • Database
    • Web Server
    • Web-site Development
    • Internet Marketing, SEO
  • Library
    • Tricks and solutions
    • Books
  • Commercial services
    • Freelance
    • Job
    • Goods and Services
  • Our Forum
    • Flame
    • Contests
    • Feedback and Ideas

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Web site


Telegram


Signal


Viber


Skype


From


Interests

Found 1 result

  1. Ребят поскольку я только начинающий, подскажите как формировать ссылку с переменой, То есть как сделать чтобы к силки добавлялось значение с переменой !DOCTYPE html> <html lang="ua-UA"> <head> <meta charset="UTF-8"/> <title>Люстра в моїй кiмнатi</title> <link rel="stylesheet" href="style.css"> </head> <body> <h1 align="center">Управлiння люстри в моїй кiмнатi</h1> <div class="zaholovok red" id="r">ЧЕРВОНИЙ</div> <input type="range" id="fan11" min="0" max="1023" value="0" step="1" oninput="fan1()"> <div class="zaholovok green" id="g">ЗЕЛЕНЙ</div> <input type="range" id="fan22" min="0" max="1023" value="0" step="1" oninput="fan2()"> <div class="zaholovok blue" id="b">СИНIЙ</div> <input type="range" id="fan33" min="0" max="1023" value="0" step="1" oninput="fan3()"> <div class="zaholovok wait" id="w">БIЛИЙ</div> <input type="range" id="fan44" min="0" max="1023" value="0" step="1" oninput="fan4()"> <a href="http://192.168.0.106/ledr?r="+ id="r">ЗАСТОСУВАТИ</a> То есть как сделать чтобы к силки добавлялось значение с переменой <script type="text/javascript" src="function.js"></script> </body> </html> function fan1() { var rang=document.getElementById('fan11'); var p=document.getElementById('r'); p.innerHTML=rang.value; } function fan2() { var rang=document.getElementById('fan22'); var p=document.getElementById('g'); p.innerHTML=rang.value; } function fan3() { var rang=document.getElementById('fan33'); var p=document.getElementById('b'); p.innerHTML=rang.value; } function fan4() { var rang=document.getElementById('fan44'); var p=document.getElementById('w'); p.innerHTML=rang.value; }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy