memory gets consumed every time a call the function "sidebar". somebody help me! xD /*************code****************/ function sidebar(title,j){ bar +=...
Hi, I need help with a script that does the following:I have a table that when a user clicks on a row it adds a css class to the row to show that it has been...
Source code: Line 11: { Line 12: oForm.requiredemail.className='backclrPink'; Line 13: alert("The e-mail address you entered is not valid. Please re-enter...
Hi I am new to javascript,i need a javascript calendar Functionality The user should be allowed to select the date with in the current date and the future...
Im totally new to JS so I got a book titled Building a Web Site with Ajax and I went through the tutorials. I understand them enough in their own environment...
I'm making a website for my wife and she asked for a drop down menu under one of her links so that it does sublinks to her other galleries. Now I have gone to...
Hi, For the phone number masking from a text field I use following js code. This code masks the number as (xxx) xxx-xxxx format. It takes Alpha-Numeric value...
1) This is not a job board. 2) This board is for JavaScript - not Java. They're two completely different languages. 3) This is not a job board. --Tim Sabin...
I have searched the web for something that could be set up through javascript to allow for playing Flash or WMV files. For example, if i have a .wmv file and a...
I have been asked to help with a weather site that is having some serious troubles after their programmer left. The previous programmer had some wild script to...
I'm working on a multipage tabbed form using CSS and DIVS. When the user types a value into a field in the first DIV (onCHANGE - correct?), I need this same...
Greetings, I have an application that generates a password protected login function. I works very well. The only problem I have is that the login button is not...
I have a frameset and one of the frames is on a constant, one-second refresh (<meta http-equiv="refresh"...). On every refresh a server-side script (php) is...
Hello, I have got problem in regard of forms. I have desinged a form and wanted to send the details to my email adress. I just have an idea that we can use...
Hi, I am having a frameset and 2 frames in it.In 1st frame I set the src property to a URL that is returned by a third party api. This URL is not the actual...
I have a drop-down menu created in JavaScript that works properly in FireFox, Opera, and Safari. However, in IE7, the last drop-down menu (Out-of-Town Tours)...
Friends, I want to develop a software to handle the Internet connection in Intranet as well as in Single PC. In LAN environment,there is a INTERNET connection...
Hi, Does anyone have efficient URLEncode and URLDecode js functions.Mine are listed below and run very slow: function URLEncode(plaintext){ // The Javascript...
Hi, I am writing an app which has a lot of AJAX calls. The result of an AJAX call generally returns HTML and I am setting the innerHTML of a div with the...
Hi - can anyone give any pointers as to how the swf files keeps on player below the dropdown menu on this site? In our tests, these flash swf appears above the...
I need a form for creating labels and send the details by email. When you complete the fields of this form to have a visual representation of the label you...
I just recently downloaded a javascript accordion and I'd like to have more than two of the same accordion on the page, however, only the first accordion works...
Hi! I would like to check out the sample code like Expedia hotel photos. When clicking one thumbnail, it displays a bigger one on the right. Could anyone...
So, my background is PHP and SQL with some ASP.NET/VB training--I39;ve been asked to build an ASP.NET site. Okay, no problem, but then I realize I'm not sure how...
I am creating a script that browses an array of web pages in an iFrame. I am looking for away to get the title of the page loaded in the iFrame so I can...
i have a form with 2 radio buttons <input name="gender" type="radio" value="Female"> <input name="gender" type="radio" value="Male"> in the javascript i have...
Hello, all. I'm new to this post, and new to JavaScript in general. I was asked to put together a script that would take a set of six jpegs, diaplay them at...
I found this code for hiding email addresses from spam harvesting, and I'd like to find out how to apply this to more than one email address on a web page (for...