Can I edit or otherwise fix this login page?

In order to use the online textbook (at my.hrw.com), my students must, of course, log in. Makes sense. But in addition to asking for their username and password, the login page also asks them for what school they’re at. There’s a drop-down list they can select it from.

The problem is, that drop-down list is literally (and I don’t know what word to use here, but I literally mean “literally”) over 8000 elements long. Even typing the first letter of the name doesn’t help much, because there are nearly a thousand entries starting with C. This is unwieldy, to say the least, so I’ve been trying to find ways to make things easier for my students.

My first thought was to download a copy of the HTML file, edit out all but one element of each drop-down, save it, and then open that in a web browser. Unsurprisingly, though, the page contains relative URLs that prevent that from working. I could try to hunt down all of those and change them to absolute, but I’m not actually sure that would work, either (even if I found all of them, which I probably wouldnt’): A login process might well check to make sure that the referring page is from the same domain.

But there’s got to be some way to make this usable. Any ideas?

You can narrow it to state it look likes,
I broke the link to make it easier to read
Like this: https:// Holt McDougal Online
But sadly the school doesn’t seem to be a passable parameter.

Ooh, actually it is! You need to dig out the code number for the district, but I’ve found that, and it seems to work.

I thank you, and my students thank you.

Those lists work ok if you type relatively quickly. Like if you type “north” you get to the “north” part of the list. If you type slowly you get the n schools, then the o schools, then the r schools etc.

IF it’s using normal tools. More and more lately, I’m seeing web “designers” who insist on reinventing those wheels, don’t understand the paradigm, and so you cannot select all, or cannot select past the first letter. Give me strength.

Some of my students reported that typing multiple letters worked, while others said it didn’t. Odd, given that they’re all using lot-bought Chromebooks.

But anyway, I have a method that works. And which might even be irrelevant, because I’m discovering that the content behind the login page sucks even worse than I’d thought.

Probably relates to typing speed. You have to punch in each subsequent character in less than around a second.

Yeah, I just meant that this specific website works fine if you type quickly.

Ah. I’d missed that the specific site was mentioned. And I’m so tired of these idiot sites that it triggered me! Apologies.