Jump to content

Ata

Members
  • Posts

    8
  • Joined

  • Last visited

Ata's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Ata

    calendar

    @Justsomeguy; that's what I meant. But I can't get a start.. I don't know how to generate a year using loops, I just started with javascript. Can someone help me ?
  2. Ata

    calendar

    Hi thanks. But I need to make a full year calendar (or longer) with loops. Can anyone help me with that?
  3. Ata

    Local storage

    No, I thought it might work. But I have another code now. But thanks!
  4. Ata

    calendar

    hello, i need to make a calendar. I saw a code but I'm don't know the site, I can't find it again. It generates all month and days automatic in a small code. A row with getmonth and get days. It is in table form. Can some one help me?
  5. Ata

    Local storage

    I got this code now. <script type="text/javascript"> document.write("<input type='text' value='' onclick='alert('message')' />"); document.write("<input type='text' value='' onclick='alert('message')' />");document.write("<input type='text' value='' onclick='alert('message')' />");</script> How can I save this on my server with local storage? I want if I type something in the input field that I can save it, and when I refresh it is still there.
  6. Ata

    Sorting

    I want sort on alphabetic, but also on categories. For example, I click on "action" and all movies with the genre action are showed. I click on thriller, and all the thrillers are showed. But I think it's more JS?
  7. Ata

    Sorting

    Hello guys, If this is in the wrong place, sorry. I got a question. How can I make something that sorts on name and category? I want 6 different categorys. I don't know how to google it.
  8. Hello guys, At first, I'm Netherlands so excuse me for my bad language. Now my question. For my school project we need to make a pre order system for a cinema. As you an see on the picture, this is how the room will look. You have three different price categorys, and I got this file already in html and css. All sections are clickable, but it don't do anything. Now my question is, how can I make it work that it will count all prices which I click on, and automatically count it? It will look like this for example: 7,507,507,50 11 11 13 + ------------- 57,50I hope somebody can help me.Thanks!
×
×
  • Create New...