HighDots Forums  

Sponsored Links


Javascript JavaScript language (comp.lang.javascript)


Discuss in the Javascript forum.



Post New Thread
Threads in Forum : Javascript Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
----------------------------------------------------------------------- FAQ Topic - How do I communicate between frames in a...
FAQ server
12-16-2007 06:00 PM
FAQ server Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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. Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
0 67
opacity (Multi-page thread 1 2 3 4 5 ... Last Page)
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
4 73
Post New Thread

Display Options
Showing threads 2501 to 2550 of 31222
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.