| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | 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 | 13 |
|  | 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 | 5 |
|  | 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 | 10 |
|  | -----------------------------------------------------------------------
FAQ Topic - Internationalization and Multinationalization...
FAQ server
|
02-07-2008 06:00 PM
FAQ server | 0 | 6 |
|  | 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 | 21 |
|  | The usual approach for finding all links:
var allhrefs =...
John Nagle
|
02-07-2008 07:42 AM
Thomas 'PointedEars' Lahn | 4 | 12 |
|  | 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 | 10 |
|  | 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 | 9 |
|  | -----------------------------------------------------------------------
FAQ Topic - What is the document object...
FAQ server
|
02-06-2008 06:00 PM
FAQ server | 0 | 5 |
|  | 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 | 7 |
|  | 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 | 9 |
|  | 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 | 9 |
|  | Hello,
The code below uses prototype.js/ajax to send the contents of a form
(cut down version shown here).
I use <body onload="focus();"> to put...
Geoff Cox
|
02-06-2008 02:17 PM
Geoff Cox | 6 | 7 |
|  | Hi folks,
I want to store some values I get using JavaScript/jQuery into a
Hidden Field so the Server can read it.
What are the limits of what I...
Plinkerton
|
02-06-2008 01:17 PM
Thomas 'PointedEars' Lahn | 2 | 8 |
|  | I have about 15 columns and 300 or more rows on a web page. The first
column is ITEM ID. Each ITEM ID has some remarks history in the
database. I...
ipy2006
|
02-06-2008 12:22 PM
nolo contendere | 4 | 5 |
|  | Here I use prototype framework. I create a popup div, but there is a
problem with this on IE 6 when it is over a select box. I already use
an iframe,...
Chamnap
|
02-06-2008 10:18 AM
Logos | 5 | 18 |
|  | Hi, I have developed a music site that uses Windows Media Player to
play music
streaming.
Everything works ok except for those users that have...
Ezequiel
|
02-06-2008 10:00 AM
GArlington | 1 | 2 |
|  | FREE Mobile Phones: Which one is for you?
Choose your mobile phone make or network
Select a makeBlackberry HTC Levi LG Mandarina Duck Motorola Nokia...
Zoxieo
|
02-06-2008 09:39 AM
Zoxieo | 0 | 8 |
|  | hi,
how do you select an option using javascript?
i tried to setAttribute("selected", "disabled") to disable last
selected and...
Sebastian Fey
|
02-06-2008 09:10 AM
RobG | 2 | 6 |
|  | Hi
I have a piece of code that has to open a new small window with some
formatting text in it. If I run the code and the new windows opens the
text...
Michael Landberg
|
02-06-2008 05:30 AM
Michael Landberg | 2 | 3 |
|  | Prince of Code said the following on 2/6/2008 2:22 AM:
<snip>
Javascript is case sensitive and onclick isn't the same as onClick.
Re-code it using...
Randy Webb
|
02-06-2008 03:02 AM
Prince of Code | 1 | 3 |
|  | Hello,
Amrit has posted the code below for keeping the focus on a text box
until some text is entered.
Can someone please explain...
Geoff Cox
|
02-06-2008 02:28 AM
Dr J R Stockton | 6 | 7 |
|  | In firefox, an easy alternative for some applications of
nsIServerSocket is the URI "data:", if the only goal was to do
http://localhost/ connections...
Alejandro Rivero
|
02-05-2008 07:11 PM
Thomas 'PointedEars' Lahn | 2 | 3 |
|  | -----------------------------------------------------------------------
FAQ Topic - What are object...
FAQ server
|
02-05-2008 06:00 PM
FAQ server | 0 | 3 |
|  | Hi,
I am trying to compute the load time for the contents of an iframe. I
do this by recording the start time before the iframe starts loading
and...
Madhumita
|
02-05-2008 04:41 PM
BerlinBrown | 1 | 3 |
|  | Do you know if it is possible to wait for the iframe page to load and
then manipulate the iframe DOM.
E.g.
mypage:
<script>
function myinit()...
BerlinBrown
|
02-05-2008 04:40 PM
BerlinBrown | 5 | 6 |
|  | Hi
In a popup window (by a button) I use this to pass data on to the
parent window:
window.opener.document.forms.receivers.value=sellist;
I have...
jodleren
|
02-05-2008 03:37 PM
Thomas 'PointedEars' Lahn | 4 | 7 |
|  | Hi all,
I need some help with using recordset.bof / oef.
I'm using HTML file to display XML records page by page.
I need to disable the moveNext...
Yaara Mac
|
02-05-2008 03:34 PM
Evertjan. | 3 | 4 |
|  | Joost Diepenmaat wrote:
JFTR: The OP is using the DOM already, only in a wrong way.
PointedEars
--
var bugRiddenCrashPronePieceOfJunk =...
Thomas 'PointedEars' Lahn
|
02-05-2008 02:28 PM
Joost Diepenmaat | 7 | 8 |
|  | Hello. I have an COM object that was written in C# using ASP.NET. This
is a COM object. I was able to instantiate this COM object using C++
code. (I...
jdyer521@gmail.com
|
02-05-2008 01:53 PM
jdyer521@gmail.com | 0 | 5 |
|  | Tom de Neef wrote:
It is certainly better to convert the characters to their numeric character
reference (NCR) instead of to the corresponding...
Thomas 'PointedEars' Lahn
|
02-05-2008 01:18 PM
Thomas 'PointedEars' Lahn | 0 | 3 |
|  | I am creating an HTML form and would like the user to have the
capability to browse to a file and when "Submit" is selected, the file
would be...
MikeofPet
|
02-05-2008 10:03 AM
Erwin Moller | 1 | 3 |
|  | I have an anchor tag as follows:
<a href="javascript:copyValue(this,6);submitForm(this);">Click Here</
a>
In copyValue() I want to overwrite the...
gimme_this_gimme_that@yahoo.com
|
02-05-2008 05:00 AM
Henry | 3 | 4 |
|  | JS error showing:
錯誤: uncaught exception:
P
³å|ë method Location.toString
It didn't showing any line number, IE7 is okay.
Any clues?
howa
|
02-05-2008 04:49 AM
GArlington | 2 | 3 |
|  | I have done one Javascript project. It ended up with 1000 lines of code. The
next one will be 10-20 times as big and my question is whether I...
Tom de Neef
|
02-05-2008 01:47 AM
Tom de Neef | 15 | 16 |
|  | "Tom de Neef" <tdeneef (AT) qolor (DOT) nl> wrote
Don't be off put by the testiness here. You can still get good help, but
also take the advise to...
MikeB
|
02-04-2008 07:20 PM
MikeB | 0 | 3 |
|  | If I have an <iframe> element with a src attribute set to
"somedoc.xml" then, as expected, the iframe.contentDocument.doctype
matches the source...
icogs
|
02-04-2008 06:30 PM
gimme_this_gimme_that@yahoo.com | 1 | 11 |
|  | -----------------------------------------------------------------------
FAQ Topic - What is...
FAQ server
|
02-04-2008 06:00 PM
FAQ server | 0 | 4 |
|  | Thomas 'PointedEars' Lahn wrote:
Should *not*. (This is what happens when one rephrases a sentence and loses
track :))
PointedEars
--
realism: ...
Thomas 'PointedEars' Lahn
|
02-04-2008 04:43 PM
Thomas 'PointedEars' Lahn | 0 | 6 |
|  | VK wrote:
Thanks for a good laugh. `arguments' is not even a reference to an Array
object (at least not per specification and so there is only...
kj
|
02-04-2008 04:17 PM
VK | 8 | 9 |
|  | Hi,
Recently i started to work with javascript and notice that i have
a lot of memory leaks.
I built simple example which creates 100,000 strings...
tal.shemesh@gmail.com
|
02-04-2008 03:55 PM
Thomas 'PointedEars' Lahn | 3 | 4 |
|  | Hi,
How to replace a tag by space.
Example:
var str="<b>abcd</b>";
i need a str with "abcd";
replace <b> and </b> by ""
nithicorent@gmail.com
|
02-04-2008 03:39 PM
Thomas 'PointedEars' Lahn | 3 | 12 |
|  | Hello Everybody,
I'm trying to make a verification script to check if the user has
answered to all the questions on the page.
here is the...
GioX®
|
02-04-2008 12:49 PM
Thomas 'PointedEars' Lahn | 4 | 8 |
|  | Hi, I would like to use charCodeAt function but it returns wrong dec.
numbers. The question is how to set character of the js. file
executed? I can...
czechboy
|
02-04-2008 09:18 AM
czechboy | 15 | 16 |
|  | I am looking for a multiple level menu system example that does ot
require an onLoad event. I have done an extensive search on google, but
have not...
sheldonlg
|
02-04-2008 09:12 AM
sheldonlg | 0 | 3 |
|  | I have a WYSIWYG editor (WidgEditor) I'm using on one of my sites.
It's nice, but the only function it has to enter an image into the
code being...
wilsoncpu
|
02-04-2008 07:13 AM
VK | 2 | 8 |