414 posts tagged with javascript. (View popular tags)
Displaying 401 through 414 of 414. Subscribe:

Related tags:
+ (95)
+ (64)
+ (58)
+ (53)
+ (39)
+ (34)
+ (32)
+ (27)
+ (25)
+ (23)
+ (19)
+ (18)
+ (18)
+ (17)
+ (15)
+ (15)
+ (15)
+ (13)
+ (13)
+ (12)
+ (12)
+ (10)
+ (10)
+ (10)
+ (9)
+ (9)
+ (9)
+ (9)
+ (9)
+ (8)
+ (7)
+ (7)
+ (7)
+ (7)
+ (7)
+ (7)
+ (7)
+ (7)
+ (6)
+ (6)
+ (6)
+ (6)
+ (6)
+ (6)
+ (6)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
markcmyers (10)
a womble is an act... (6)
grumblebee (6)
WCityMike (5)
maxwelton (4)
jbickers (4)
handee (4)
Grod (4)
jasondigitized (4)
jpburns (4)
ph00dz (3)
Tryptophan-5ht (3)
weston (3)
kenaman (3)
Jezztek (3)
Phire (3)
kaizen (3)
TunnelArmr (3)
B(oYo)BIES (3)
steinsaltz (3)
jsturgill (3)
The Winsome Parker... (3)
bonsai forest (3)
nushustu (2)
omnipotentq (2)
Rabulah (2)
andihazelwood (2)
Solomon (2)
0bvious (2)
desjardins (2)
Senor Cardgage (2)
GregX3 (2)
drjimmy11 (2)
mickbw (2)
chudmonkey (2)
JPowers (2)
31d1 (2)
Dag Maggot (2)
Blue Buddha (2)
odinsdream (2)
j.p. Hung (2)
Freen (2)
cyrusdogstar (2)
kirkaracha (2)
geoff. (2)
delfuego (2)
Marquis (2)
gramcracker (2)

JavaScript scrollbar width detection?

JavaScript: is it possible to detect a Windows XP user's chrome settings? For some perverse reason, chromed-out Windows XP scrollbars are a pixel wider than their "Classic" counterparts and it's breaking an interface.
posted by yerfatma on Nov 4, 2004 - 6 answers

 

Win '98 - Javascript + IE/Firefox + NYT = Random GIF. Fixes?

Web browser image cache mayhem: We've got a fairly ancient Dell box running Win98. On Javascript-intensive websites like the New York Times, following a link or a form button ends up redirecting to a random GIF image on the source page, rather than the target destination. We have to hit refresh a bunch of times before the page actually loads. Switching between IE and Firefox doesn't seem to make a difference. Any software fixes for us? (We don't want to install XP as we don't want to rock the boat and we're not sure the system can handle it.)
posted by PrinceValium on Oct 10, 2004 - 5 answers

how do I build web pages people can annotate

I want to create a website which visitors can "annotate" with something more than a simple commenting system. Basically, I'm looking for Flickr's photo annotation capabilities, but for html documents instead of jpegs. My instincts say this could be accomplished with some fancy CSS and javascript, but I would prefer not to start from scratch if something already exists. Any ideas?
posted by sanitycheck on Oct 6, 2004 - 8 answers

What's wrong with my javascript?

I'm having trouble using javascript in XHTML 1.1 to calculate character count in an input box and a textarea. I have a script that works with XHTML 1.0 transistional and IE only, I can't seem to get it to work with Firefox, and if I drop the name attribute from the form tag to comply with XHTML 1.1, it won't even work with IE. Please help me make it work. [code inside] [more inside]
posted by riffola on Sep 18, 2004 - 7 answers

In Javascript, how can I get the position of the mouse within an element when it's clicked?

Javascript Help: Getting position of mouse within an element when that element is clicked on. [more inside] [more inside]
posted by weston on Sep 17, 2004 - 3 answers

Data loading question

JavaScript (probably)...

Is there a reliable, cross-browser, way of loading dynamic (server side) data into a page without a reload (using a client side script)? I'm trying to imitate the action of a pop-up (supplying context-sensitive information), but in div without having to use new windows or iframes or anything.

I've found a couple of proprietary xml methods, but nothing I can rely on.
posted by monkey closet on Sep 13, 2004 - 6 answers

I have a question about Javascript.

stupid javascript question. ⇒more inside[more inside]
posted by Grod on Sep 11, 2004 - 5 answers

Javascript/CSS/IE

I'm having a javascript/CSS/IE problem. I'm working on a website that has a line of buttons at the top for navigation, and when you mouseover the button, a menu drops down giving you sub-options. This is controlled pretty simply with javascript changing the "visibility" attribute in the stylesheet for the menu. A problem arises in IE, however, when there are form elements on the page. If the dynamic drop-down menu overlaps a form element, that form element disappears. (Specifically, this is happening with a menu) You have to reload the page to get it back. Anyone know why this might be happening, or how to fix it? Works fine in NS7, Firefox, Mozilla, etc..... [more inside]
posted by emptybowl on Aug 18, 2004 - 5 answers

Microsoft Script Debugger

Microsoft Script Debugger - Has anyone actually gotten this thing to work properly? I've got some JavaScript (that I didn't write) that is completely bisbehaving in IE (although it produces no errors...it works fine in FireFox, so my usual line of attack doesn't work). I've used the View | Script Debugger | Break at Next Statement and then refreshed the page. It opens the debugger app but doesn't open any source files and it most certainly doesn't break. Has anyone seen this behavior and overcome it?
posted by mmascolino on Aug 10, 2004 - 4 answers

Firefox / Javascript question... how do I get the mouse X/Y position across frames?

Firefox / Javascript question... how do I get the mouse X/Y position across frames (relative to the browser window, of course) [more inside]
posted by holloway on Aug 2, 2004 - 3 answers

Multiple Webcams

I'm trying to get a bunch of webcams running on the same page. I found a Javascript refresh script, and tried to adapt it to work for more than one cam. Of course, if I had any knowledge of Javascript, I might have succeded, but I don't, so take a look inside and lend me a hand, if you please. [more inside]
posted by Orange Goblin on Jun 9, 2004 - 2 answers

How do I make an online form with email address inputs?

I need javascript or html code for my website so that users can enter their email address in a box, hit send to send it to my inbox. It's so that they can receive notification of updates. I have searched high and low, but no luck.
posted by Quartermass on Apr 7, 2004 - 5 answers

How to make collapsible lists on a webpage?

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 by blueshammer on Mar 30, 2004 - 7 answers

Wanted: list of canonical, essential mailing lists/discussion groups for web development

Wanted: list of canonical, essential mailing lists/discussion groups for web development, a lá css-discuss. [more inside] [more inside]
posted by weston on Feb 5, 2004 - 3 answers

Page: 1 2 3 4 5 6 7 8 9