| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | So many suggestions on how to and how NOT to do things, it gets
confusing.
I have been playing around with an application-specific...
murrayatuptowngallery
|
02-11-2008 02:23 AM
murrayatuptowngallery | 0 | 2 |
|  | As per recent discussion at mozilla.dev.tech.javascript
"Scrollbars not being taken into account with...
VK
|
02-10-2008 09:34 PM
David Mark | 3 | 4 |
|  | What is the best way to monitor CPU activity and performance?
THis is more of a testing question.
I have an option to do either:
1) mixedColor =...
dhtml
|
02-10-2008 08:10 PM
dhtml | 16 | 17 |
|  | I have some HTML that look like this:
<object
type="video/x-ms-wvx"
data="sample.wvx"
style="position:absolute; left:0; top:0; width:100%;...
Andrew Poulos
|
02-10-2008 07:42 PM
Thomas 'PointedEars' Lahn | 2 | 3 |
|  | -----------------------------------------------------------------------
FAQ Topic - What books cover...
FAQ server
|
02-10-2008 06:00 PM
FAQ server | 0 | 2 |
|  | Hi,
I am trying to change the background of a row onMouseOver and it is
not working. I am not a javascript expert so I am sure i a...
KDawg44
|
02-10-2008 05:06 PM
KDawg44 | 2 | 3 |
|  | i've got a link that when clicked on generates some text dynamically
(via javascript) and displays it in a new window.
i use window.open.
ideally,...
jman
|
02-10-2008 04:43 PM
Thomas 'PointedEars' Lahn | 5 | 6 |
|  | Omicron schreef:
According to the msdn website, all you need to do is add the following:
TDC1.CaseSensitive =...
Janwillem Borleffs
|
02-10-2008 02:05 PM
Omicron | 1 | 2 |
|  | McKirahan said the following on 2/9/2008 10:31 PM:
<snip>
<snip>
var nam = ;
Gavin
|
02-10-2008 12:38 PM
Dr J R Stockton | 9 | 10 |
|  | Situation:
I have an array of objects. I want to find the maximum value of a
given numeric value that exists in each of the objects. Suppose...
timothytoe
|
02-10-2008 12:21 PM
Dr J R Stockton | 20 | 21 |
|  | Greetings.
Is there any way, in Javascript, to put in 2 variables the width and
height of a picture, given the filename and without the picture...
Joaquim Amado Lopes
|
02-10-2008 11:08 AM
Thomas 'PointedEars' Lahn | 8 | 9 |
|  | Today while researching a bug I found this script:
var Event = {
add: function() {
if (window.attachEvent) {
return function(el, type, fn) {
var f =...
Brownie Guy
|
02-10-2008 08:37 AM
Thomas 'PointedEars' Lahn | 5 | 6 |
|  | Hello all!
In some engines like Gecko(Firefox) and KHTML(Konqueror), pressing the
' or / key
turns the "quick find" mode on in the browser, moving...
cloudguitar
|
02-10-2008 08:12 AM
cloudguitar | 4 | 5 |
|  | Is there a clean way to convert a two digit hex to a decimal? Or should
I do a little mumbo jumbo with associative arrays?
Jeff
Jeff
|
02-10-2008 06:46 AM
Dr J R Stockton | 23 | 24 |
|  | Hi.. I want to open a new window in javascript
the new window will contain an xml message.. can I do this?
I dont want to use a xHtml file to contain...
ShayHk
|
02-10-2008 06:23 AM
Thomas 'PointedEars' Lahn | 7 | 8 |
|  | On Feb 10, 2:31 pm, "Diego Fernández Santos"
<dfd... (AT) users (DOT) sourceforge.net> wrote:
Of course not. (i)frame has to have valid src...
VK
|
02-10-2008 05:38 AM
VK | 0 | 8 |
|  | I'm going to explain better.
I have a js file that will call a java servlet, this servlet will gave
me a response back. This response is in XML...
Mariano
|
02-10-2008 05:33 AM
AKS | 14 | 15 |
|  | From within a frame, I know you can call a javascript function in the
parent using: parent.parent.functionCall()
Is there a way to this in a...
moweis@gmail.com
|
02-10-2008 01:52 AM
Thomas 'PointedEars' Lahn | 6 | 7 |
|  | VK wrote:
No, in this case it should not.
As specified.
,-<http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-ViewCSS>
Adam
|
02-10-2008 01:11 AM
Thomas 'PointedEars' Lahn | 5 | 6 |
|  | -----------------------------------------------------------------------
FAQ Topic - What does the future hold for...
FAQ server
|
02-09-2008 06:00 PM
FAQ server | 0 | 2 |
|  | Hi, friends,
I am hoping to write a chatroom with the AJAX methodology. I knew I
can set periodic refreshment from the client-side code and make...
lihao0129@gmail.com
|
02-09-2008 03:09 PM
VK | 7 | 8 |
|  | When building HTML in JavaScript when using JS DOM
(document.createElement(strType)) is not effective, there are
basically two methods for doing...
Java script Dude
|
02-09-2008 02:17 PM
timothytoe | 5 | 6 |
|  | comp.lang.javascript FAQ - META - 9.88 - 2007-10-12
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroups deal with...
FAQ server
|
02-09-2008 01:19 PM
Randy Webb | 2 | 7 |
|  | I'm wondering how expensive and (in)efficient is to use Collection
type javascript library functions (similar to using Blocks), instead
of repeating...
Lobo
|
02-09-2008 05:28 AM
VK | 10 | 11 |
|  | Hi everyone :-) ,
I searched the forum to look for an answer to
my query but did not find a match. I'm trying to write a small script
which would be...
newbiegalore
|
02-09-2008 05:06 AM
SAM | 5 | 6 |
|  | Currently I'm using hidden input textboxes to store session variables
(eg. login_id, first_name, last_name). So when I need to use the
values in a...
mouac01@yahoo.com
|
02-08-2008 08:55 PM
Randy Webb | 2 | 3 |
|  | Hi
I have noticed a several plugings (jquery mask and the dojo date
widget) auto correct user data if it is entered improperly. Or they
delete the...
jamthoyoung@hotmail.com
|
02-08-2008 08:50 PM
Randy Webb | 7 | 8 |
|  | I've been tasked with developing a rather large business process
automation system in NetSuite. It won't be executed in a browser
context but rather...
SteveKlett@gmail.com
|
02-08-2008 07:55 PM
SteveKlett@gmail.com | 2 | 4 |
|  | I use ajax to load data, which can be slow. Normally it takes 2-14
seconds, but the record is 84 seconds. I have found, that after 40
seconds, most...
jodleren
|
02-08-2008 02:43 PM
Joost Diepenmaat | 5 | 6 |
|  | Let me know if anybody has a good solution to this, please. I'm trying
to find a way to disable a selection option in a form in an IE...
Fred Doyle
|
02-08-2008 01:25 PM
webbugtrack@gmail.com | 3 | 4 |
|  | Hi there.
I am a hobbyist with no formal background in computer programming.
Although years ago I’ve dabbled with a bit of the Microsoft QBasic...
Darren
|
02-08-2008 10:32 AM
McKirahan | 1 | 24 |
|  | What I would like to do is set the focus on the first childNode
element of my iframe src page. I can't assume I know any of the id's
or content...
carlos
|
02-08-2008 08:44 AM
carlos | 2 | 3 |
|  | wolverine <kiran.happy (AT) gmail (DOT) com> writes:
So it's a piece of javascript.
That would mean you're just re-implementing most of whatever...
Joost Diepenmaat
|
02-08-2008 08:26 AM
Joost Diepenmaat | 2 | 3 |
|  | I need help with the structure of a JavaScript program. My process is
as follows:
1) Get JSON data via XMLHttpRequest.
2) When done with the above,...
avicalc@gmail.com
|
02-08-2008 06:23 AM
Dr J R Stockton | 6 | 7 |
|  | Hi all,
I've got an input field and a button on a form.
The button should be disabled unless there is something in the input
field.
I've got this...
james@microsec.co.uk
|
02-08-2008 03:44 AM
james@microsec.co.uk | 4 | 5 |
|  | HI i need help
i have two select option.. for example State list and city list . in
country option i have listed tamilnadu,kerala,andra,karnataka...
mekalai82@gmail.com
|
02-08-2008 12:53 AM
Randy Webb | 1 | 2 |
|  | Hi.
I can't seem to get any values from the below string.
I have tried myJSONObject.slides, myJSONObject.slides,
myJSONObject.slides.1, etc.
I can't...
pbd22
|
02-07-2008 06:51 PM
Douglas Crockford | 6 | 7 |
|  | -----------------------------------------------------------------------
FAQ Topic - Internationalization and Multinationalization...
FAQ server
|
02-07-2008 06:00 PM
FAQ server | 0 | 2 |
|  | Does JavaScript have a mechanism to provide the equivalent of Java's
Double.doubleToLongBits() and the reverse...
chad_walters@yahoo.com
|
02-07-2008 08:49 AM
Dr J R Stockton | 2 | 3 |
|  | The usual approach for finding all links:
var allhrefs =...
John Nagle
|
02-07-2008 07:42 AM
Thomas 'PointedEars' Lahn | 4 | 5 |
|  | I want to ask a visitor the reason they visited our website using
Javascript:
Var strReason = Prompt("Why did you visit?")
How can I store this in...
Mark1234567
|
02-07-2008 06:05 AM
Jonathan | 21 | 22 |
|  | Hello,
The code below, to keep the focus on a textbox until text has been
entered, works fine with IE but not so fine with Firefox.
function...
Geoff Cox
|
02-07-2008 03:49 AM
Evertjan. | 22 | 23 |
|  | I'm in the very beginning stages of learning JavaScript, so apologies in
advance for the dumb question(s). As a learning experience, I've created
a...
Jim Aikin
|
02-07-2008 12:26 AM
Jim Aikin | 9 | 10 |
|  | I have a photo page working almost the way I want. The page has 50
thumbnails and when I click one of them a popup opens with a larger photo.
Fine so...
Darrell
|
02-06-2008 11:53 PM
Darrell | 2 | 5 |
|  | Just noticed on a new york times article, I could click any word that
is NOT an hyperlink, and it automatically searches for that word on a
different...
digitalclout@gmail.com
|
02-06-2008 10:38 PM
Randy Webb | 2 | 3 |
|  | -----------------------------------------------------------------------
FAQ Topic - What is the document object...
FAQ server
|
02-06-2008 06:00 PM
FAQ server | 0 | 2 |
|  | Hello
I have <body onload="focus();">
run the following,
function focus() {
document.MyForm.username.focus();
alert("please add your first and...
Geoff Cox
|
02-06-2008 05:39 PM
Thomas 'PointedEars' Lahn | 10 | 11 |
|  | Hi,
My background is more in C and PHP than javascript, but occasionally I
have to write small javascript functions. I recently needed to write
one...
Confused
|
02-06-2008 04:46 PM
Dr J R Stockton | 2 | 3 |
|  | Hello,
any idea how to control Windows media ActiveX control
with JavaScript, e.g. make it to accept Play, Stop and
source file change from...
Tomislav
|
02-06-2008 02:54 PM
Thomas 'PointedEars' Lahn | 1 | 2 |
|  | I'm trying some new code via GreaseMonkey, and I'm getting an occasional error
on the ErrorConsole that consists of the red error icon, the full...
John Nagle
|
02-06-2008 02:30 PM
Thomas 'PointedEars' Lahn | 2 | 3 |