First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
FAQ Topic - How do I download a page to a variable? (2010-07-02)
----------------------------------------------------------------------- FAQ Topic - How do I download a page to a variable? ----------------------------------------------------------------------- Although ` XMLHttpRequest ` can be used to download entire pages, it is often used for downloading small pieces of da... 1 Jul 2010 20:04
Adding Text Boxes auto
Hi there, I have a bunch of text boxes that I want to add up and have another text box that would show the total each time there is a number. Is there a way to do that in JavaScript?? Thanks! ... 2 Jul 2010 05:49
FAQ Topic - What is Ajax? (2010-07-01)
----------------------------------------------------------------------- FAQ Topic - What is Ajax? ----------------------------------------------------------------------- Ajax is shorthand for Asynchronous JavaScript and XML. The technology is based on the ` XMLHttpRequest ` Object. At its simplest, it is the se... 30 Jun 2010 19:48
Make focus to a window that is not a popup
Hi at all I have a page with many links like: <a href="www.1.com" target=_new> <a href="www.2.com" target=_new> <a href="www.3.com" target=_new> First time that user click first link browsers open a new window with focus. After, if user return to window containing links and click into 2th.link, my o... 1 Jul 2010 11:04
How to trigger two events with 2 document.locations?
Hi, How to trigger two js events with two separate document.location or document.location.href statements? That is, how to make the routine return after the first non-conventional document.location call (please see the entire text for the notion of "non-conventional "). The page has a canvas and a form (brows... 30 Jun 2010 17:35
Decimal to Binary
I'm working on a function to convert decimal integers to binary. The version below is an example of my implementation of a halving algorithm, real code works with integer strings of any length and handles sign. I've reduced the functionality a bit so I don't have to post the supporting functions for large ints. ... 8 Jul 2010 19:12
FAQ Topic - How do I open a new window with javascript? (2010-06-30)
----------------------------------------------------------------------- FAQ Topic - How do I open a new window with javascript? ----------------------------------------------------------------------- New windows can be opened on browsers that support the ` window.open ` function and are not subject to the action ... 29 Jun 2010 19:36
Hollywood NetBook™ Webshop
Global Industry - Central Infrastructure & Industry Sign Up to Join The Angeleño Ledger Observing http://theangeleoledger.newscred.com/newspapers/signup Front Homes Cottage Building Kit http://astore.amazon.com/entertainmens-20/detail/B003FIPM9I Cleform 600CM 600CM Cement Concrete Mixer Options for 600 Ser... 29 Jun 2010 18:29
API for aggregator of asynchronous calls
I needed a technique to aggregate the results of several asynchronous calls. Obviously there are many ways of doing this. I wrote an Aggregator constructor function and was wondering if the API this presents makes sense to people here. Here is some demo code that uses this function: var agg = new Aggrega... 1 Jul 2010 14:27
using google visualization
Hello. I have a problem with google visualization (http:// code.google.com/intl/ru-RU/apis/visualization/documentation/ using_overview.html). Examples give by google are working fine, but if I move google.load from scripts body to any function, loaders stops work. I mean, this code function load(){ ... 29 Jun 2010 14:04
First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40