| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | i have a form that gathers user inputs and has two submit buttons.
according to the input received (via user input) the appropriate
submit button is...
brian
|
10-16-2003 02:29 PM
Thomas 'PointedEars' Lahn | 2 | 108 |
|  | Hi,
We have an application where my clients may be at different timezones.
I need to validate time across the timezones with javascript. The...
Megha Vishwanath
|
10-16-2003 02:26 PM
Dr John Stockton | 2 | 50 |
|  | In my site I show low quality pictures. When someone right clicks an
image and selects 'Save Picture As...', I wish to let him save the
high quality...
Shahar Golan
|
10-16-2003 12:01 PM
kaeli | 5 | 51 |
|  | Okay heres one for u all...
I need to move a bunch of gif's (buttons) (which are links)... from the
right hand side of the screen to a pre-defined...
Domestos
|
10-16-2003 11:36 AM
Domestos | 0 | 64 |
|  | Hallo,
Is there some decent way how to get the object class name in a string
format?
Currently I use this:
function getClassName(obj) {
if (typeof...
Pavils Jurjans
|
10-16-2003 10:17 AM
Pavils Jurjans | 3 | 60 |
|  | What would be the syntax to change the URL in a popup from the opening page?
Thanks,
Jeff
Jeff Johnson
|
10-16-2003 09:37 AM
Thomas 'PointedEars' Lahn | 1 | 95 |
|  | I am trying to split a sting into a multi-dimensional array. ex.
value = "lang~1#name~bob#age~37#";
And I want to be able sperate the date to look...
PWGSC/TPSGC
|
10-16-2003 09:35 AM
Thomas 'PointedEars' Lahn | 1 | 39 |
|  | I am assembling a muti-page report into one Web page using portions of
other Web pages. I can get one page to display using:
document.location.href...
pow67
|
10-16-2003 08:02 AM
pow67 | 2 | 105 |
|  | How can I add <OPTION> to a tag <SELECT> runtime ?
the code combo.innerHTML+="<OPTION value='1'>Name</OPTION>" doesn't
work...
--
Posted via...
Cristian Martinello
|
10-16-2003 07:58 AM
Yaron Cohen | 3 | 115 |
|  | Anyone know a good site that'll teach you how to make a drop-down navigation
bar? I assume it is javascript
Kkiely
|
10-16-2003 07:41 AM
kaeli | 1 | 99 |
|  | Is there a way to redirect traffic from a given ip address (or perhaps
by user agent or something) from seeing any content on a...
Fabian
|
10-16-2003 07:10 AM
Lasse Reichstein Nielsen | 1 | 94 |
|  | Hi,
I would like to ask for your help.
It seem that sometimes an external CSS file on my page is not loaded,
result with bad layout to my...
Yaron Cohen
|
10-16-2003 05:04 AM
Yaron Cohen | 2 | 59 |
|  | Wow ... what a research!
Well done ;-)
Shlomi Schwartz
|
10-16-2003 04:42 AM
Shlomi Schwartz | 2 | 106 |
|  | Hello,
I am looking to make a client app. truly a thin web HTML client if
possible but still have some data validation done in the UI, so I
guess...
Jack
|
10-16-2003 03:01 AM
Jack | 0 | 50 |
|  | Hello,
I am looking to make a client app. truly a thin web HTML client if
possible but still have some data validation done in the UI, so I
guess...
Jack
|
10-16-2003 03:01 AM
Jack | 0 | 47 |
|  | what is the difference?
Kkiely
|
10-16-2003 01:30 AM
David Dorward | 2 | 68 |
|  | I have a couple page where even after they are done loading, the
status message gets stuck with "Transferring data from <host>...
Are there some...
dan baker
|
10-15-2003 10:33 PM
dan baker | 3 | 49 |
|  | Is it possible for one page to access a variable (or text) from another page
or frame? How is this done?
I want to update a piece of data on one...
Alex Hunter
|
10-15-2003 10:09 PM
Alex Hunter | 2 | 62 |
|  | Hi All,
I have scoured my JavaScript book, but can't find the answer, so I
hope that you can help...
I have a banner on my webpage, called...
Lucanus
|
10-15-2003 07:30 PM
Lasse Reichstein Nielsen | 1 | 47 |
|  | There's a way to check if a string is a valid date ?
Thanks helpers.
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Cristian Martinello
|
10-15-2003 06:26 PM
Dr John Stockton | 8 | 90 |
|  | I'm trying to do a show/hide of several elements on a page and can't
get it working in Netscape 4.x. All other Windows browsers are
working.
My...
TravelMan
|
10-15-2003 04:20 PM
William Tasso | 8 | 50 |
|  | question about Onload function
can one define more than one function for Onload ?
<body Onload="function1()">
or can one define multiple functions...
brian
|
10-15-2003 04:11 PM
Lee | 2 | 58 |
|  | "Daniel" <dvdoord (AT) planet (DOT) nl> writes:
Which browsers have you tried it in?
What error messages did they give?
Which browsers are you not...
Lasse Reichstein Nielsen
|
10-15-2003 03:27 PM
Daniel van den Oord | 5 | 87 |
|  | I call a function in my .js file like this:
onClick="location.href='blank.html' +
generateSearchStringFromForm('section')"
where section is the...
Bill
|
10-15-2003 02:54 PM
Lasse Reichstein Nielsen | 4 | 120 |
|  | Does anybody know how to test javascripts automatically?
Something like UNIT test?
When you have hundreds of variables and functions in one of...
Alex Kizub
|
10-15-2003 01:38 PM
Alex Kizub | 0 | 66 |
|  | "Terry" <saintkilda (AT) shaw (DOT) ca> wrote
<snip>
If you mean global variables then yes. Global variables are properties
of the global object...
Richard Cornford
|
10-15-2003 01:26 PM
Terry | 3 | 113 |
|  | I need help,
I've writen an Applet using Swing. IE woun`t run it with out a certain
Object
tag (see Below). the same tag will not work in...
J W
|
10-15-2003 12:30 PM
J W | 2 | 59 |
|  | Hi all, this sounds like an easy enough thing to do, but after
spending 45 minutes searching google and various javascript sites I
can't find out how...
MT
|
10-15-2003 12:06 PM
MT | 4 | 54 |
|  | Hello,
I have a form. On submit I want a javaScript to check if any fields
are filled in and if so, if the fields that correspond to the filled -
in...
Marc
|
10-15-2003 11:52 AM
Lasse Reichstein Nielsen | 2 | 63 |
|  | Hello, can anybody share the code for a word counter for the textarea
user input? what if max characters are 256?
thanks
reneecccwest
|
10-15-2003 10:18 AM
Grant Wagner | 1 | 106 |
|  | comp.lang.javascript FAQ - META - 7.9 - 2003-06-30
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroup deals with...
FAQ Poster
|
10-15-2003 06:59 AM
FAQ Poster | 0 | 40 |
|  | Thanks for the feedback, i proved in lower case and validate perfectly.
Sergio del Amo Caballero
|
10-15-2003 06:44 AM
bengee | 1 | 79 |
|  | Sergio del Amo Caballero wrote:
Weird... i've got this in my XHTML 1.0 Strict page...
<a href="#" onclick="someFunction();">click here</a>
.......
bengee
|
10-15-2003 06:24 AM
bengee | 0 | 83 |
|  | On Wed, 15 Oct 2003 12:59:34 +0200, Sergio del Amo Caballero
<sergi (AT) sbox (DOT) tugraz.at> wrote:
Why use XHTML 1.0 strict, so few browsers...
Jim Ley
|
10-15-2003 06:03 AM
Jim Ley | 0 | 94 |
|  | Hi,
I've got a recordset consisting of many records (anything up to 250)
which currently loops to populate a form in each iteration. I need to
post...
Paul M
|
10-15-2003 06:01 AM
Lasse Reichstein Nielsen | 1 | 60 |
|  | Ich wollte auf meiner Homepage eine Statistik führen, wie oft jeder
Link/Bild angeklickt wurde (also die Klicks auf jeden Link/Bild zählen).
Ich...
deJulio
|
10-15-2003 05:08 AM
deJulio | 0 | 213 |
|  | Hallo,
I yesterday was browsing the book, JavaScript The Definitive Guide
(4th ed), which is, unquestionably, the best reference book for JS. To
my...
Pavils Jurjans
|
10-15-2003 04:14 AM
Martin Honnen | 1 | 45 |
|  | Hi all!
I have a small website and am having a slight difficulty keeping up with the
changes needed to keep it current and fresh. I have a lot a...
Jerry
|
10-15-2003 02:21 AM
Laurent Bugnion, GalaSoft | 2 | 103 |
|  | hi,
i have some forms which use javascript for data validation, e.g.,
checking to make sure all required fields are completed, checking that
data...
dave yan
|
10-14-2003 08:25 PM
dave yan | 14 | 124 |
|  | Hello,
I am trying to get all of my form elements passed correctly from the
following...
Kevin Lyons
|
10-14-2003 06:12 PM
kaeli | 1 | 60 |
|  | Hi,
I have a GUI followed by a CFM processing page,
followed by an ASP processing page (don't ask) followed by a confirmation
page. My problem is...
Stuart Wexler
|
10-14-2003 05:46 PM
kaeli | 1 | 112 |
|  | Here is my situation:
I have several arrays ... let's say ... Bob1_1, Bob1_2, etc.
Each array has several elements ... element 1 is the one I...
D Elkins
|
10-14-2003 05:45 PM
Lee | 1 | 48 |
|  | Does javascript have acces to source code of previous page when I open a
page from the same domain...
SzokU
|
10-14-2003 05:21 PM
SzokU | 2 | 61 |
|  | Hi all,
I want to do following.
In the background should play a midi file. That's not the problem but when
the midi file is played another one...
John
|
10-14-2003 05:17 PM
Christophe Vanfleteren | 1 | 210 |
|  | these 3 lines will put the following into the URL bar!
but with 2 input boxes it doesn't.
<form name=test>
<INPUT...
|-|erc
|
10-14-2003 04:51 PM
|-|erc | 3 | 88 |
|  | I am using the createElement to create a div tag, which contains. I
also use a div as a placeholder so I know where to move the new
created tag. ...
John Giblin
|
10-14-2003 04:09 PM
John Giblin | 3 | 92 |
|  | Hi
I have a form called 'store' with many fields, and I can update the 'name'
field ok like this
document.store.name.value = n; //this works...
Bill
|
10-14-2003 03:48 PM
Bill | 6 | 69 |
|  | Hello all,
Is there a way I can change the time for which the tool tip is
displayed. For eg. <span title="I am visisble for 5 seconds"> How long
is...
Nagraj Kini
|
10-14-2003 03:35 PM
Thomas 'PointedEars' Lahn | 1 | 148 |
|  | Hi,
Im trying to figure out how I can have data validated in a text input form.
Basically the data entered into the form must consist of 2 uppercase...
Mark
|
10-14-2003 01:58 PM
Dr John Stockton | 2 | 98 |
|  | At work we use SNAP survey software. The software is capable of
outputting a survey as a web page, in HTML, which we can tart up with
Javascript for...
Steve Wylie
|
10-14-2003 01:18 PM
Lasse Reichstein Nielsen | 7 | 112 |