I have an idea that I am trying to promote. I believe that product descriptions should have a Recovery ID, as well as make, model, and Serial Number. The...
Bom é o seguinte... Eu tenho uma listagem de alunos para cadastro de chamadas do mês: aluno[1] Presente[1] MeioPeriodo[1] Sabado[1] aluno[2] Presente[2] ...
As this has nothing whatever to do with JavaScript, I trust the site owner will ban you forthwith. As you are set to "no-reply" you probably won't see this,...
... No, it's just two different ways of achieving the same thing. (function(){})() Here you have one wrapping parenthesis to turn the context into an ...
Hi Everyone, How i forwarding my homepage using javascript? window.location? Im a beginner in JavaScript. Sorry for my bad english, i am from Brasil. -- Lucas...
I have run your message through several Portuguese to English translators on the Internet, and have a bit of an idea of what you are asking for. However, you...
David Thanks for that explanation. I must have a closer look at self-invoking functions to see where I'd use them in the things I do. Regards, Dave S ... ...
you can use window.location.href="url" or location.href="url" also you can use meta tag to automatically forward to another page by specifying the number of...
Sorry for incovenience, i'd posted the same in portuguese list of javascript, but none of these members help me. Ok, i will describe my question now ;-) I have...
Greetings gang, New to the list here! I'm working on an AJAX implementation that queries the server for data and displays it in a table (I know, big...
5,000 rows x 8 cells/row = 40,000 cells!!! Yeah, this is going to take a while, no matter what you do. I vote for the paging implementation you mentioned. ...
I saw a few things wrong with your code. In the "for" loop, you don't declare i as a var. This could cause the script to stop working. You need to specify an...
Hi, ... queries ... surprise!). I ... I've got ... client wants ... Have you considered other solutions? It would be simple to write a server-side script...
I made another test with this...but with radio buttons just one is selected. I changed to checkbox and i can select all. But i'd wanted in radio because just...
For some reason my buttons are not showing up. When I click a button edit profile it makes my fields editable and should give me a cancel and save button....
Hi, ... queries ... surprise!). I ... I've got ... client wants ... Have you considered other solutions? It would be simple to write a server-side script...
Once again: 1) i is not declared as a var in your for loop. This is a syntax error, and will stop the script from running. 2) The "action" attribute of the...
It's because your declaration for your "save" and "cancel" buttons is inside the "editProfileBut" span. The style of this span is "display:none", which tells...
Ok, I understood. But about my function in javascript ? How can i do this work ? What modifications i have to do in this function ? I know that is not html...
Hi all, I recently discovered that in IE, when I remove a node from the document via removeChild, the removed node retains a parentNode, but the parentNode has...
Im purchased Simply Javascript from Sitepoint and Im working on some of these tutorials and none of them are working. I cant what is wrong though Im coping...
Hope there is someone who can see where I am coming from, where I'm headed, and stop me before I get there. Maybe I'm not understanding the concept of Array...
I don't know what you're using as a debugging tool, but there are minor problems you need to resolve ... ... Not sure what you're trying for here, it's a bit...