| Thread | Last Post | Replies |
|
| How do I get the value of a text node? | 21 Jul 2008 23:35 GMT | 4 |
If I have a TD, whose id = "myTd," that only contains text within it,how do extract that text? Thanks, - Dave
|
| Pressing Tab to Focus on <div> | 21 Jul 2008 20:12 GMT | 3 |
How do you make an element (e.g. <div>) to receive focus when pressing TAB key? I understand that some elements such as <select> and <input> by default will receive focus when the TAB key is pressed. Is there a way to tweak a <div> to get the same treatment?
|
| Basic Ajax question | 21 Jul 2008 19:31 GMT | 3 |
I'm fairly new to Ajax - I understand the principles of XML, can do the PHP side, but am getting a bit lost with the JavaScript. I've seen a couple of different ways of using JS to manipulate the XML: 1 way using the getElementsByTagName method (as advocated by
|
| Process a string like XML | 21 Jul 2008 13:45 GMT | 2 |
is there a way to process well-formed XML from a variable (string) in order to extract attributes and node text? Take as an example, "<selection name='xyz' count='12'>some-identifier</selection>" Up to now, I'm using string operations (look for adjoining characters,
|
| Concern over proposed EMACScript | 21 Jul 2008 10:52 GMT | 9 |
Kindly Sir or Madam; I am writing to express my grave concern over the new proposal for EMACScript to replace current ECMA scripting (i.e. JavaScript) as the new standard for web scripting.
|
| Strange behaviour of onkeydown | 21 Jul 2008 07:56 GMT | 2 |
I have small problem. What is wrong within this script ? It works on my PC (IE6, IE7, FF) but doesn't work on other PCs with the same configuration ? Any idea ? function addPointOnTypingDate(field){
|
| setAttribute | 21 Jul 2008 04:55 GMT | 14 |
All, I was trying to add an onclick event using setAttribute to a <td> from javascript. Apparently the code doesnot seem to work in FF3 but works pretty well in IE7.
|
| f ? | 20 Jul 2008 20:08 GMT | 4 |
<html><head><title>f ?</title><script> window.onload= function () { var a= 0; function f () { alert("cero") };
|
| creating image maps with dom not working in IE 7 | 20 Jul 2008 19:14 GMT | 4 |
This is an update from a previous post, I just simplified the code. It seems that I can't get the image map to work with IE7. The page is located here http://www.theknopps.com/test.html and the source below. I can't seem to figure out why IE7 won't recognize the image map. ...
|
| Replace selected text in a textarea? | 20 Jul 2008 17:44 GMT | 2 |
How do I replace selected text in a textarea with JavaScript? I have a text area that the user can select what they want then press a button that will pick up the selected text, make alterations (according to rules specified elsewhere) then replace the original
|
| "modern" javascript... | 20 Jul 2008 13:10 GMT | 27 |
so what is "modern" javascript?? the same as "DOM-scripting"? i.e., editing content (or changing appearance of content) dynamically by massaging javascript objects, html elements, etc? (in conjunction with css, you know, the usual...;) this is what is meant by "modern"
|
| Creating button dynamically not working in firefox..please help | 20 Jul 2008 08:14 GMT | 4 |
I have a function that creates input buttons dynamically... function $NEW_BUTTON(id, content, parentId, cssclass, onclick) { var ctrl = document.createElement("input");
|
| Internet and CSS Problems? | 20 Jul 2008 07:19 GMT | 1 |
I hope this is a right forum for my problem...( I also posted this on alt.comp.lang.javascript) I used javascript and DOM to create dynamically nested <form>/<div>/<input> etc inside a wrapper "DIV". Then I used CSS to
|
| Taking action only when two sets of radio buttons have both been selected | 20 Jul 2008 07:02 GMT | 7 |
I'm slowly learning Javascript (I suspect the target is moving away faster though) but the challenge facing me is beyond my meagre skills. I have a page with two sets of radio buttons. I'd like to take an action only when both sets of radio buttons have a selected button.
|
| question about javascript with XML | 19 Jul 2008 10:26 GMT | 1 |
I have an XML string which I would like to extract some data from. Is there any way I can do that? For example, the XML data is as follows: <student>
|