2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top JavaScript Solutions: 151 - 175 of 1185
 
Hello I need a user interface in JavaScript that would allow the user draw polygonal shapes by clicking on an image or a DIV tag. Then these shapes should become MAPS (clickable areas) and t...
I am trying to have a radio button update the value of a hidden input when clicked with it's value. However, it does not do this nor does it throw any errors. Please advise.
I have links on the header of my webpage as shown below <a href="/thispage.do"?_localeLang=en_US /> <a href="/thispage.do"?_localeLang=zh_CN /> and few other languages Using javascript ...
I'm trying to access the text inside a text box using the html dom tree from inside a js/jquery function. When I put an alert like: alert(node) I get - [object HTMLTableCellElement]. But I'm u...
Is there a way to clear a user's clipboard in javascript(Firefox as the browser)?  I've searched around a bit, and it looks like there's a setting that I need to change in order for firefox to...
I try to create a click listener on my google map.  It was working fine before I use MarkerManager.  Does anyone know how I can create a click listener with MarkerManager?
Hi I am have a requirement, which enables a submit button, only when the textarea has some value in it. I am not able to get this right. Could someone please help. thanks.
Hi Experts,                   I am having a hard time finding a text slideshow with back, forward and pause buttons. Something like the attached snapshot.                  I have a list ...
Hi all, On the website I'm currently working on, I'm trying to implement some dropdown/expandable panels.  I have first attempted to do this using the JQuery 1.3.2 library.  This was workin...
Dear Experts, Is it possible for javascript to convert an image to binary data and convert it back to an image from binary data? Thanks
I want the DIV to flash until the DIV is hovered over. I can't seem to get it working. Please see the attached snippet.
I am trying to execute a function which is passed as a variable to my AJAX function.  The problem is that the function is executing at the wrong time.  The function is assigned to the variable...
Hi Experts,           I have little silly problem here :)        So I have this pop up window, which prints some stuff.        This pop up window has a textarea (Snapshot attached), the conte...
I've been working on this asp.net code and finally got it working until I integrated onto my SharePoint page. "I received the error: "Object doesn't support this property or method " for what ...
Hi there! Im newbie to javascript. Let's say I have several ASP:gridviews on my page. I want a javascript which checks/unchecks all checkboxes on one column on a specific gridview. Therefore I...
how to make a popup window blink for 4 seconds using javascript
Ok people, I'm a little stumped with this one so your assistance would be appreciated. I need a textarea field within a html form to start off invisible I have a text box which totals up ...
Hello, I'm having trouble with what I'm pretty sure is an easy task.  But I'm pretty inexperienced in web development so here goes: I have a textbox in a user control (ascx page) called [tx...
Does anyone know how to get the score value in javascript from the code shown below, I tried           alert(document.getElementsByName('Probability').getAttribute("Score")); but it doesnt w...
Dear fellow developers: I downloaded the following autocomplete script: http://www.interiders.com/2008/02/18/protomultiselect-02/ I would like to modify the test.js file so that it re...
How can I validate a date while typing? If the user types in today's date, as soon as he is done typing I should display a alert message.
This sounds like an easy question, untile it found it does not work as i expected. I ahve tried several ways to do this in javascript, none of them work. need help.
when running my application the alert found within the function, req.status shows a value of 404.   What does value 404 mean? is 404 the correct value(i do not think it is)? What should ...
"javascript:window.open" will open the url in a new window. But I want to replace the existing window ("_self"). How can I do this?
Hi all, I'm trying to add from a javascript function:  <link rel="video_src" href="http://www.mypage.com"/> to head of the document... None of the functions below works. I don't ...