bubosquared: (work)
Sofie 'Melle' Werkers ([personal profile] bubosquared) wrote2002-09-19 03:33 pm
Entry tags:

(no subject)

JavaScript is a fucking bitch to tweak when you have no clue as to what you're actually doing. I mean, I learned HTML by c&p'ing code and then tweaking and seeig what that did. No such luck with JavaScript. Argh.

[identity profile] andrush.livejournal.com 2002-09-19 06:35 am (UTC)(link)
What exactly are you trying to do, darlin?

[identity profile] bubosquared.livejournal.com 2002-09-19 07:05 am (UTC)(link)
Well, you've seen the HP improv tool, right? I'm trying to make it so that people can click not only m/m, f/f or m/f, but all the subcategories (younger, middle and older generation) within those. So the options would be:

m/m:
[ ] younger/younger
[ ] younger/middle
[ ] younger/older
[ ] middle/middle
[ ] middle/older
[ ] older/older
[ ] all

f/f:
[ ] younger/younger
[ ] younger/middle
[ ] younger/older
[ ] middle/middle
[ ] middle/older
[ ] older/older
[ ] all

m/f:
[ ] younger/younger
[ ] younger/middle
[ ] younger/older
[ ] middle/middle
[ ] middle/older
[ ] older/older
[ ] all

m/m, f/f or m/f:
[ ] younger/younger
[ ] younger/middle
[ ] younger/older
[ ] middle/middle
[ ] middle/older
[ ] older/older
[ ] all

Help? I've already split the names into three categories. :(

[identity profile] andrush.livejournal.com 2002-09-19 07:44 am (UTC)(link)
Hrm. I took a look at your code, and it looks to me that all you have to do is add that code in and make sure the values are set. I'm not sure... let me email my Javascript expert friend in Denmark, and see what he says about the situation. I'll get back to you. :D

[identity profile] bubosquared.livejournal.com 2002-09-19 08:04 am (UTC)(link)
Here's the second version, in which I tried to implement some of the new possibilities. See if you can see what's wrong here?