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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 20987 - 21016 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20987
Hi All, I have a javascript function that brings a JSON response ( {id:['1','3','8'],institute:['a','b','d']} ) from a web service, with over 1500 rows, which...
·.·. ernesto ...
panquetofobia
Offline Send Email
Sep 3, 2006
11:36 pm
20988
Hi all. I'm rather new to Javascript, although I've done a lot of programming in past years, in other languages. Below is some code I have in development. I...
Alan K Baker
wurlitzerwilly
Offline Send Email
Sep 3, 2006
11:45 pm
20989
Set a variable like IsValidated = false; Then in your if statements set the IsValidated = true HTH, Ernie _____ From: JS-Jive@yahoogroups.com...
Ernest Breau
cf_ernie
Online Now Send Email
Sep 17, 2006
7:13 am
20990
Dear Friends I need a Javascript OR CSS script to "show border" OR "any effects" for hotspots on MouseOver event on image map. Best Regards Rizwan Ahmed...
javascriptcircle
javascriptci...
Offline Send Email
Sep 17, 2006
7:26 am
20991
I recently downloaded a script from dynamicdrive.com that displays the time and date on a web page. It works well, but I am experiencing problems trying to get...
J M Beck
trahcwolf
Offline Send Email
Sep 17, 2006
7:31 am
20992
Have you tried Google? There is information out there. For instance: ...
David Smart
smartware_co...
Offline Send Email
Sep 17, 2006
7:50 am
20993
It would help if you posted the relevant HTML, etc. :-( Regards, Dave S ... From: "J M Beck" <trahcwolf@...> To: <JS-Jive@yahoogroups.com> Sent:...
David Smart
smartware_co...
Offline Send Email
Sep 17, 2006
8:11 am
20994
Hi people, I have been reading some javascript code trying to track down how it works. But I stumbled onto a part which I cant understand what it does. The...
Bennie
bvkeulen
Offline Send Email
Sep 24, 2006
11:22 am
20995
sMenuItem(ID,EV?_roll_bg_on:_roll_bg_off,EV?_roll_tc_on:_roll_tc_off); has several parameters. I'll break them out on separate lines and space it out a bit ...
David Smart
smartware_co...
Offline Send Email
Sep 24, 2006
12:24 pm
20996
Hi All, I'm having a dickens of a time trying to get the positon of a link so I can hover a div over the link when I roll over it. You can see my attempts in a...
musicarr34
Offline Send Email
Oct 6, 2006
8:54 am
20997
Would some kind soul be able to tell me why I am getting a javascript error on this page? http://www.jonimitchell.win-dns.com/painter/ It only happens in IE...
ljirvin
Offline Send Email
Oct 16, 2006
7:43 pm
20998
Hi all, I am trying to get the current width, in pixels, of a div (#middle). Everything works great in FF and Safari, but not in IE (PC - not concerned about...
Mark Wheeler
musicarr34
Offline Send Email
Oct 16, 2006
8:11 pm
20999
where are setState() and resetState() defined? the following file doesn't exist: http://www.jonimitchell.win-dns.com/scripts/navigation.js -carlos ... From:...
Carlos Mossman
spamcarloshere
Offline Send Email
Oct 16, 2006
8:13 pm
21000
Hey Mark, This is known issue which is explained quite well at Ozzu.com, "you can't retrieve the style values using ob.style.width unless they've been set...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Oct 16, 2006
9:26 pm
21001
Hi Neil, Yes, that is where I got the bulk of the code. Very helpful. The problem is the content is variable, so I can't set an inline style with the width,...
Mark Wheeler
musicarr34
Offline Send Email
Oct 16, 2006
9:49 pm
21002
Of course you can set the initial inline value. Set it to 0 (zero), then change for anything you want on the onload event of your page. Or else, create the div...
Rafael Raposo
porrak
Offline Send Email
Oct 16, 2006
10:20 pm
21003
document.getElementById('the_div').offsetWidth ... -- Ernesto [Non-text portions of this message have been removed]...
Ernesto Mendoza Blanco
panquetofobia
Offline Send Email
Oct 17, 2006
5:13 pm
21004
Hi all, Yep, the offsetWidth was the key. Thanks very much. Mark ... On Oct 16, 2006, at 3:41 PM, Ernesto Mendoza Blanco wrote: ...
Mark Wheeler
musicarr34
Offline Send Email
Oct 18, 2006
9:19 am
21005
Hi all, I have a problem with a simple(?) script on IE6 (haven't tried 7 yet). Here is the link: http://www.tonedeafstudios.com/test/test18.php In this test...
Mark Wheeler
musicarr34
Offline Send Email
Oct 22, 2006
11:21 pm
21006
Hi Mark, --"...you will notice that [...in explorer the...] page reloads (you can tell this because you get an alert when the page loads) and the variable ...
Bas van Hoorn
kruidmeester
Offline Send Email
Oct 23, 2006
7:53 pm
21007
Hi, Thanks very much for the education. I now know how to solve the problem. I think I will go with the session-wide cookie. Makes sense. Thanks again for the...
Mark Wheeler
musicarr34
Offline Send Email
Oct 23, 2006
11:52 pm
21008
hi guys, check out this cool article on the creation of a dynamic object oriented javascript quiz. It makes use of many useful key concepts that can be used in...
khing2
Offline Send Email
Oct 25, 2006
4:47 pm
21009
hi guys, check out this cool article on the creation of a dynamic object oriented javascript quiz. It makes use of many useful key concepts that can be used in...
khing2
Offline Send Email
Oct 25, 2006
4:48 pm
21010
You could use a cookie to hold the info. ... -- ____________________________________________________ Ernest E. Breau Jr. Coldfusion Developer home: (508)...
Ernest Breau
cf_ernie
Online Now Send Email
Nov 2, 2006
7:15 am
21011
Hi , i am new to programming . please clarify my small doubt lets say tht i have created a Text field in a html form with following attributes <input type=...
praveen r likki
likki_007reddy
Offline Send Email
Nov 2, 2006
7:16 am
21012
I've had trouble getting help with this before, so I am hoping for better results this time around. I helped a friend design the PHP System for an RPG he was...
gwoodunlimited
Offline Send Email
Nov 2, 2006
7:17 am
21013
Have you tried using cookies ???, or maybe s $_SESSION var.... ... -- Ernesto [Non-text portions of this message have been removed]...
Ernesto Mendoza Blanco
panquetofobia
Offline Send Email
Nov 2, 2006
7:18 am
21014
1) You don't say what the problems are 2) You are asking a PHP question on a JS group and then put an ASAP on it Not likely to get you considered responses,...
David Smart
smartware_co...
Offline Send Email
Nov 2, 2006
1:19 pm
21015
I've got a list of select boxes with numeric names such as "94677,84560". I need to loop through and reset each selectedIndex to 0. The code below returns a...
Bosky, Dave
sknyppy
Offline Send Email
Nov 6, 2006
7:42 pm
21016
... <cite src="http://docs/HTML/4.01/types.html#type-name> ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters,...
Hassan Schroeder
laughingandj...
Offline Send Email
Nov 6, 2006
8:22 pm
Messages 20987 - 21016 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