| Thread | Last Post | Replies |
|
| IE not loading script? | 31 May 2008 23:37 GMT | 16 |
I have a select with an onchange - it works find in Firefox, but in IE 6 I get an error: Object Expected. I have simplified things drastically, and still get the error. The HTML:
|
| IE7 works worse than IE6 on web pages - Can javascript save the situation? | 31 May 2008 16:17 GMT | 1 |
I have a asp.net page that does something simple - when the user clicks on a radiobutton, a panel becomes visible beneath the radio button. There is some text below the radio button, and that is displaced downward when the panel appears. This is what I intended.
|
| onchange event in IEMobile | 31 May 2008 15:24 GMT | 1 |
I want to make a single web page with a select element and a div element. The text in the div needs to be changed, when a different value is selected in the select element. This does not have to be dynamic (AJAX). Using the following sample code, this works just fine
|
| Can I change a p into a textarea? | 31 May 2008 14:56 GMT | 4 |
Hi... I've seen code which changes a paragraph into a textarea (to allow it to be edited)...by creating a brand new text area, inserting that into the dom at the right place, and deleting the paragraph from the dom.
|
| clip board data as html | 31 May 2008 13:55 GMT | 4 |
I am trying to copy the contents of a div to the clip board the same way that Microsoft copies it when you select the contents with the mouse and select copy. However, something is not the same. here is the code simplified:
|
| Can you make them table insertRow and insertBefore (element) work together? | 31 May 2008 13:39 GMT | 3 |
Here's the thing, I have this HTML Table, that has multile rows already, each has an ID, one of them at the bottom section has id of "SaveData", new TRs are dynamically created upon user interaction, for instance,
|
| Local storage question | 31 May 2008 01:22 GMT | 1 |
I'm looking for two mechanisms for a hosted web application. One is to allow users to take notes or make comments about a web page and have the information stored locally on their computer. The data cannot be accessible by the web server. When they browse back to that
|
| List events of an element wired up with addEventListener | 30 May 2008 23:34 GMT | 1 |
With Element.addEventListener, you can easily wire-up several different event handlers on the fly. This works great, but debugging can be difficult if I don't know what exactly is reacting to an event. Is there a way to list event listeners that have been wired-up to an
|
| Method of element identification and emulation of click event | 30 May 2008 23:18 GMT | 3 |
I wish to uniquely identify the below button element embedded among many other button elements in a web page and call the click event on it to automatically navigate to the next page in a sequence of pages. Similar in action to automated login.
|
| "sticky" buttons? | 30 May 2008 21:49 GMT | 3 |
I'm putting together a website with buttons in one frame and the target in another. I found this on the web somewhere and copied it, now I can't find the page I copied it from:
|
| Attach a class method to event handler | 30 May 2008 21:46 GMT | 10 |
until now I make so: [html] <div id="my_div"><!-- content --></div> [simple-js]
|
| regex failing | 30 May 2008 21:26 GMT | 3 |
I'm runing an xmlHttpRequest to get the site's source code and then applying the regex xhr.responseText.split(/<body[^>]*>((?:.|\n)*)<\/body>/i)[1] Works for google.com. Fails on yahoo.com and imdb.com pages (ex:
|
| Trouble With Date Code | 30 May 2008 21:19 GMT | 2 |
Can anyone here help me with this... I have a date code to display the date 7 days in the future— check it out here : http://hidefsounds.com/date.html The problem is that the day of the month doesn't reset when it's past
|
| instanceof operator | 30 May 2008 20:36 GMT | 3 |
How widely supported is the instanceof operator? Is there an alternative to seeing if an object is an instance of a constructor? Many thanks Regards
|
| Turn of the "Ding" sound when user presses enter | 30 May 2008 14:14 GMT | 2 |
Is there some way to programmatically turn off the "Ding" sound when the user presses Enter in a text field?
|