Description:
Netscape Communications Corp.'s JavaScript language.
|
|
|
Problem with calling a function within a newly created element
|
| |
Hi, What I wanted to do is to call a function from a newly created element. But it stumbled me. Here's the line that references the newly created element and I used the alert function for debugging for now. Did I mess up all these quotes? // once again this is the key line of code, problem area, disregard... more »
|
|
Question about literals
|
| |
Hi, We have a script where we are changing the innerHTML value. To do that, we have concatenated a string, and then we set it. In one of those string is some javascript. The javascript MUST exist under the control which it is realted to. The code below works fine if in regular HTML. But, we cannot get it to work when we make it... more »
|
|
Stack Trace
|
| |
Hi. I've had a stab at writting some code to simulate a JavaScript Stack Trace. It's incomplete because you can not get line numbers Here it is. [link] Graham Vincent
|
|
JS Stops working in IE6
|
| |
Here is an app: [link] It passes strict W3C validation. **In IE6**, if you click on the plus, a sub-table appears. Click on the plus from the subtable and nothing happens. It should expand one or two more levels of subtables. Modifying just about anything will cause the all the subtable (or at... more »
|
|
How to detect if a dialog is present
   
|
| |
Hi All, Is it possible to detect whether a (confirmation or prompt) dialog is present? And furthermore, how to press OK, Cancel buttons of a dialog? I am writing a javascript based test framework. I would like to detect and close dialog using javascript. Thanks in advance
|
|
Porting MindForth AI into JavaScript Mind.html
|
| |
In our JSAI coding over the last few days, we kept noticing that the activation-level on S-V-O verbs was going to zero immediately after the generation of a sentence of thought. It looked obvious to us that something in there was arbitrarily zeroing out the verbs. Last night we looked into both Mind.Forth and Mind.html, and we quickly saw that a... more »
|
|
how to read sound file(wav) in bytes usingjava script
|
| |
hi all my problem is i have a wave file on client machine . now i want to read this file in bytes and then send this bytes to server through web services for performing other task. my problem is how i can read this file and store in byte without lossing any data
|
|
make Html Table using button click in same page
|
| |
dear sir/madam I have an html page. A table for friends details is in my form. There is a button for add morfriends, if any body will press this button then same table will be made again. It means how many times a user click this button that no of times of friends details table will be make. How it can be possible... more »
|
|
What is IE6 dioing here?
|
| |
...javascript:document.write(d ocument.body.innerHTML) in the address bar. I did this because "view page source" only shows the template and not the stuff that is written by AJAX. I then composed an html app with the stuff before the template from "view page source", but replaced the body content with what I got above.... more »
|
|
|