What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Top JavaScript Solutions: 151 - 175 of 1198
 
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...
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 ...
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.
Hi Being playing with javascript and have got the following working fine in IE / Chrome but not in Firefox. FF come up with the error 'div1 is not defined'.  Have looked around but can't fi...
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 ...
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...
Hi again, I'm looking for a way to copy to the clipboard a link hold inside a div by clicking a link or a linked image. The code below does the trick for internet explorer but not for th...
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 ...
Hi Everyone, I need helping printing out the correct value from a hiearchical string.  In the code below I have a to iterate through strings that are designated similar to the following: Top...