| View previous topic :: View next topic |
| Author |
Message |
NLynne
Joined: 12 Jul 2006 Posts: 1
|
Posted: Wed Jul 12, 2006 1:01 am Post subject: need help with html form |
|
|
I have ah HTML form which requires the user to create a text username. The user must then select a password, so i have the user click on a link whch links to a htm page of images. each image has a radio button so the user will select an image by clicking on a radio button.
I then want 2 more screens of images to appear and have the user select 2 more images in the same manner as before. at some point I will require the user to login in using the username and image password combination. I have no idea how to implement this.
IIs there a way to do this using Javascript? and if so how can it be done? Any help would be greatly appreciated |
|
| Back to top |
|
 |
|
|
Scriptbanger
Joined: 23 Aug 2006 Posts: 5 Location: Boise, Idaho
|
Posted: Wed Aug 23, 2006 2:28 am Post subject: Re: need help with html form |
|
|
| This is a little complex for JavaScript. Is the UN/PW going to need to be remembered by the site for logins at a later date? If so then JavaScript won't work [this will require server side programming]. You might try PHP and mySQL or some other server side database/coding system. |
|
| Back to top |
|
 |
|