Search the web
Sign In
New User? Sign Up
JavaScript_Official · JavaScript . AJAX . ActionScript
? 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 9163 - 9192 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9163
Here is some cool stuff to sift through. http://javascript.internet.com/bgeffects/time-base-link-rotation.html...
bruce_hs@...
bruce_hs
Offline Send Email
May 2, 2004
3:20 pm
9164
Also a simpler one at http://javascript.internet.com/miscellaneous/image-slideshow.html...
bruce_hs@...
bruce_hs
Offline Send Email
May 2, 2004
3:20 pm
9165
... http://javascript.internet.com/miscellaneous/image-slideshow.ht ml ... <colin@g...> ... image ... Bruce, Thanks for that, what a great resource, although I...
Colin
argent41
Offline Send Email
May 3, 2004
8:23 am
9166
I use an ordering system that spits out a '$' with the final total. I then pass along that figure to the likes of paypal/paymate. Their ordering system doesnt...
Peter Dickson
peterrdickson
Offline Send Email
May 3, 2004
8:23 am
9167
Can somone please help me with this. I am sure it has to be something stupid. I have torn it down to the bare basics and just cant figure out what I have done...
Soren
sorenwinslow
Offline Send Email
May 3, 2004
8:24 am
9168
I use an ordering system that spits out a '$' with the final total. I then pass along that figure to the likes of paypal/paymate. Their ordering system doesnt...
Peter Dickson
peterrdickson
Offline Send Email
May 3, 2004
8:24 am
9169
One way to do this is to use the String object's replace() method: var myValue = "$295.95"; alert( myValue.replace("$", "") );...
Jon Stephens
jdwayside
Offline Send Email
May 3, 2004
2:55 pm
9170
Your script is being executed before the page even finishes loading. Use an event handler to call the function instead. I *highly* recommend Mozilla for...
Jon Stephens
jdwayside
Offline Send Email
May 3, 2004
3:07 pm
9171
Hi maestros, I'm new to this forum and I have quite a probleem here!!! Iam looking for a script that will allow me to view a table in a normal view and an...
mauricekg9
Offline Send Email
May 3, 2004
5:30 pm
9172
Soren, ... You can't call the "CalcPrice()" function until after the form element is completely rendered. Try adding the function to the body tag, like this: ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 3, 2004
5:30 pm
9173
Peter, ... The problem is, fixing it via JavaScript isn't really fixing the problem. If users have JavaScript disabled, your orders aren't going to go through....
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 3, 2004
5:31 pm
9174
... Use an event handler to ... as its built-in JS console ... use and highly recommend ... can't be avoided. Couldn't agree more. Anyone not developing with...
Duane A. Couchot-Vore
dcouchotvore
Offline Send Email
May 3, 2004
5:31 pm
9175
You can change the settings in IE, uncheck disable script debugging and check display notification about every error on page. Though be prepared to be...
Kathleen Ballard
klb5770
Offline Send Email
May 3, 2004
5:31 pm
9176
I know this is more of an XML question than an SVG one but I'm wondering does anyone know how I could do this. Here is my XML file: <?xml version = "1.0"?> ...
harry_ha_ha
Offline Send Email
May 3, 2004
5:31 pm
9177
... Use an event handler to ... OK, I went back and took a better look at your code, and there's more to it than that, although Jon's comment is valid. 1. I...
Duane A. Couchot-Vore
dcouchotvore
Offline Send Email
May 3, 2004
5:32 pm
9178
... As others have said, mozilla has excellent support for helping to debug javascript code. Also for IE, when it shows that "Done but with errors" message...
Keith Maika
aoeex
Offline Send Email
May 3, 2004
7:33 pm
9179
Help, First the disclaimer: I am new at this... I am learning... but, I actually have no formal training in web development! So... I hacked together a personal...
aaron_dobbin
Offline
May 3, 2004
8:51 pm
9180
Actually I tracked down the error. Like I said it was a stupid mistake. At the end of my function I had a closing parenthesis instead of a curly bracket. I...
soren.j.winslow@...
sorenwinslow
Offline Send Email
May 3, 2004
9:51 pm
9181
Hi all, I'm new to the group & am looking for a JavaScript where I can post new messages on my site. The problem is finding one that is compatible with Mozilla...
Michelle
exotic_publi...
Online Now Send Email
May 3, 2004
9:52 pm
9182
Aaron, ... You could just change your frames from columns to rows: Change: <frameset cols="750,*" frameborder="no"> To: <frameset rows="500,*"...
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 3, 2004
9:52 pm
9183
Cool! Thanks for the tips... queue X-Files soundtrack... the truth is out there... -Aaron ... would ... image. This ... engine site ... find some...
aaron_dobbin
Offline
May 3, 2004
10:18 pm
9184
If i have an iframe from within an HMTL document: ... <html> <head> <title>Iframe.htm</title> </head> <body> <iframe src="sample.htm"></iframe> </body> </html>...
Wendi Turner
javadevelope...
Offline Send Email
May 3, 2004
11:51 pm
9185
I guess I don't understand DOM very well. So... with form elements, do I have to give them a name attribute and an ID attribute in order for them to comply...
soren.j.winslow@...
sorenwinslow
Offline Send Email
May 3, 2004
11:51 pm
9186
Hi Soren Just quickly ... must get off this computer this cooooooooooooold morning and get ready for work!! LOLOL. If you are using IE you can tell what the...
Lisa WB
lkhwb
Offline Send Email
May 3, 2004
11:51 pm
9187
Hello all, I am attempting to generate a color-safe palate (216 colors) by utilizing Javascript. I am attempting to do it in the form of ("Red", for example): ...
Rick
Starrcrost
Offline Send Email
May 4, 2004
12:29 am
9188
So...... If I need to find the value of a checked radio button using proper DOM, how do I do it if I have to use "getElementById"? Here is an example that I...
soren.j.winslow@...
sorenwinslow
Offline Send Email
May 4, 2004
1:54 am
9189
Hi All, I am working on porting the js code to mozilla. I am facing some problems in it. Will this funcion works on Mozilla. What is the equalent code in...
Gangadhar Mylapuram
ganga_506
Offline Send Email
May 4, 2004
4:02 pm
9190
I am looking for Org Chart scripts or software that will run under Apache Server/Red Hat 9.0. Any leads would be appreciated. Chip Taylor Prepared Response,...
Chip Taylor
chipper98404
Offline Send Email
May 4, 2004
4:02 pm
9191
Hi, I want to capture "ENTER" key event in a combo box. Looking forward for your response. Have a great day. Karthikeyan B...
Karthikeyan
karthik_2000b
Offline Send Email
May 4, 2004
4:03 pm
9192
... and an ... No, not necessarily. "name" is the name used when passing the value of the element to a server in a query string (GET) or HTTP headers (POST)....
Duane A. Couchot-Vore
dcouchotvore
Offline Send Email
May 4, 2004
5:14 pm
Messages 9163 - 9192 of 16808   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