Update function is perfect! one question. You mentioned earlier that i could pass the values. I can pass the values just fine but once the second page is filled out how do i submit all the values?...
The second page doesn't replace anything in the db. It only replaces the nulls that automatically fill in after the first page gets submitted. I just dont know how to insert the second page of data...
I've seen long registration forms broken up into two pages. How can I have one page submit info to a table, and then another page submit more info in the same table?
The typing was just an example, but what I want to make is a chess clock, where there is two countdowns (which I already made) next to each other. And when some one else on another computer clicks on...
Hi, what I'm trying to do is make a page so that if someone does something it is live on everyones page thats viewing it and vice-versa. So for example, if there's a text box and I type something, it...
Hello, I have this script that takes input from three form boxes and inserts it into a mailto href. but when i try to modify it at all it stops working. what i want to do is have if, else, and if...
ok that solved the horizontal space problem but i still need 3 rows next to each other without vertical space. for example i cut an image up into 15 pieces, i want to rearrange them like 3 columns of...
what i need is, if someone hits ok on a javascript input box, then their inputed text comes out normal. but if they hit cancel, their inputed text should come out blue.
Thank you!! one question though. is it possible to output this to multiple places on the page? because i tried and it only showed up on one of the spots i put it
ok is it possible to do this any other way then? i want a link that goes to an anchor and when clicked a prompt and then an alert should pop up. then the contents of the prompt would be displayed...
Hello, I want to be able to click a link and have a input prompt pop up followed by an alert and then right the contents of the prompt to a specific spot. heres my code so far:
I want to have 8 input boxes, and on submit i want the value of them to populate 8 other input boxes below it. I can make it combine the values and populate one box, but how can i populate...