Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested JavaScript Solutions: 9251 - 9275 of 10886
 
how can i fix this? please help...i have 2 hours to fix it and i have no idea how:(
Hi, I have the following form in which there is a Google function for tracking: <form action="nextpage" method="get" name="theForm" onsubmit="javascript:pageTracker._trackPageview('/' + ...
Hi, I am using the thickbox library http://jquery.com/demo/thickbox/ and when i have a pop up page, i get a user to login, can i force the calling page to do a refresh from the pop up win...
I am trying to create a rollover that will appear in another location and will appear on top or in front of all of the html objects.  A prime example of this appears at http://www.shareconnect...
Hello Expert, I have two multiple SELECT elements, I am using the attached code snippet to add items from list1 to list2 from the button onclick event. The options from the Llist1 will get a...
I'm writing a script to interact with Google maps, and I'm getting an error because it's not liking my markers.length.  Below is the function in question.   My XML document is structured li...
function createMarker(point, name, address, type) {       var marker = new GMarker(point, customIcons[type]);       var html = "<b>" + name + "</b> <br/>" + address;       GEvent.addListene...
Greetings experts in the JS Community,  When I try to execute the following code:             var dGender = theForm.elements["depGender"+dnum];             if (! dGender[0].checked && !...
when alert href attribute the "linkTest",what shown is not "userInfo.aspx". and I also have tried to body.childNodes[2].attributes.getNamedItem('href').nodeValue or linkTest['href']. all of ...
I am trying to check the following form using Javascript, only the form doesnt check anything at all. It just redirects to test.html
Hi, I have the following which appears in a search field I would like to change any occurance of &#x20; to + e.g. var search = "search&#x20;string&#x20;left"; becomes.. search+s...
how can I switch one function for another in an onclick event... code for the link: (that I've tried...) <a href="#" onclick="if (loadurl('/applications/blog/testing.asp?t=<%=now%>','testD...
Does anyone have any statistics as to how many consumers or general web users support Ajax or their security prevents ajax? I have been using Ajax for business environments where we can dic...
I'm trying to hide an image when I print a SharePoint List item.  I've updated the aspx page to handle recieving a parameter via the URL and evaluating it to hide several things within the web...
Gday guys, here is a sample javascript to alert me the innerHTML of a div, I would like it to return the full correctly marked up HTML The below code snippet outputs this in IE <TEXTAREA...
I have a single html page that contains 2 forms. There is an income tax calculator which is the 1st form. The user enters  values in 4 text boxes, clicks a button (calls  some javascript) and ...
Hi all, The code below sets a tab menu selected or unselected when clicked. I'm tying to show tab_selected_p.png every time that the menu is loaded, but I do not know how to do it. Pleas...
Hello I try to create a javascript  like "Hall Of Fame" section in this site. When i click plus.gif, it expands and show some details, and plus.gif turns minus.gif. Later, when i click minu...
Hi I have a drop down list on a form on an ASP.NET website. I want to move focus off the drop down list after it's selected. I saw this (a combination of Javascript and autopostback)... h...
I have a form that displays about 50-100 lines of employee names. Each line a has a checkbox in the right column next to each employee name.  When you check or uncheck a checkbox, onclcik subm...
Hello experts I have a nice solution from expert Johnsixkiller in question:http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23416613.html. The question is how can...
Hi I'm not a javascript programmer so I would really appreciate any help i can get. I have a div containing lots of textboxes and dropdowns/selects. In javascript i would like to find all th...
i'm trying to implement a simple script where an image alternates between 2 images when you click on a link.  i'm a javascript newb so i can't figure out why it isn't working.  when i put 'min...
Let's say My form as this select list: <form name="form1"> <select name="cars" size="1"> <option value="1">Ford</option> <option value="2">Chevrolet</option> <option value="3">Dodge</op...
Hello John, I am using the attached snippet to retrieve IDs and Titles from the cookie, first thing I am doing here is to load items from the cookie showShortList() which are stored as arra...