| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I want to find all li id's from UL id "ul2" which is in div
id="divTopLeft".
How to do this?
<div id="divTopLeft" class="workarea" >
<ul id="ul2"...
Amit Prakash Pawar
|
09-14-2009 07:20 PM
Stefan Weiss | 3 | 102 |
|  | I wrote a block of Javascript code, it works fine in Firefox. But it
doesn't work in Internet Explorer.
function SelectDistrict(argument)
{...
Phper
|
09-14-2009 11:42 AM
John G Harris | 11 | 138 |
|  | I'm modifying the contents of a DIV using innerHTML and after the
modification I need to run some javascript on it. Is there an equivalent
of an...
Andrew Poulos
|
09-14-2009 09:06 AM
Thomas 'PointedEars' Lahn | 1 | 39 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I get a jsp/php variable into
client-side...
FAQ server
|
09-13-2009 08:07 PM
kangax | 1 | 33 |
|  | In comp.lang.javascript message <lKRqm.2235$tl3.39 (AT) nwrddc01 (DOT) gnilink.net>
, Sat, 12 Sep 2009 18:27:29, Andrew Pollock <andypo (AT) verizon...
Andrew Pollock
|
09-13-2009 06:12 PM
Evertjan. | 13 | 71 |
|  | E262-3 edition
11.4.1 The delete Operator
The production UnaryExpression : delete UnaryExpression is evaluated
as follows:
1. Evaluate...
abozhilov
|
09-13-2009 03:12 PM
kangax | 26 | 178 |
|  | Hello
I have this code to bring up a warning message if the user tries to
exit the browser before completing a section.
var resultsSaved =...
Geoff Cox
|
09-13-2009 02:33 PM
Geoff Cox | 5 | 50 |
|  | Hello
I have created a div and added a smiley image to it using
function showSmiley() {
var info = "<img...
Geoff Cox
|
09-13-2009 02:32 PM
Geoff Cox | 6 | 128 |
|  | Under IE 6, if I try to insert an IFRAME by DOM methods,
which IFRAME is targeted by a form, the form won't target
the inserted IFRAME element. ...
Csaba Gabor
|
09-13-2009 02:28 PM
Thomas 'PointedEars' Lahn | 3 | 37 |
|  | I'd like to use a different variable name than
"q" when executing autocomplete. After a quick
google search, i didn't find anything useful.
Is it...
K Viltersten
|
09-13-2009 01:35 PM
K Viltersten | 1 | 31 |
|  | hi i am a new membe of the group and i aso want to share my resource
topic.
By the way i have aslo open a site on this fact to inform about
current...
lablu
|
09-13-2009 05:58 AM
lablu | 0 | 33 |
|  | Hello
I would like to have an image displayed for say 5 seconds but as far
as I can gather it is not possible, using JavaScript, to prevent...
Geoff Cox
|
09-13-2009 02:59 AM
Geoff Cox | 4 | 30 |
|  | First, let me state that I'm not asking if I can disable a browsers
Back Button <g>
I have a form on my .NET site that, when submitted, takes a...
Kevin Blount
|
09-13-2009 01:05 AM
Richard Maher | 36 | 400 |
|  | -----------------------------------------------------------------------
FAQ Topic - What is...
FAQ server
|
09-12-2009 11:29 PM
kangax | 5 | 27 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I download a page to a...
FAQ server
|
09-12-2009 07:00 PM
FAQ server | 0 | 24 |
|  | According to ECMA 262 (3rd edition), 5.5.4.5:
String.prototype.charCodeAt (pos)
Returns a number (a nonnegative integer less than 2^16)
Could it...
Johannes Baagoe
|
09-12-2009 06:59 AM
Jorge | 11 | 123 |
|  | Flanagan recommends that one should create only one global variable onto
one's page. The name of that variable should be unique for one author....
optimistx
|
09-11-2009 09:39 PM
Garrett Smith | 5 | 27 |
|  | Hi.
Help much appreciated... thanks :)
I have a page - Page.aspx.
In the page, there is a button that fires an XMLHTTP event:
return...
pbd22
|
09-11-2009 07:17 PM
Stefan Weiss | 3 | 36 |
|  | welcome,
I have this problem:
I open a new window in the frame that redirects the user to the page
with Gmail, and at the same time it logs...
jasiu86
|
09-11-2009 03:55 PM
Dr J R Stockton | 4 | 145 |
|  | As title and what is the difference?
THANKS!!!!!!!!!
Nik
|
09-11-2009 03:39 PM
Dr J R Stockton | 15 | 73 |
|  | On Aug 30, 2:55*pm, Martin Honnen <mahotr... (AT) yahoo (DOT) de> wrote:
Works in Chrome 4.0/Mac too.
--
Jorge.
FAQ server
|
09-11-2009 03:14 PM
Dr J R Stockton | 31 | 356 |
|  | Hi.
I have recently been looking at the source of a number
of sites and I have noticed that while elements on a
page do not have an onclick...
pbd22
|
09-11-2009 01:25 PM
pbd22 | 2 | 57 |
|  | Hi,
Job Title : Project Manager with QA Background
Duration : 6+ months.
Location : Ontario, Canada.
Canadian citizen preferred.
kin
|
09-11-2009 12:40 PM
kin | 0 | 20 |
|  | If I'm trying to position a DIV using a calculation (e.g. newpos=x/2;),
should I be converting the number to an integer?
There are of course no...
Stevo
|
09-11-2009 09:20 AM
Antonello Pasella | 4 | 68 |
|  | Bookmarklets offer so fascinating possibilites that I am afraid they will be
made impossible soon in all browsers.
Bookmarklet demo:
1. browse to...
optimistx
|
09-11-2009 02:46 AM
optimistx | 0 | 25 |
|  | In comp.lang.javascript message <36a56f43-a110-4759-a7dc-04931946d8e7@y3
6g2000yqh.googlegroups.com>, Wed, 9 Sep 2009 16:49:35, Herbert...
Dr J R Stockton
|
09-10-2009 05:52 PM
Dr J R Stockton | 0 | 24 |
|  | var p={i:42}
function C(){
C.prototype=p;// inside C
}
var c1=new C();
alert(c1.i); //gives undefined, expecting 42
optimistx
|
09-10-2009 03:13 PM
John G Harris | 6 | 30 |
|  | hello all
I have two js files
file1.js contain
var msg="Hello world";
------
file2.js
alert(msg);
-----------------
jaco
|
09-10-2009 01:50 PM
Jeremy J Starcher | 3 | 35 |
|  | I need a family (let us not start a war by calling it a "class") of
objects which behave just like ordinary Date objects, except that
their String...
Johannes Baagoe
|
09-10-2009 08:39 AM
Dr J R Stockton | 41 | 156 |
|  | Dr J R Stockton wrote on 09 sep 2009 in comp.lang.javascript:
btw:
document.sandy.first.value
is not very reliable crossbrowserwize, use...
Evertjan.
|
09-10-2009 04:01 AM
Evertjan. | 0 | 26 |
|  | The Natural Philosopher wrote:
There was a guy who told the he is really an expert to succeed in marriages,
and is happy to give his advice to...
fulio pen
|
09-10-2009 12:07 AM
Thomas 'PointedEars' Lahn | 33 | 136 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I POST a form to a new...
FAQ server
|
09-09-2009 07:00 PM
FAQ server | 0 | 30 |
|  | I'm choking on figuring out the correct regexp to extract floats from a
string and then putting that into...
Steffan A. Cline
|
09-09-2009 12:56 PM
Dr J R Stockton | 9 | 56 |
|  | In comp.lang.javascript message <PGypm.1721$tl3.1495 (AT) nwrddc01 (DOT) gnilink.ne
t>, Tue, 8 Sep 2009 19:57:35, ANDREW POLLOCK <andypo (AT) verizon...
Captain Paralytic
|
09-09-2009 12:16 PM
Dr J R Stockton | 4 | 24 |
|  | I have to access registry (just read value) when my page gets loaded.
I guessed there's 2 ways to finish it.
1. access registry directly in...
fifth
|
09-09-2009 10:19 AM
-TNO- | 3 | 28 |
|  | I have a SCRIPT element with the ID of "dhtml". I'm dynamically
replacing it with a new script. Before I add the new script I was "told"
to do some...
Andrew Poulos
|
09-09-2009 03:19 AM
SAM | 4 | 28 |
|  | for (var i in obj) {assert( i + ': ' +obj)}
gives some properties of obj, but not all. How to find all the properties of
obj? If one has to know the...
optimistx
|
09-08-2009 07:34 PM
Garrett Smith | 5 | 39 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I modify the current browser...
FAQ server
|
09-08-2009 07:00 PM
FAQ server | 0 | 28 |
|  | -----------------------------------------------------------------------
FAQ Topic - I have window.status="Moomin"; why doesn't the
statusbar...
FAQ server
|
09-08-2009 05:38 PM
Dr J R Stockton | 1 | 27 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I prompt a "Save As" dialog for an
accepted mime...
FAQ server
|
09-08-2009 09:55 AM
Dr J R Stockton | 2 | 38 |
|  | With IE, you can use ActiveX Scripting.FileSystemObject to check
filesize of a <input type="file"...> before performing the upload.
While this does...
Tom Cole
|
09-08-2009 09:31 AM
tcole6 | 2 | 85 |
|  | I have a DIV element with a background image. The DIV is a container for
a number of other elements. Without iterating through the contents of
the...
Andrew Poulos
|
09-08-2009 08:23 AM
SAM | 4 | 45 |
|  | Hi,
I've been interested in the recent thread on Event Delegation and thought I
had an immediate use for it with a <select> list that I build...
Richard Maher
|
09-08-2009 06:56 AM
Richard Maher | 2 | 42 |
|  | I have finaly got the GM_HTTP handlers to work but I still have a
problem with calling a global function as onclick handler ( for radio
button...
sammy
|
09-08-2009 03:37 AM
Thomas 'PointedEars' Lahn | 4 | 62 |
|  | hi,
looking for a js-based text-based slideshow with fades (random) ...
if anyone has links or scripts, thanks!
sd
Star Dot Star
|
09-07-2009 08:12 PM
SAM | 3 | 30 |
|  | I would like to run versions of Netfront or Blackberry browser on
windows or mac.
Where can I download versions or emulators for...
Garrett Smith
|
09-07-2009 04:13 PM
-TNO- | 1 | 34 |
|  | Can I get the URL of the page it's gonna redirecting to from
onbeforeunload event ?
Something like...
window.onbeforeunload=foo;
function...
chaichana
|
09-07-2009 10:26 AM
chaichana | 2 | 35 |
|  | Hello,
I have a page with several puzzles. I want the user to be able to
click on a puzzle and the solution will come up in a popup. That...
RexJ
|
09-07-2009 07:04 AM
SAM | 6 | 56 |
|  | I'm using an editable DIV tag with the id "comment", and am using
innerHTML to replace "oldTag" with "newTag". Everything works fine,
except that...
Jason Carlton
|
09-07-2009 05:24 AM
Tim Down | 1 | 28 |
|  | Hi,
I want to run off-line aplet :
http://www.math.nagoya-u.ac.jp/~kawahira/programs/mandel.html
Here are instructions and class file...
adam majewski
|
09-07-2009 04:52 AM
adam majewski | 2 | 31 |