| Thread | Last Post | Replies |
|
| Running code from a string | 01 Aug 2009 00:54 GMT | 4 |
I have a JavaScript code that fetches code lines from another page into a string, but I don't know how to run this code in the page I need. I've tried this but it didn't work:
|
| FAQ Topic - What are object models? (2009-08-01) | 01 Aug 2009 00:18 GMT | 1 |
----------------------------------------------------------------------- FAQ Topic - What are object models? ----------------------------------------------------------------------- Object models (OMs) are not part of the ECMAScript language; they
|
| FAQ Topic - What is JScript? (2009-07-31) | 31 Jul 2009 22:59 GMT | 1 |
----------------------------------------------------------------------- FAQ Topic - What is JScript? ----------------------------------------------------------------------- JScript is Microsoft's implementation of ECMAScript.
|
| Callback from JQuery get() function always sends "success" | 30 Jul 2009 09:35 GMT | 3 |
I'm not real familiar with JQuery, but it's my understanding that the callback called back from the "get()" function takes two parameters, the first being the data returned from the call, and the second is always the string "success". Is that correct? What is the point of
|
| removal dangerous chrs? | 30 Jul 2009 06:40 GMT | 17 |
I am having to remove/change any dangerous characters in a text input using Javascript and wsp2[i] = wsp2[i].replace(/&/,"and"); works fine but
|
| Getting a textbox inside a table cell | 29 Jul 2009 22:31 GMT | 13 |
I have a table that contains two columns. Each column has a textbox in it. I need to sum up the numbers entered into the textboxes. This has to be done client side using javascript, the rest of the application is an asp .net application.
|
| Blackberry Javascript limitation | 29 Jul 2009 21:59 GMT | 17 |
I have some Javascript on this page: http://yong321.freeshell.org/misc/CardGame24.html When I use my Blackberry to access it, only the Deal button works as expected. When pressing the Show Answer button in the page, nothing
|
| FYI: [a,b].join('') !== '' + a + b; // for some 'a' and 'b' | 29 Jul 2009 18:30 GMT | 35 |
I was expecting [a, b, c].join(''); to be equal to '' + a + b + c;
|
| [ANN] h4dev.com, knowledgebase / searchable database for javascript language, browser implementation | 29 Jul 2009 14:59 GMT | 2 |
http://h4dev.com/entries?search=javascript+ie+8+bugs The h4dev.com knowledgebase is a project to see whether it's possible to develop a different search interface for common questions about the JS language, browser implementations, and supporting libraries /
|
| FAQ Topic - How do I make a suggestion? (2009-07-29) | 29 Jul 2009 12:50 GMT | 1 |
----------------------------------------------------------------------- FAQ Topic - How do I make a suggestion? ----------------------------------------------------------------------- To make a suggestion to the FAQ, use either the FAQENTRY method
|
| uncaught exception when opening window | 29 Jul 2009 12:15 GMT | 2 |
environment: WinXP client, Ubuntu server I use the following code to open a new window: function newMail(msg_num) { // open window to get new mail var url = "newmail.php/?type=" + msg_num;
|
| Move value from one form element to another, hidden element via JavaScript | 29 Jul 2009 04:33 GMT | 6 |
I am working on changing some HTML. I need to find how the value of a hidden field is being set. The value of the hidden field will be set based upon a user selection. This HTML has a hidden field. The value of the hidden field comes from a value that is not displayed but is
|
| Post Your Pic | 29 Jul 2009 01:31 GMT | 13 |
Recent discussions about trolling inspired this thread. This newsgroup is not just some fantasy cybergroup. It is, at best, knowledge sharing among diverse intellectuals. Each and every message here is written by a person. Saying that none of
|
| is json the answer here? | 28 Jul 2009 21:34 GMT | 15 |
At the moment I am using Ajax.Updater to send data to a php file but the posted data received by the php file seems to vary with the browser being used and I have been recommened to use json. I have googled but so far have not found anything simple enough!
|
| Warning newbies of the dangers due to the global object | 28 Jul 2009 21:20 GMT | 95 |
Douglas Cockcroft, on page 140 of his Good Parts book, wrote "JavaScript's global object [...] is far and away the worst part of JavaScript's many bad parts." Whether or not you agree with this statement (and please don't discuss
|