2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

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

 
Top JavaScript Solutions: 1176 - 1198 of 1198
 
Hello Gurus, I have a dropdown box which accepts text typed in. I also have a save button. When the user enters a value into the dropdown box, and then clicks on the save button, I wo...
The javascript rollover images on both the top and bottom navigation on this website are extremely sluggish / slow to react when you move the mouse pointer over them: http://www.terraboost....
I create and change the value of a cookie everywhere with vbscript like this: <% Response.Cookies("spry_tabon") = 0 %> In various pages this code is the same but the 0 might be a 2, 3,...
I'm at the end of my rope here, I've been trying to gt this wokring for a couple days now. I'm looking for javascript code to extract pages from a PDF file depending on bookmarks. I know h...
Hello everyone, I am on a Drag and Drop interface that is based off of the script at the end of this link: http://www.webreference.com/programming/javascript/mk/column2/3.html  everything is g...
I'm working on a project where I have to imitate a particular effect that's featured on the apple website: http://www.apple.com/iwork/tutorials/#pages Note that when you click on any of ...
Hi there, i would like to call a function with the setTimeout() function. This function is a member function of an object, and i would normally call it with this.myFunction(). But i cant do s...
I have some javascript that displays a CONFIRMATION page when attempting to exit a page, and if a button is pushed it redirects to another location. I'm trying to pass a variable to the jav...
I have the below and am horrible with JS - the number seem to be rounding - but want to leave it as is - more of a "mask" - but just want 3 places out past the decimal, but no rounding. (pa...
I have an ASP that has three iframes: NAV - the navigation window MainView - Window for calendar/login display HourView - Daily schedule window When the user invokes the ASP they will ...
hello, i have a navigation using the tag UL and i want the item in the list to change class on mouse over and go back to the original class on mouseout, the problem is when i'm using IE and t...
Is there anything in JS that corresponds to java's java.net.URL object? The location object does the work but i would like to create "my own" location object and not that of window.location. ...
I have few divs and images on a page. Clicking on any image shows the respective div and hide other. This is being done through js function. By default div one is open. Now if my visitor is on...
I am looking for a way to evaluate the base URL a page has loaded on.  I am working with an application that responsds on three different urls.  I need to have a pop-up window with directions ...
Hey All, I have several links dotted over a HTML page, when each of these is clicked, i need a small DIV to appear in the position the mouse is clicked. Each div will have a single form...
I need a javascript that make active clickable links on all url's in a document. This means: If someone open the page index.html the javascript shall check (on load) if the file contains some ...
Can some one provide a sample validation for validating longitude values that are in the range between -180 and 180 with 6 digit precision? So basically, I have a textbox and it should only...
I have a form on a webpage that has a select box filled with user names from a database. Next to the select, I have a link called 'lookup' that  opens a popup browser window with the list of u...
Is there any way to display html formatted text within an html textarea onload? By that I mean that I'd like to  render things like paragraph breaks, boldfacing and italics WITHOUT using any k...
I have a navigation bar with image buttons and it has rollovers, goes from light to dark.  Once you click on the link and it goes to that page.  I want the button to be on the down state, unti...
Hi all, I try to dynamically add lines to an existing table to be sent to a DB (update the table in fact). I'm able to add the lines, but when I send the page/form to the second page, which...
Good evening, Im trying to write a simple web app which allows a div to be dropped onto another div, and then action a script. At the moment, Ive managed to get a simple drag working, and ...
i want to add file type in right side when user selects one or more file it would display in next to file option Coul yoou provide sample code for that