Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / JavaScript / July 2008



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Drop down with MASSIVE list16 Jul 2008 18:17 GMT5
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 GMT5
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 please16 Jul 2008 14:14 GMT2
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 namespace16 Jul 2008 13:32 GMT3
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 keycode16 Jul 2008 11:22 GMT3
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 GMT1
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 order16 Jul 2008 03:08 GMT6
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.open16 Jul 2008 01:43 GMT16
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 GMT7
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 classnames15 Jul 2008 22:29 GMT15
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 seconds15 Jul 2008 21:30 GMT8
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 Dangerfield15 Jul 2008 21:22 GMT12
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 land15 Jul 2008 11:40 GMT12
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 getElementsByName15 Jul 2008 09:01 GMT7
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 Tag15 Jul 2008 04:50 GMT1
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:
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 June, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.