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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 14494 - 14524 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14494
... Sure :) ... You don't need to do it, there are other methods like: var x = "123"; alert(+i + 1); alert(parseInt(i) + 1); alert(parseFloat(i) + 1); ... This...
Jonas Raoni
jonasraoni
Online Now Send Email
Nov 1, 2006
8:03 am
14495
... From: "Max" Dear All, I am having a problem with a simple JavaScript command that would change the background of a table cell onMouseOver command I am...
listgroups@...
Send Email
Nov 1, 2006
9:00 am
14496
Hello Tech people Can some body write or explain how to add new DIV dynamically in to html using javascript? Example: May be like onclick on submit button new...
Silver Coin Web Servi...
the_silvercoin
Offline Send Email
Nov 2, 2006
8:44 pm
14497
Very true. Or put your complete message at the top and post your code at the bottom, below your signature line. And explain/justify in advance why you need...
David Smart
smartware_co...
Offline Send Email
Nov 2, 2006
10:10 pm
14498
... Use document,createElement() followed by one of document.insertBefore() or HTMLElement.appendChild(). Check the W3C DOM specs for the method definitions,...
Jon Stephens
jdwayside
Offline Send Email
Nov 3, 2006
5:53 pm
14499
I have the same ask. . .how to add more one div, onClick on a button, for example? ... De: Silver Coin Web Services <the_silvercoin@...> Para:...
Wagner Bianchi
phpexperience
Offline Send Email
Nov 3, 2006
6:26 pm
14500
I need a regexp to check the file extension in a file field, right now I have it checking just the .GIF type, but I need to check: .gif, .jpg, .jpeg and .png ...
Fernando (UK)
fernandosouz...
Offline Send Email
Nov 3, 2006
6:28 pm
14501
http://www.dustindiaz.com/basement/addRemoveChild.html ... From: "Silver Coin Web Services" Hello Tech people Can some body write or explain how to add new DIV...
listgroups@...
Send Email
Nov 3, 2006
6:28 pm
14502
Ok, receta para seis personas y un invitado inesperado... :D var myNewDiv = document.createElement('DIV'); ...
a.geo
aquiles.geo
Offline Send Email
Nov 3, 2006
6:29 pm
14504
okay i have a problem. im not that familiar with javascript, but the site i am working on requires it a little. now i took the code from maaco.com, since i am...
likmaid_2001
Offline Send Email
Nov 3, 2006
6:30 pm
14505
One question, for each new roww added, the name of variable (name="foo1") is incremented ? Exemplo; One user in my sys added 5 new fields on the form, ok? the...
Wagner Bianchi
phpexperience
Offline Send Email
Nov 4, 2006
12:24 am
14506
... /\.(?:gif|jpg|jpeg|png)$/ =b -- Jonas Raoni Soares Silva http://www.jsfromhell.com...
Jonas Raoni
jonasraoni
Online Now Send Email
Nov 4, 2006
12:25 am
14507
Hi. . . Maybe you problem be in the time, that's is very long or in "" around myTest(). I don't test the script here, but the logic is right! Bye! ... De:...
Wagner Bianchi
phpexperience
Offline Send Email
Nov 4, 2006
12:26 am
14508
Hi man!! It's great, but, do you can explain this example? Like that, <script language="JavaScript"> // HOW TO PROCED ??? </script> Gratze... ... De: a.geo...
Wagner Bianchi
phpexperience
Offline Send Email
Nov 4, 2006
12:27 am
14509
Hi man, I don't uderstant your problem with totality, but, do have a problem to do a map on picture? onMouseOver="do_somenthing" ? Explain you problem. . .what...
Wagner Bianchi
phpexperience
Offline Send Email
Nov 4, 2006
12:27 am
14510
Hi man, Sorry for my bad english, but, save my intention! You programming only in JS? If you programming in PHP to, i have the solution for you. . . I wait you...
Wagner Bianchi
phpexperience
Offline Send Email
Nov 4, 2006
12:29 am
14511
... would NOT ... function. ... pastes ... 'this' ... in IE. ... from ... directly to ... bgcolor is ... image ... Thanks Rob, I will try your second method....
Max
obivankenobi
Offline Send Email
Nov 4, 2006
12:30 am
14512
Good. . .God bless you... ... De: "listgroups@..." <listgroups@...> Para: JavaScript_Official@yahoogroups.com Enviadas: Quinta-feira, 2 de...
Wagner Bianchi
phpexperience
Offline Send Email
Nov 4, 2006
12:30 am
14513
var whichRow = 1; function addRow () { var name = "foo" + whichRow; whichRow++; ... } Explanation: Because name is defined within the function addRow, it is...
Tim Sabin
timsabin
Online Now Send Email
Nov 4, 2006
10:59 pm
14514
im beginer.. can you help me instalation PHP,i want to learn PHP more what can i do??? thanks...
tama040185
Offline Send Email
Nov 5, 2006
4:58 am
14515
Ok, let's scripting... $var = $_FILE["userfile"]["nome"]; // this is the name the file, ok? We will get the name of this file and explode this name by two...
Wagner Bianchi
phpexperience
Offline Send Email
Nov 5, 2006
4:58 am
14516
My previous message regarding location object has got outdated before even appeared on this forum, but may be this time I can wait. :))) the(?) right access...
Gersh Ayzikowitch
gregaizi
Offline Send Email
Nov 5, 2006
5:00 am
14517
Thanks for your answer my friend, actually I do program in PHP indeed, right now I have solved my problem with Raoni´s help. Thanks anyway....
Fernando (UK)
fernandosouz...
Offline Send Email
Nov 5, 2006
5:00 am
14518
Thank you for responding, I saw it after removing my message. The problem was that I used setTimeout function instead setInterval ;)) Now I have another...
Gersh Ayzikowitch
gregaizi
Offline Send Email
Nov 5, 2006
5:01 am
14519
Hello, I've opened a new window with a document, but can I reload the document, read it's title? new_win.document.location.href gives me error 'Access denied',...
Gersh Ayzikowitch
gregaizi
Offline Send Email
Nov 5, 2006
5:03 am
14520
A possibility ... does your code have an onload in it? Check the original for an onload. Regards, Dave S ... From: "likmaid_2001"...
David Smart
smartware_co...
Offline Send Email
Nov 5, 2006
10:28 am
14521
... Considerating that "$var" contains just the filename (the folders can have dots too), it's wrong to assume that all file names have extensions, and if it...
Jonas Raoni
jonasraoni
Online Now Send Email
Nov 5, 2006
8:16 pm
14522
... The command is right, perhaps you tried to reload a popup which the domain doesn't belong to you (you're under "abc.com" and opened something at...
Jonas Raoni
jonasraoni
Online Now Send Email
Nov 5, 2006
8:20 pm
14523
How to hack yahoo passwords! It is possible and it is easy. This way of hacking into Yahoo email accounts was brought to my attention by friend of mine who is...
coldhote
Offline Send Email
Nov 5, 2006
8:25 pm
14524
I can't believe this person was allowed to po9st this garbage. I knew that this sort of thing existed; I just was hoping that it wouldn't find it's way into...
Tim Sabin
timsabin
Online Now Send Email
Nov 6, 2006
1:37 am
Messages 14494 - 14524 of 16813   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