Subject:
|
Help With HTML
|
Newsgroups:
|
lugnet.castle
|
Date:
|
Fri, 18 Jan 2002 05:25:57 GMT
|
Viewed:
|
727 times
|
| |
| |
Hi. I need some sort of code that, when you answer questions, based on your
answers it will take you to another page. Like a quiz. Like if i asked you
"What's your favorite color, and you said green, it would take you to
1.html. But if you said blue it would take you to 2.html, does anyone know
what I mean? If so please help me.
Sincerely
Jay Rodarte
aokaisui_chan@yahoo.com
http://www.geocities.com/aokaisui_chan
|
|
Message has 3 Replies: | | Re: Help With HTML
|
| (...) Hmm I think you'll need more than just HTML to get that to work. Forms (the "container" your questions sit in) are usually hooked up to CGI programs that interpret the results of the questions and act accordingly. You'll probably hafta write (...) (23 years ago, 18-Jan-02, to lugnet.castle)
| | | Re: Help With HTML
|
| (...) I put a couple of short samples, both using javascript, that do what I think you want at (URL) uses a select list for the answers, and (URL) uses radio buttons for the answers. The code for these is <html> <head> <title>choose a color</title> (...) (23 years ago, 18-Jan-02, to lugnet.castle, lugnet.publish.html)
| | | Re: Help With HTML
|
| Jay: If I follow your needs correctly it sounds like what you want to do is in the way of what are called "forms" in html. You could probably choose any of a number of ways of allowing color selections: menus, checkboxes, etc. The main worry is that (...) (23 years ago, 18-Jan-02, to lugnet.castle)
|
6 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|