Forum: JavaScript / DHTML / AJAX 5 Hours Ago |
| Replies: 2 Views: 146 Misspelling "manager" probably doesn't help. |
Forum: JavaScript / DHTML / AJAX Aug 27th, 2008 |
| Replies: 1 Views: 578 I usually code all my Javascript in a single external file that accepts the data from a form in the main page's HTML textarea box.
Now I would like to break up this single Javascript file into... |
Forum: JavaScript / DHTML / AJAX Dec 25th, 2007 |
| Replies: 1 Views: 2,150 Hi, folks.
I have written some pretty complicated programs in Javascript (in terms of the code itself), but I haven’t experimented much with the nuts-and-bolts of Javascript. In particular, I have... |
Forum: JavaScript / DHTML / AJAX Dec 3rd, 2007 |
| Replies: 2 Views: 1,314 Using a form would be one approach. Are you trying to avoid the use of forms?
Alternately, you could try innerHTML. Put a div or span where results are to be inserted and then write the Javascript... |
Forum: JavaScript / DHTML / AJAX Oct 28th, 2007 |
| Replies: 6 Views: 4,609 In the while loop, I don't see the program enter the switch block of code, so the "price" variable is never re-assigned. The code just sees "price" (= 0) being added to "total". |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2007 |
| Replies: 1 Views: 6,466 Here is a basic question (I thought I knew how to do this, but apparently not).
(I am using Firefox 2.0.0.4, in case that is a factor).
I am writing a Javascript page and want one of the text... |
Forum: JavaScript / DHTML / AJAX Jun 1st, 2007 |
| Replies: 2 Views: 1,309 I am presently translating some code from C++ to Javascript and it involves quite a few floating point calculations. The program uses several built-in machine constants to help it quantify and limit... |