Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

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

 
Top JavaScript Solutions: 1176 - 1185 of 1185
 
I would like to display a carousel of 7 images with text and links on my homepage that is 454 pixels wide and 200 pixels high. I would like it to work in the same way that the BBC iplayer caro...
Hi there, i am looking for a way to clone objects. I have found variations of clonig methods but all seem to be questioned by others...Could anyone suggest a sure and stable clone method? Not...
I have no clue about javascript but I want to do the following. Alert the user if no date is selected. I have attached my code below that is working to place the selected date of a calender...
I need to grab all formfield on a form - checkboxes, text, and selects.  Is there a method that will return them all?  Thanks!
I have 3 problems with my popup calendar that I need to resolve: http://www.theseagatehotel.com/www.theseagatehotel.com/index.html 1) The background image within the popup calendar doesn...
I have searched online for examples of this but can't seem to find one which combines the functions I'm looking for, so here goes. In a row, I have input fields of 4 numbers in 2 groups whe...
We are opening a retail store and we already have a online store.  We want to use the same back-end mysql db for our retail store employees.  I don't want them to have to use the add to cart f...
Hi, Which among the following for iterating objects in JavaScript is better in terms of performance & usage? A) property enumeration: for (var propName in someObject) {     var value =...
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 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 ...
I've implemented a horizontal css list menu per the instructions here: http://www.alistapart.com/articles/hybrid/ They function exactly like this: http://www.alistapart.com/d/hybrid/hybri...
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...