... 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...
... 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@...
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...
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...
... Use document,createElement() followed by one of document.insertBefore() or HTMLElement.appendChild(). Check the W3C DOM specs for the method definitions,...
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 ...
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@...
Nov 3, 2006 6:28 pm
14502
Ok, receta para seis personas y un invitado inesperado... :D var myNewDiv = document.createElement('DIV'); ...
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...
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...
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:...
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...
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...
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...
... would NOT ... function. ... pastes ... 'this' ... in IE. ... from ... directly to ... bgcolor is ... image ... Thanks Rob, I will try your second method....
var whichRow = 1; function addRow () { var name = "foo" + whichRow; whichRow++; ... } Explanation: Because name is defined within the function addRow, it is...
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...
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...
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...
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',...
... 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...
... 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...
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...
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...