| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I communicate between frames in a...
FAQ server
|
12-16-2007 06:00 PM
FAQ server | 0 | 57 |
|  | In comp.lang.javascript message <6MidnVE8HNrVqPna4p2dnAA (AT) giganews (DOT) com>,
Sat, 15 Dec 2007 15:13:03, Randy Webb <HikksNotAtHome (AT) aol...
lstipakov@gmail.com
|
12-16-2007 02:53 PM
Randy Webb | 2 | 67 |
|  | So, I'm getting an error on line 27, where I close the first catch
with a curly brace. Here's the code:
function...
SeanInSeattle
|
12-16-2007 02:41 PM
Randy Webb | 7 | 66 |
|  | This is an example in "DOM Scripting". It works. I don't understand
why.
window.onload = function() {
if (!document.getElementsByTagName) return...
mk834tt@yahoo.com
|
12-16-2007 02:36 PM
Randy Webb | 11 | 107 |
|  | Hi Friends,
I want to know how to achieve a dom traversal for a DIV element.
The DIV has a table in which there are textboxes and dropdowns. I...
Mahernoz
|
12-16-2007 02:34 PM
Doug Gunnoe | 2 | 57 |
|  | i just started working with ajax, and werid thing happens.
i have a function that build my post string for ajax to send. it looks
like...
Igal
|
12-16-2007 11:48 AM
Thomas 'PointedEars' Lahn | 2 | 57 |
|  | After a some reworking to support the "*" parameter properly in IE5
(my previous version failed to filter non-element nodes), here are my
proposals...
David Mark
|
12-16-2007 09:04 AM
AKS | 152 | 478 |
|  | RegEx noob here, so apologies for such an easy issue. :)
I have a string like A:BCD:EFG and I need to populate a variable with
'BCD'.
What is the...
neptune6jun44@gmail.com
|
12-16-2007 07:00 AM
Thomas 'PointedEars' Lahn | 13 | 99 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I convert a Number into a String with
exactly 2 decimal...
FAQ server
|
12-16-2007 04:24 AM
Bart Van der Donck | 3 | 69 |
|  | Hi,
does anyone one can suggest me some magazine to stay updated with
front-end technologies and especially with JavaScript? Maybe some kind
of...
John
|
12-15-2007 11:52 PM
Peter Michaux | 1 | 63 |
|  | Hello Javascript Group,
I have a couple of questions regarding use and implementation of
javascript and AJAX
for a web site, and page design....
eholz1
|
12-15-2007 08:16 PM
eholz1 | 10 | 101 |
|  | m00n wrote:
Please do not top-post here, reply below trimmed quotes.
The word "onload", however it is capitalised, is not a javascript
keyword. ...
RobG
|
12-15-2007 03:07 PM
VK | 3 | 67 |
|  | Hi Friends,
I have some problem here. I am using Asp.net 2.0 but that is not
relevant to my Question.
I have a <div> tag.
<div id="dvAArea"...
Mahernoz
|
12-15-2007 02:05 PM
Randy Webb | 24 | 167 |
|  | Beginner here.
Here is the function correctly written:
function countKids() {
var body = document.body;
var kids = body.childNodes;
var lengthis =...
mk834tt@yahoo.com
|
12-15-2007 01:20 PM
Paul Lautman | 3 | 60 |
|  | Hi,
I am facing this problem while passing ' and " from explore to a
dialogwindow. I tried with escaping the parameter but it...
Garg
|
12-15-2007 12:08 PM
Randy Webb | 1 | 57 |
|  | ...consider a framed set of windows. Menu items replace the content frame
preserving the menu frame. Easy peasy.
One menu item would ideally replace...
The Natural Philosopher
|
12-15-2007 12:00 PM
Randy Webb | 5 | 60 |
|  | is there any way i can make setTimeout work with a private obj ?
function() {
var obj
setTimeout("thread(obj)",0)
}
gert
|
12-14-2007 10:23 PM
gert | 2 | 65 |
|  | My question: can width and height be derived from a preloaded image?
I'm trying to load a dynamically generated image as marker in my Google
Maps...
Berend
|
12-14-2007 06:42 PM
Randy Webb | 11 | 85 |
|  | VK wrote:
With your providing an inappropriate (and syntactically invalid) test case?
Certainly not.
Why do you introduce `about:blank', another,...
Thomas 'PointedEars' Lahn
|
12-14-2007 05:20 PM
Thomas 'PointedEars' Lahn | 1 | 77 |
|  | Hey guys I have some js code as follows...
-------
var SessionTimer;
function StartSessionTimer()
{
SessionTimer =...
joey.powell@topscene.com
|
12-14-2007 05:00 PM
K2xL.com@gmail.com | 4 | 95 |
|  | I want to use the .replace() method with the regular expression /^ %VAR
% =,($|&)/. The following DOESN'T replace the "^default.aspx=,($|&)"
regular...
NvrBst
|
12-14-2007 03:48 PM
Thomas 'PointedEars' Lahn | 1 | 77 |
|  | We have a loop that calculates
argValue = someIntegerValue;
component.onblur = function() { callFun( this, argValue ) };
loop
The problem is that...
botski007@gmail.com
|
12-14-2007 02:36 PM
botski007@gmail.com | 4 | 57 |
|  | i want the key of a hash to be based on a variable:
i tried:
var c = 'blah';
var arr = { 'a':1000, b:2000, c.valueOf():3000 };
also
var arr = {...
jor
|
12-14-2007 02:20 PM
Thomas 'PointedEars' Lahn | 4 | 69 |
|  | Hi,
The application we have developed uses JavaScript extensively. One of
the users of the application is facing a problem. Instead of being
hidden,...
vinod
|
12-14-2007 02:17 PM
VK | 6 | 93 |
|  | On Dec 14, 1:09 pm, "Evertjan." <exjxw.hannivo... (AT) interxnl (DOT) net> wrote:
VK,
That was one of the quickest WORKING answers I have ever...
Mike
|
12-14-2007 01:58 PM
Mike | 0 | 63 |
|  | Hello,
I have a string I want to send to a php page but I want to send it as
a POST for security reasons.
I am doing this...
Mike
|
12-14-2007 12:09 PM
Evertjan. | 3 | 66 |
|  | I have a popup and I would like to capture the close window event.
How can I do that in javascript?
Daniele
Ubi
|
12-14-2007 08:37 AM
Ubi | 4 | 79 |
|  | Task to be Accomplished: I want to copy the contents of dvAArea (after
i change a value in the dropdown or a textbox) into the new dvBArea
Problem:...
Mahernoz
|
12-14-2007 07:41 AM
Mahernoz | 0 | 67 |
|  | I'd like to be able to generate a text file in a web browser, then
supply a link which will allow users to save that file to disk. I'm
not trying to...
kerinin
|
12-13-2007 09:50 PM
Peter Michaux | 7 | 82 |
|  | -----------------------------------------------------------------------
FAQ Topic - How can I prevent access to a web page by
using...
FAQ server
|
12-13-2007 06:00 PM
FAQ server | 0 | 61 |
|  | mikez302 wrote:
<snip>
This is very wrong. What you are doing (when it doe not error out) is
assigning a reference to an object (of from control)...
Richard Cornford
|
12-13-2007 05:49 PM
Richard Cornford | 0 | 61 |
|  | I'm getting the following error when I try to dynamically create an
iframe:
Error: Expected hexadecimal digit
This only occurs when I try to give...
BananaQuaalude
|
12-13-2007 04:07 PM
BananaQuaalude | 4 | 75 |
|  | What's the best way to deliver a handful of HTML, AND ALSO a handful
of JSON in the same XMLHttpRequest?
Johnston.Robyn@gmail.com
|
12-13-2007 01:09 PM
Thomas 'PointedEars' Lahn | 1 | 59 |
|  | sahista wrote:
Do you know that window.setTimeout() can take a Function object reference as
first argument long since?
Firefox is not supposed to...
sahista
|
12-13-2007 01:04 PM
Thomas 'PointedEars' Lahn | 2 | 73 |
|  | Hi all,
I have this js array dynamically generated by the server and converted
to JSON format:
var punti =
and I need to catch the online status...
kaipiroz@gmail.com
|
12-13-2007 01:00 PM
Thomas 'PointedEars' Lahn | 3 | 64 |
|  | I want to stop the execution of the code when the value of k>100 in
the function
function aa()
{
if (k>100)
{
//command to kill the execution
poornibalu@gmail.com
|
12-13-2007 12:59 PM
Thomas 'PointedEars' Lahn | 3 | 63 |
|  | SeanInSeattle wrote:
Both of you and others who perhaps replied but are in my killfile already
need to read this newsgroup's FAQ about how to post...
Thomas 'PointedEars' Lahn
|
12-13-2007 12:53 PM
Thomas 'PointedEars' Lahn | 0 | 59 |
|  | The following is only for IE running under Windows. Its a client
"requirement".
Anyhow, I'm connecting via a web page to a database. Both the page...
Andrew Poulos
|
12-13-2007 10:58 AM
Thomas 'PointedEars' Lahn | 3 | 63 |
|  | Hello,
I change the content of the div ghp_dpp by this way:
function dis_mess(message) {
var content;
content = "<font...
Defacta
|
12-13-2007 10:33 AM
Randy Webb | 1 | 66 |
|  | Hello all,
I have been trying to search for a Basic DOM wrapper for simple DOM
functions. I am wondering if someone can recommend any of...
danjourno
|
12-13-2007 07:47 AM
none | 5 | 64 |
|  | So, I've got a blog showing posts using AJAX, and paginated also using
AJAX.
My question is this: why would the posts not show up using the...
SeanInSeattle
|
12-13-2007 06:50 AM
SeanInSeattle | 5 | 69 |
|  | What is the best method for randomizing the items of two or more arrays
identically?
For example, the below function will sort the 'keys' array...
Tuxedo
|
12-13-2007 03:26 AM
Tuxedo | 11 | 109 |
|  | hi all,
what i am trying to do is fetching results from mysql through a php
script using ajax and showing them in paginated manner on the browser.
I...
newbie
|
12-13-2007 01:12 AM
newbie | 4 | 68 |
|  | David Mark wrote:
It is a pity that so many fall for this misuse of terminology as it can
only act to get in the way of a good understanding of the...
Richard Cornford
|
12-13-2007 12:18 AM
Peter Michaux | 4 | 65 |
|  | After the lengthy discussions so far about feature detection in
various threads, I have committed the following to the...
Peter Michaux
|
12-12-2007 09:11 PM
Peter Michaux | 0 | 67 |
|  | On Dec 4, 5:22 pm, Peter Michaux <petermich... (AT) gmail (DOT) com> wrote:
I propose the following code
var setOpacity = (function() {
Darko
|
12-12-2007 06:43 PM
Peter Michaux | 62 | 341 |
|  | Hi, I'm a newbie to javascript. I work mostly with VB.net on .aspx
pages where most of the time to move from one page to another I use
VB.net's...
SolFrankRosen
|
12-12-2007 06:02 PM
Randy Webb | 4 | 81 |
|  | -----------------------------------------------------------------------
FAQ Topic - How can I see in javascript if a web browser
accepts...
FAQ server
|
12-12-2007 06:00 PM
FAQ server | 0 | 66 |
|  | Hi,
I wonder - how do tools like Google Analytics differ real unique users
from all those millions of bots, crawlers, and so on?
Is it based on IP...
Christine Genzer
|
12-12-2007 04:26 PM
Thomas 'PointedEars' Lahn | 5 | 68 |
|  | Take a general user-defined function F.
In IE4 & 6 (& IIRC 7), F.toString() gives the function as written, with
the original comment and...
Dr J R Stockton
|
12-12-2007 02:56 PM
Dr J R Stockton | 4 | 73 |