| Thread | Last Post | Replies |
|
| Drop down with MASSIVE list | 16 Jul 2008 18:17 GMT | 5 |
I asked last week about passing a popup selection back to the main window. Now comes another challenge. The drop down list (or other organization?) has over 36000 entries (it's a list of colleges one might have attended). I don't think I want to hard code 36000 entries
|
| IE (naturally) select-option bug, workaround? | 16 Jul 2008 14:54 GMT | 5 |
Refactoring my old DualSelectBox [1], I thought it would be much smarter to get rid of the new Option() stuff, and instead just switch childNodes between the two select elements. Something like that: function shiftSelectedOptions(src, dest) {
|
| Need some help please | 16 Jul 2008 14:14 GMT | 2 |
would anybody be kind enough to try and help me here please. i have a javascript that is for use in Adobe Photoshop to perform various actions and when i try to run it i get the following error message Error 2: self is undefined
|
| AJAX library still using previous namespace | 16 Jul 2008 13:32 GMT | 3 |
The following JavaScript code is created for a custom AJAX Web Control: [ Sys.Application.add_init(function() { $create(CustomScripts.AjaxListBox, null, null, null, $get("AvailableInstructionsListBox"));
|
| Tab keycode | 16 Jul 2008 11:22 GMT | 3 |
I am developing a WYSIWYG editor using JS. I want to put in 4 spaces, when a 'tab' key is pressed. I have this code, which does not work, can anyone explain me about this. <html>
|
| Minimising duplication using ((){})(); | 16 Jul 2008 06:08 GMT | 1 |
I'm building some code that using this type of structure to interface to SCORM compliant LMS: var API = (function() { // Private variables
|
| Javascript Display out of order | 16 Jul 2008 03:08 GMT | 6 |
Hey, I've had this problem for a while and never fixed it, cause it's not catastrophic, but it's really annoying and I'm hoping someone can help me. I have an html file that has mixed html tags and javascript functions
|
| window.open | 16 Jul 2008 01:43 GMT | 16 |
i have a page calendar.aspx which returns selected date i.e window.returnValue=selectedDate; window.close(); it works fine with IE but not for Firefox. i tried window.opener.document.getElementById(<%=txthidden.ClientID
|
| Trying to find image position in IE. | 16 Jul 2008 01:00 GMT | 7 |
I'm trying to find the left and top position of an image in MSIE. In HTML the image is <img border=0 src="image.png" id="myimage" style="position:relative;" /
|
| changing multiple classnames | 15 Jul 2008 22:29 GMT | 15 |
Let's say we have this: <div class="some_class some_other_class"> Is it possible to change *one* of the classnames. Jeff
|
| javascript to execute ajax function every 30 seconds | 15 Jul 2008 21:30 GMT | 8 |
How do you enable javascript to execute a given function every X seconds, which is not dependant on any user input? -Inet
|
| Frames as Rodney Dangerfield | 15 Jul 2008 21:22 GMT | 12 |
They just don't get no respect. "In the early days of JavaScript, multiframe and multiwindow web applications were fairly common. Now, web design has turned strongly against the use of frames (but not inline frames, called <i>iframes)</
|
| Element and Node are second class citizens in IE land | 15 Jul 2008 11:40 GMT | 12 |
In FF you can define the following ... Element.prototype.getClass = function() { return this.className; /* or whatever */ } Element.prototype.setClass = function(c) { this.className = c; }
|
| problem with getElementsByName | 15 Jul 2008 09:01 GMT | 7 |
Hi, I cannot figure out why everything from line "var elem = doc.getElementsByName('keywords')" in x.js is not executed. I want to set value of <input name=keywords ...> which is in a.html after page is loaded.
|
| Creating DIV Tag | 15 Jul 2008 04:50 GMT | 1 |
Create Javascript object Box and move it Object Box should create new HTML elements DIV on page. Quantity of Boxes on the page is unlimited. DIV should have:
|