Page 1 of 1
Coding: What character are you?
Posted: 2004-04-23 02:05pm
by Sam Or I
Does anyone have an example of how the coding works for these web pages?
Posted: 2004-04-23 02:17pm
by General Zod
Mind being more specific? That's somewhat vague. . . .do you mean html, java, perl, javascript, php? and what website exactly?
Posted: 2004-04-24 01:24am
by Mad
Are you talking about the polls where the user is presented a number of multiple-choice questions, and the answers are used to determine which character the user is supposed to be most like?
And, if so: it depends... what language? And how advanced do you want to go?
Re: Coding: What character are you?
Posted: 2004-04-24 03:05am
by salm
Sam Or I wrote:Does anyone have an example of how the coding works for these web pages?
edit -> view -> page source (at least in mozilla)
Posted: 2004-04-25 12:01pm
by phongn
Usually they're written in Javascript -- each radio button increments a value for a certain result and the result with the largest value is then displayed.