Recent content by Manuel0815

  1. M

    Click Button

    Hello, First i want to explain what i want to do. I have done a website, and in the main part is a section with different Maindivs. Those maindivs have all the same css and html code with a lot of divs in those maindivs. Here for excample: <section class="_CB11"> <div class="Maindiv> <div>...
  2. M

    Add Content after click Button

    Hello, First i want to explain what i want to do. I have done a website, and in the main part is a section with different Maindivs. Those maindivs have all the same css and html code with a lot of divs in those maindivs. Here for excample: <section class="_CB11"> <div class="Maindiv>...
  3. M

    Javascript

    I have a question. Hoe do i can store a variable into a cookie? For example i have the function: function log(){ var userinput = { Name: document.getElementById('name').value } Var user = userinout.name; } Hoe can i store the 'user' variable into a cookie, and how can i automaticly...
Back
Top