| Thread | Last Post | Replies |
|
| using methods in different scopes | 01 Oct 2007 00:10 GMT | 4 |
Here's an example of 3 ways of using a method of an object with a different object context. Is there a signficant difference between method 1., where a reference to beta's method is copied and 2., where I use call? To me no. 1 was a bit suprising, I expected that
|
| Javascript to include field on next form | 30 Sep 2007 23:09 GMT | 6 |
Bear with me because I don't even know how to ask this, but... I've got a short form--1 field and a submit button. I want someone to enter their name in that field, hit submit, and have their name be in the "name" field on the next page (which contains a form). Am I even
|
| onclick - counter - open other website | 30 Sep 2007 22:52 GMT | 1 |
I want to let count every click on a link on a website and if the counter points to 3 another website should be opened in an IFRAME. I know that I have to insert an onclick event into every link I want to count and......okay, that was all I know. :)
|
| I am having problems calling setTimeout with a function that has parameters | 30 Sep 2007 22:03 GMT | 6 |
I thought that when you call setTimeout with a function that has parameters that the parameter have to be enclose in + signs. I tried that but it is unfortunately not working. My code is as follows:
|
| Dynamic Query String Variables? | 30 Sep 2007 19:31 GMT | 21 |
I'm working on a rather complex booking system for building European trips, in a combination of SQL/VBScript/Javascript. There are tons of query string variables that get passed back and forth between the pages, and in almost every case, I can set 'em up fine, provided the
|
| Calculating e^e in Javascript. | 30 Sep 2007 15:15 GMT | 4 |
I created a code below using JavaScript to calculate the function e^e: <script> function fat(n) {
|
| Please Help: Script Logic/Multidimensional Array | 30 Sep 2007 13:25 GMT | 5 |
Hello. I would really appreciate some help. I am doing my best to explain my problem and your patience is very appreciated. thanks. I have a page that allows users to upload multiple files at once to a
|
| Trying do create dynamic menus - need to delay mouseout for about 200 ms. | 30 Sep 2007 12:58 GMT | 8 |
var oMattress = document.getElementById("mattressmenu"); oMattress.onmouseover = function () {document.getElementById"mattress").style.display = "block";}
|
| JSON object not parsing in firefox | 30 Sep 2007 11:21 GMT | 13 |
The JSON object I am using is as below . this object is returned after an AJAX call {"application" :[ {optionValue:"101", optionDisplay: "estmt"},
|
| earn $16800 a month with google adsense | 30 Sep 2007 10:19 GMT | 2 |
|
| AJAJS - thin client web app using mainly XMLHTTPRequest and eval() | 30 Sep 2007 07:28 GMT | 22 |
I was wandering what the Javascript/Ajax community think of a rather unusual method I am using to develop my new web app. At least I think it is unusual
|
| click on map search for lisitngs | 30 Sep 2007 06:11 GMT | 2 |
I saw on an international real estate site where they show a world map that you click on an area that show the lisitings in that country and then regions or states. How is this done, is there a java script that uses the database for it?
|
| Different in IE and Firefox: now.getYear()+1900 | 29 Sep 2007 22:41 GMT | 9 |
I just noticed that my javascript app gives the wrong year in IE, but correct in Firefox, when I use: Form1.ApplicationDate.value = (now.getMonth()+1) + "/" + now.getDate() + "/" + (now.getYear()+1900);
|
| Strange behaviour, multiplying decimals (IE) | 29 Sep 2007 22:36 GMT | 21 |
I'm building an IE-centric portal for an intranet so I've only had to develop for IE 6+ My version is: 6.00290.2180 Here's what I'm seeing:
|
| can u help me with my preloader code? | 29 Sep 2007 21:17 GMT | 3 |
Below is a simple preloader code I have... What I want to do is once the images have completed preloading, the "Loading Images..." text must disappear. I am not able to do it. <html>
|