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: 76 - 100 of 8810
 
greetings, i'm trying to write a function that i can pass a record ID to then pop a confirm box asking whether they really want to delete the record, if yes then  window.location.replace th...
i have a 2 select boxes 1 selectbox for the "country" 1 selectbox for the "county" when user selects a country, the second selectbox is populated with that countries countys this al...
(Alert:  newbie crossing ahead!) How do I set value of an href in a link at onload?   I managed to piece together the code below (as part of a working page), but I'm out of clues beyond this...
Hi Whats the easiest way to enlarge an image on a page when a user's mouse moves over it.  Ideally I would like the enlarged image to hover over the existing page as opposed to being displa...
Hi All, I have this code with me (I got it from some website, do not remember now) which expand / collapse table rows. I want to add + / - image before it and switch it depending on if it is ...
How do I show/hide various HTML elements when selecting a radio button, or selecting an item from a SELECT OPTION? I need to be able to either show or hide the following: 1.  Entire HTML t...
I am displaying query result in table format on html page. I want to put a button on the page, on clicking the button I want to export this table into .csv or excel file format on client side ...
Hi , I had a criteria in my web page i have 2 allow the user to enter any decimal value with (20,4)  size and i need to sum such a 4 values , so i tried with parseFloat() ,but as of the value...
I want upload a file from web with the browse. But before that, I could like to check for the file size. If the file size greater than then allowed limit, then alert will prompt to user. So...
I need to make an option in a SELECT Box selected with an onlick event from an image. I know the value of the select box option but not it's position in the list. I have been playing around wi...
Are there anyway to disable a DIV ( or something look like this ) to prevent user from doing anything on in with Javascript ?
Hi guys how can i cast float value into integer in javascript Any help will be greatly appreciated
Hi there Please can someone provide some javascript code that will allow me to show/hide a <div> section that contains checboxes based on the value of a drop down box. I have managed to fin...
I am trying to assign the value of a asp.net text box to a variable within a javascript function within an asp .net control. In an aspx page I use the following with the page that I have the f...
I have JSP page which has a form with text fields and checkboxes. These fields are displayed by applying XSL on an XML. There is also is submit button in the form. This button is coded for ...
I'm trying to show/hide content on a page. The functions I've got are working fine in Firefox but not in Internet Explorer. init is called first to check browser. var what = null; var ne...
hi ,  how do i  validate a number and check to see if its a number(say between 0 and 10) and not a string or alphabet... thanks Jz
I have a javascrip function which opens a popup window. The popup is a form to insert new record in database. When form is submitted, I need that window to close and its parent window to refre...
I have a need to have text go between a textarea and a div and a database To get from the database to the screen I replace \r\n with <br> and it is displayed in the div From javascript I...
I have a select tag which populates all the countries. What I need is that when United states is selected it executes a javascript which basically populates the states drop down. I tried pu...
I am not able to cause a submit button click in FireFox. I have a form that opens and closes allowing the user to edit fields. When they click the close I want to show a overlay saying "Would ...
Hello experts, I have a javascript function that fires when a user enters a key into a textfield.  I want to be able to execute some script when either enter or tab is pressed and it doesnt wo...
I am using asp.Net with an Iframe.  I want to implement  OnTextChanged event in javascript. Onclick from the span works, but  not OnTextChanged.   I only want the confirm or alert when the c...
Hi, I'm having the hardest time with this, I know there are plenty of examples to do this, but I can't seem to get it working. I have a page that shows a grid of input textboxes.  When s...
Hellow! I have script from experts-exchange: <script type="text/javascript">  var prevSelect=0; function showDivSelect(divID) {         if(document.getElementById(divID))         {   ...