Need a way to complete a mousedown/mouseup event cycle in JavaScript, when said cycle is interrupted by a dialog box. Not sure if there's a way to "manually" call the mouseup event after the fact, or what. [more inside]
posted on Aug 14, 2007 - 3 answers ![]()
Yet another redirect question: How can I auto-redirect a visitor to another page, although I can't edit the page's HTML/code, per se? [more inside]
posted on Aug 31, 2006 - 6 answers ![]()
We use an internal survey tool which automatically generates and collates web-based surveys. It wasn't written by me. I'm having a problem with one particular page; have a look at the following: [more inside]
posted on Dec 13, 2005 - 14 answers ![]()
FireFox filter. This is driving me mad. My website has a little JavaScript (inside) to drag in a random image. Each image is 150 wide (varying heights). IE displays them fine. Firefox 1.0 resizes certain images. Anyone know why?
posted on Nov 24, 2004 - 9 answers
Because I only know pidgin HTML, I'm not sure if what I'm about to ask is Web Design 101 or Web Design 665, but: If I want to have a collapsible list, such that if someone clicked on "Words that start with B" in the following:
Words that start with A
Words that start with B
Words that start with C
the page would then reformat to show
Words that start with A
Words that start with B
balustrade
brickbat
bumptious
Words that start with C
without the whole page having to reload. Can someone please point me to a resource or study-able example?
posted on Mar 30, 2004 - 7 answers