Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21062 - 21091 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21062
... Exactly -- you're adding *all the values* regardless of whether the box is "successful", i.e. checked. :-) Untested, but something like var b1 =...
Hassan Schroeder
laughingandj...
Offline Send Email
Mar 29, 2007
3:09 am
21063
... Exactly -- you're adding *all the values* regardless of whether the box is "successful", i.e. checked. :-) Untested, but something like var b1 =...
Hassan Schroeder
laughingandj...
Offline Send Email
Mar 29, 2007
3:56 am
21064
I have a form with three checkboxes, and want to set another variable depending on which boxes are checked. The boxes have values of 1, 2, and 4, and I want to...
caitlin_weaver
Offline Send Email
Mar 29, 2007
6:14 am
21065
Hi, I am trying to get some training material to run within an LMS (learning management system). This material is produced with "Articulate" software which...
spot_notrub
Offline Send Email
Mar 29, 2007
6:27 am
21066
... Exactly -- you're adding *all the values* regardless of whether the box is "successful", i.e. checked. :-) Untested, but something like var b1 =...
Hassan Schroeder
laughingandj...
Offline Send Email
Mar 29, 2007
7:22 am
21067
Update IE on the broken PCs, there is a fix from Microsoft on this issues. Also note: Java is *NOT* JavaScript. "This e-mail is from Reed Exhibitions (Gateway...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Mar 29, 2007
7:23 am
21068
Update IE on the broken PCs, there is a fix from Microsoft on this issues. Also note: Java is *NOT* JavaScript. "This e-mail is from Reed Exhibitions (Gateway...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Mar 29, 2007
8:34 am
21069
I have a form with three checkboxes, and want to set another variable depending on which boxes are checked. The boxes have values of 1, 2, and 4, and I want to...
caitlin_weaver
Offline Send Email
Mar 29, 2007
1:23 pm
21070
Hi, I am trying to get some training material to run within an LMS (learning management system). This material is produced with "Articulate" software which...
spot_notrub
Offline Send Email
Mar 29, 2007
1:23 pm
21071
Greetings all, it has been a very long time since I posted here :-) I have made a dynamic form builder and All I am doing is cloning a DIV that contains some...
Russ michaels
snake_hollywwod
Offline Send Email
Apr 13, 2007
9:03 am
21072
... properly ? ... is this list still alive ?...
Russ michaels
snake_hollywwod
Offline Send Email
Apr 13, 2007
5:45 pm
21073
... Yep :-) But I, at least, wouldn't hazard the wildest quess about your issue without test case code that demonstrates the failure. Hint. :-) -- Hassan...
Hassan Schroeder
laughingandj...
Offline Send Email
Apr 13, 2007
7:29 pm
21074
I did wonder as the last post was 29th March. It turned out to be something in the CSS causing it as getting rid of the stylesheet fixes the problem, now I...
Snake
snake_hollywwod
Offline Send Email
Apr 13, 2007
9:20 pm
21075
Hi, Did you ever get an answer to your question from 2001 about getting the modified date of a linked file..? (Long shot, I know!) -Niels Fanøe...
Niels Fanøe
denelo2000
Offline Send Email
May 16, 2007
9:52 am
21076
I have some code that adds a new row of INPUT fields to a form when a button is pressed. I use the following line to assign an onchange eventhandler. ...
Don Arnett
darnit78
Offline Send Email
May 31, 2007
7:00 pm
21077
I downloaded VS Web Developer Edition. It wasn't obvious how to use (or even find) the debugger on an existing page. Today I found this webpage (link below)...
Don Arnett
darnit78
Offline Send Email
Jun 1, 2007
2:43 pm
21078
I am displaying/hiding a DIV by changing visibility between visible and hidden when the user mouses over a link. So, when the user hovers over this link, a...
Don Arnett
darnit78
Offline Send Email
Jun 12, 2007
8:23 pm
21079
This is an age old known issue, you have to switch them off when the DIV is shown. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, ...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Jun 12, 2007
8:44 pm
21080
Thanks. Now I won't waste a ton of time looking for an answer. By "switch them off when the DIV is shown", do you mean to hide the SELECT objects? ... the DIV...
Don Arnett
darnit78
Offline Send Email
Jun 12, 2007
10:02 pm
21081
Yep, exactly you have to hide those elements in order for you div not take go behind. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, ...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Jun 12, 2007
10:07 pm
21082
Hi All, I am facing issues with IE 7. If I have a simple page with the following content: <html><body><script> var aaa = new Object(); aaa.data = "bbb"; //......
Ashish Kumar
ashkumar97
Offline Send Email
Jun 20, 2007
6:51 pm
21083
i have a js file which reads data from my database in utf8 format, unless i convert the data to unicode format it could not be shown on my web pages and since...
Amineh
sindy83us
Offline Send Email
Aug 6, 2007
5:56 pm
21084
This is probably a dumb question, but I'm a js dummie, so forgive me. The idea is I want to have a stylesheet for all users (both with and without js), and...
Dean Hamack
tactics2337
Offline Send Email
Dec 31, 2008
11:48 pm
21085
... document.write is (IMO) clumsy and ugly, and doesn't work in a true XHTML page. Forget you ever heard of it :-) Alternatives: 1) directly manipulate the...
Hassan Schroeder
laughingandj...
Offline Send Email
Jan 1, 2009
6:19 am
21086
Thanks Hassan. I think I like option number two. So how do I add the class to the body tag with js?...
Dean Hamack
tactics2337
Offline Send Email
Jan 2, 2009
5:33 am
21087
... The method you're interested in is `addClassName()` -- google for docs/examples. :-) HTH, -- Hassan Schroeder ------------------------...
Hassan Schroeder
laughingandj...
Offline Send Email
Jan 2, 2009
6:54 am
21088
This form allows a customer to choose a shipping option. While it submits the form, no matter which button is selected, the same value is always submitted. ...
tmallan
Offline Send Email
Feb 18, 2009
10:46 pm
21089
... From: "tmallan" ... Hi tmallan, This group doesn't seem to be very active of lately, though there seems to be quite a few group members. I'm a newbie at...
Bob
robert_dehoure
Offline Send Email
Feb 20, 2009
10:40 pm
21090
You are making a big mistake. Just do a onclick="Ship_Option(this.form)" on each item And inside the function function Ship_Option(form) { form.submit(); } You...
Rafael Raposo
porrak
Offline Send Email
Feb 20, 2009
10:57 pm
21091
I've been searching all over the place, but can't seem to find an example of what I'm trying to do. Hoping someone here can point me in the right direction. ...
Dean Hamack
tactics2337
Offline Send Email
Mar 30, 2009
8:12 pm
Messages 21062 - 21091 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help