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 20033 - 20063 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20033
Agreed. I tend to use the Number function, i.e. var n1 = Number (document.add_test.v1.value); Seems inherently "nicer" than subtracting zero or even using ...
David Smart
smartware_co...
Offline Send Email
Jun 1, 2004
8:26 am
20034
... Well, there are even nicer ways to do it. Let me quote ECMA-262 3ed: ~~~~<@>~~~~ 11.4.6 Unary + Operator The unary + operator converts its operand to...
liorean
Offline Send Email
Jun 1, 2004
11:20 am
20035
Interesting. That one's not in the (fairly old) JavaScript reference I have. My personal opinion, though, is that the + operator is already overburdened ...
David Smart
smartware_co...
Offline Send Email
Jun 1, 2004
12:49 pm
20036
Thanks again. Ain't it fun to learn yet another language/syntax! If I had a nickel for every language/syntax I was semi-fluent in I would have a couple of...
R Alford
cmalford
Offline Send Email
Jun 1, 2004
3:41 pm
20037
Best yet, imho. Still marginally falls in the "trick" category but I can live with it. Frankly, typing is a convenient property of a language but it leads to...
R Alford
cmalford
Offline Send Email
Jun 1, 2004
3:42 pm
20038
Why not just using the simple parseFloat() ? var nx=parseFloat(document.add_test.v1.value); That's the most typical way to turn a string into a number (PS all ...
AV
vallinis
Offline Send Email
Jun 1, 2004
3:57 pm
20039
I would like some dhtml help. I want offer 3 radio buttons that would control a dynamic area of text on the screen according to which radio button they chose. ...
Michael Hall
bsmbahamas
Offline Send Email
Jun 2, 2004
5:03 am
20040
You toggle visibility of the layer. Use my brief function on http://www.unitedscripters.com/scripts/miscella4.html which is named collapseShow() For your...
AV
vallinis
Offline Send Email
Jun 2, 2004
6:50 pm
20041
thanks for the help! Michael, http://www.bsmbahamas.com/miracles...
Michael Hall
bsmbahamas
Offline Send Email
Jun 2, 2004
9:21 pm
20042
Hi.. I have a problem about computing for the business days. Here's the situation: It's like this.. theBigDay = June 8, 2004, Tuesday; ...
Reiner Tolentino
reiner_dc
Online Now Send Email
Jun 3, 2004
7:28 am
20043
One thing that drives me nuts about PayPal is that the session times out really quickly if you are idle. As long as you are doing something you can stay logged...
caitlin_weaver
Offline Send Email
Jun 4, 2004
1:20 pm
20044
Hi, I would really appreciate advise on reliable hosting for a 10 Mo website. Many thanks...
laurence
ldweb@...
Send Email
Jun 4, 2004
1:46 pm
20045
Here is the issue. I am developing a client-server app on a Linux platform (Mozilla 1.0.1/Apache/PHP/MySQL/HTML/Javascript). The target platform is WinXP/IE...
Chuck
pre_dawn1
Offline Send Email
Jun 6, 2004
4:20 am
20046
Chuck, ... if you use <input type="submit" value="foo label" /> the form will post with the value of the submit button that was clicked. If some javascript...
Roger Roelofs
rogerroelofs
Offline Send Email
Jun 6, 2004
9:05 pm
20048
Hi , Thanks for the info. Please find attached my resume. Regards, Iresh 9892779737 ... __________________________________ Do you Yahoo!? Friends. Fun. Try...
iresh
ireshamane
Offline Send Email
Jun 7, 2004
11:15 am
20049
hello there, i m student of MCA last sem and have some problem, i have my s/w on the net but now i dont want the user to install the s/w on his pc but he can...
Nimisha Rana
kbbaby_16
Offline Send Email
Jun 7, 2004
1:58 pm
20050
Roger Roelofs <roger-roelofs@...> wrote:Chuck, ... if you use [input] the form will post with the value of the submit button that was clicked. If...
Richard Rehll
rich54110
Offline Send Email
Jun 8, 2004
3:59 am
20051
Hi Nimisha, Why dont u edit the form code so that u can keep only open button. Please remove the code from the child window where it will be written <input...
iresh
ireshamane
Offline Send Email
Jun 8, 2004
6:04 am
20052
I need to send a hidden element in a form, however, I need the value to be obtained from a text box in another form. Is this possible? Currently I am trying...
R Alford
cmalford
Offline Send Email
Jun 8, 2004
3:12 pm
20053
Thanks guys for your reply, but I was able to resolve the issue. (Tested on client's pc yesterday.) The problem is actually one of browser behaviour and...
Chuck
pre_dawn1
Offline Send Email
Jun 8, 2004
3:14 pm
20054
The following is giving me an error in IE6/Win2K: <a href="javascript:void(0)" onclick="window.open('help.html#upload','Online ...
bobsawyerdotcom
Offline Send Email
Jun 8, 2004
3:32 pm
20055
... If you're trying to learn JavaScript by reading about Java, you're in for more than a headache -- one has nothing to do with the other :-) However, ... If...
Hassan Schroeder
laughingandj...
Offline Send Email
Jun 8, 2004
3:52 pm
20056
Bob, replace the space with an underscore (or just remove it) from the window ... that argument is an object reference to the window you're creating - spaces ...
Carlos Mossman
spamcarloshere
Offline Send Email
Jun 8, 2004
4:39 pm
20057
Actually the page is changing so fast as I try to get the damn thing to work that it is difficult to show what I am doing. And no, I am only using "name"...
R Alford
cmalford
Offline Send Email
Jun 8, 2004
4:42 pm
20058
... You're right, that's not valid, and counting on it working, however it "appears" at the moment, is not a good idea :-) -- Hassan Schroeder...
Hassan Schroeder
laughingandj...
Offline Send Email
Jun 8, 2004
5:13 pm
20059
Hallo you can't that way. You have to issue the command by an event handler. When your data must be switched adn the field be populated with the value drawn...
AV
vallinis
Offline Send Email
Jun 9, 2004
5:39 am
20060
... Ahhhh... thank you, Carlos. Oddly enough, Mozilla doesn't seem to have a problem with the space, and the javascript works as advertised in that browser....
bobsawyerdotcom
Offline Send Email
Jun 9, 2004
2:30 pm
20061
Hi, I can't remember the exact lign of code one can use in order to redirect a site to another url. Many thanks in advance...
laurence
ldweb@...
Send Email
Jun 9, 2004
10:04 pm
20062
Try: document.location.href = "http://www.someplace.com"; Mark laurence <ldweb@...> wrote: Hi, I can't remember the exact lign of code one can use in...
Mark E
meckeard2000
Offline Send Email
Jun 9, 2004
10:24 pm
20063
How to do that by javascript they already told you, if you want to do that by html: <meta http-equiv="refresh" content="5;url=https://www.yoururl.xyz"> the...
AV
vallinis
Offline Send Email
Jun 10, 2004
8:47 am
Messages 20033 - 20063 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