Description:
Netscape Communications Corp.'s JavaScript language.
|
|
|
Scroll position detection
|
| |
I've used documentElement.scrollTop to identify page scroll position for returning to previous page links.
However, I only just realised it doesn't work in Chrome and perhaps therefore likely some other browers too.
Instead, I found body.scrollTop works in Chrome but doesn't work in FF.... more »
|
|
FAQ Topic - What is a host object? (2013-05-25)
|
| |
------------------------------ ------------------------------ -----------
FAQ Topic - What is a host object?
------------------------------ ------------------------------ -----------
A host object is any object supplied by the host environment to
complete the execution environment of ECMAScript.... more »
|
|
How to manage cursor?
|
| |
Hi,
I have two DIVs, one in the left and the other right.
More info:
*
left DIV (id of 'leftD') is empty by default, right DIV (id of 'rightD') has lots of contents.
* when a user scrolls down for the right DIV, and find one piece of content interesting something, say, content 8 (id of 'content8'), click on it (clickAction) and brings it to the top of the left DIV ('leftD'). No problem, so far so good.... more »
|
|
I have a problem
|
| |
The principle is this when I tab on field with id=fartygID I need to validate this field against table AFARTYG and this is done asynchronously and this can't be changed because of the
structure of the code.
If the data.opExist == "False" in function Validate I know that the entered data is invalid and I want the cursor... more »
|
|
How can this work as it does
|
| |
This code works as it should but there is one thing that
I don't fully understand.
In the html markup at the end I have this div
<div id="dlgInsertLots" title="Insert Lots" style="width:500px; display:none">
...
which is not displayed because we have said display:none
Now to my question when I click on button with id= InsertLots this function... more »
|
|
use a value form a manu list in a form on the same page
|
| |
...
...
You did? How did that work out for you.
...
Yeah, in a form if you want the user to choose a number like that you can use an html select / option, or a set of radio buttons, or you could use a text input and let the user enter a number, but they might enter a number outside your range.... more »
|
|
FAQ Topic - What is a built-in object? (2013-05-24)
|
| |
------------------------------ ------------------------------ -----------
FAQ Topic - What is a built-in object?
------------------------------ ------------------------------ -----------
A built-in object is any object supplied by an ECMAScript
implementation, independent of the host environment, that is present... more »
|
|
get free card only 60 seconds
|
| |
Greet offer Free Money From Full Service Management Inc announcement, free money online! This is how to earn money online for free! Learn how to get free card only 60 seconds. Cheek now [link]
Please visit and don’t forget like....
|
|
!0 versus true
|
| |
I'm working with some people who write code and minimises it. As ab afterthought, I unminimise some of it and worked my way through it.
One thing I found was that the minimiser had converted all instances of true to !0.
When I reported it no one thought it an issue as both true and !0 are... more »
|
|
|