After I press the "buy tickets" button I want a pop up showing the tickets chosen, number of tickets and the total price so the user is able to confirm before moving onto...
Can I ask if the why the javascript part has to be in the <body>? It's because I have other code for another input form validation and a session timer which refuses to work if I put those...
This is exactly what I mean! Thanks a lot!
One final question, do I put that bit of javascript code into my "information" div, or can I put it anywhere?
I have a small problem that I need help with in Dreamweaver. I'm creating a webpage about a BB's history and I want to put in a Javascript text resize which would only increase/decrease...
I am making a program that will allow people to purchase tickets. I'm relatively new at this so I'm just practicing with with concert tickets and stuff before going into the real thing.
...
I am trying to create a online booking page for my fathers business and need some assistance.
I am relatively new to JavaScript, and wanted to keep it simple - so I've tried to replicate...
Thanks a lot! Its worked now.
It's those small things you fail to notice ha, last time I did a program a simple "}" was missing and I was pulling my hair out trying to fix it!
I'm working on a code at the moment which is like a book shop. I want the program to allow the user to enter a book name and price then add it and after adding the books and its...