Jump to content

WEB програмирование


Dlynnyj
 Share

Recommended Posts

Учу WEB програмирование.

Хотелось бы это делать на реальных сайтах, так как считаю что придумывание всяких задач не даст должного результата.

По оплате я думаю что в данной ситуации говорить не о чем))))

Но благотворительность приветствуется))))))

Link to comment
Share on other sites

ну скажем так сам пока бы не смог сделать (опыта и знаний маловато)

но нагуглить смог

 

<script type="text/javascript">
function addRow(id){
    var tbody = document.getElementById(id).getElementsByTagName("TBODY")[0];
    var row = document.createElement("TR")
    var td1 = document.createElement("TD")
    td1.appendChild(document.createTextNode("column 1"))
    var td2 = document.createElement("TD")
    td2.appendChild (document.createTextNode("column 2"))
    row.appendChild(td1);
    row.appendChild(td2);
    tbody.appendChild(row);
  }
</script>

я чесно говоря только заканчиваю изучать html & css. php на уровне синтаксиса и элементарных функций. JS мельком пролистывал.

Но есть огромное желание учиться.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   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.

 Share

×
×
  • 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