Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested JavaScript Solutions: 9151 - 9175 of 10886
 
I am fairly new to javascript and I have come across some code that is setting true or false for some checkboxes.  The problem, I'm not sure how the statement determining true or false is work...
i have the attached function.   the function works fine but i need to add a function called TotalWidth() to execute before the attached function.  I continue to get syntax errors.  I have c...
Hi, I have created a javascript function that allows you to favourite a poage. Once you click ok to the favouriting i am then redirected to the homepage in IE. Can this be avoided? Th...
Hello experts. I have a page with two forms. One form has all my reesults and the second is a searchform. I use a jacascript function clearform but on this side with the two forms it is not...
i have an overlay script to put a 320 x 240 flash window over the top of a wedpage, however the positioning of the window changes depending on the persons screen resolution. how ho i code this...
Hi, I have a folder containing some files in my ASP.Net web application. The user needs to be able to sort that list of files to their liking and then upload the list in the order they sort...
I have a dynamic form which allows users to tab between five contacts. I want the first contact to be the one displayed by default when the window opens. I can only figure out how to show each...
I'm new to Javascript and am trying to validate a form field to make sure it is not blank before it is submitted to an asp processing page. I've attached the code that is producing the prob...
I'm making an interface based on an image map.  When you mouseover one of the countries or click on one of the column heads, you see a list of countries drop down.  As it sits right now, the h...
I have a section of a form which allows users to "Add Another Link." This works fine. The problem is I don't know how to allow them to delete the row they've added if they change their mind.
Hi everyone, I had this question open earlier this week and closed it out.  I thought I'd reopen it again to see if there is anyway to get this to work.  Okay, we have an online library catal...
How do I run a piece of JavaScript code, when a user uses the BACK or PREV buttons of the browser to navigate to a page in the history? I want to automatically refresh the contents of the p...
I have two functions, the first to (depending on what product is selected ) lock or unlocks "enables or disables fields on the page.  When i am on a product that isn't disabled the sql update ...
Hello Experts, I am using Facebox plugin in the Flexigrid, please see the attached script I am using to implement this. At the moment the facebox is only updating/replacing the first flexigr...
Hello Experts, I am using Facebox plugin in the Flexigrid, please see the attached script I am using to implement this. At the moment the facebox is only updating/replacing the first flexigr...
Hello, I'm looking for a gloabl way to blok keys and events... any one have ome good way to do that.... I was looking for blocking right clicks all together... thanks for the help here he...
Hello Experts, I have a video page that plays videos based on a playlist. There are two main tabs that when clicked, display a certain number of channels. One tab is for instructional video...
i'm trying to change an event handler for an element.  i have something like that below, but it doesn't work.  it just seems to destroy the original handler. <SCRIPT> function login(){   ...
I have 2 textboxes.I click a checkbox, i want to assign the value of one to the other. I tried the one below but i dont see the value being assigned. I do an alert and see the values .
Hello Experts, I am using Facebox jQuery plugin in one of the Flexigrid column, I have added <anchor tag> and when I click on it the dialog with the textarea appears to add comments. It is w...
Hello experts , I have seen a advertisement way in many website which is very good way to do that .. I attached two photo that shows the advertisement. I guess that made by JavaScript....
Hi there, I want to be able to change the value displayed in a drop down menu, using a javascript function.  Below is a sample of the drop down. One of the reasons I want to be able to do th...
Cab Anyone help with Adobe reader 9.0 I am using a aspx file to create a pdf window. I need to close the window after it prints I've tried window.print window.close and time delay. I have had ...
Hi there, I'm using the Spry Framework to develop a form. The user has number of selects to choose from none of which are compulsory. The form is arranged so that there is a Reason selec...
I have created the attached javascript code to load and array of images. Then I set a time to loop through the array ever 9 seconds and show the next image. It works fine, but for every new im...