| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
I have found a perfect example of what i am trying to achieve. I have tried
to take it apart and it blew my brains out all over the floor.
Can...
Trevor
|
05-04-2004 07:08 PM
Thomas 'PointedEars' Lahn | 6 | 69 |
|  | At the moment I'm using a quicksort algorithm to sort a list of
countries in alphabetic order. This worked wonderfully until someone
came up with the...
Ian Richardson
|
05-04-2004 06:57 PM
Thomas 'PointedEars' Lahn | 13 | 130 |
|  | JRS: In article <020520041251137745%denmarks (AT) none (DOT) net>, seen in
news:comp.lang.javascript, Dennis Marks <denmarks (AT) none (DOT) net>...
Dr John Stockton
|
05-04-2004 06:10 PM
Dr John Stockton | 0 | 57 |
|  | Dennis wrote:
And shysters use unreliable hacks to achieve a result until their hack comes unglued, then they blame their
tools.
They also...
Grant Wagner
|
05-04-2004 05:29 PM
Dennis | 1 | 64 |
|  | I need to be able to conditionally load a remote script, using
the "<script src=..." syntax. Or some other way. I've seen
people writing about using...
Razzbar
|
05-04-2004 04:58 PM
Ivo | 4 | 75 |
|  | Jay wrote:
<snip>
This exact problem is covered at:-
<URL: http://www.jibbering.com/faq/faq_notes/form_access.html#faBut >
Richard.
Richard Cornford
|
05-04-2004 03:30 PM
Jay | 1 | 109 |
|  | Thanks for the response and the modifications. I'm very relieved to
know that this method can actually work!
Joe
*** Sent via Developersdex...
Jack Black
|
05-04-2004 03:16 PM
Jack Black | 0 | 64 |
|  | On 4-May-2004, wrote:
You're right - I stand corrected. What a Babel we've got here!
Mike
Michael Daly
|
05-04-2004 02:16 PM
Michael Daly | 0 | 104 |
|  | Greetings fellow coders. Please check this page for a code which
rearranges chess cells:
http://s95005072.onlinehome.us/blog/Chess/chess.htm
There...
Adelson Anton
|
05-04-2004 01:48 PM
Mike | 2 | 80 |
|  | I am working on a simple orderform script to keep a running total,
however I am encountering some errors.
function CalculateTotal() {
var...
J Lake
|
05-04-2004 01:25 PM
Michael Winter | 5 | 78 |
|  | I just someone can confirm what I observe experimentally:
Input elements without names (but with an id) are not
sent to the server when the form is...
Csaba Gabor
|
05-04-2004 01:10 PM
Michael Winter | 3 | 59 |
|  | I need to access this group from outlook express. kindly let me know
about the news server address for this group?
*** Sent via Developersdex...
S N
|
05-04-2004 11:55 AM
Csaba Gabor | 3 | 89 |
|  | I'm a beginner with Javascript and especially cross-browser
Javascript. I got this working in IE, but not in Netscape 7. It seems
like, in Netscape,...
lawrence
|
05-04-2004 11:45 AM
lawrence | 5 | 81 |
|  | Hello,
I've got this main window with a form opening a child window with
another form. Now I want to copy an input value from the child window
back...
Barton
|
05-04-2004 10:42 AM
Barton | 0 | 61 |
|  | I currently have a page that is running from a windows based server
with frontpage extensions installed. My mouseover script works great.
I am now...
atodd_109
|
05-04-2004 10:09 AM
Michael Winter | 1 | 67 |
|  | Evertjan. wrote:
What happens when you reach 429?
Mick
Mick White
|
05-04-2004 08:51 AM
Mick White | 0 | 73 |
|  | Hi Friends...
I have an query on how to capture onFocus event for all the input
controls without writing onFocus event in the <input> tag.
say my...
Paresh Shah
|
05-04-2004 07:19 AM
Michael Winter | 2 | 74 |
|  | In a HTML page, I have this javascript function:
function PopWindow(WinName, WindowUrl) {
if (document.ShowDocs.show.checked)
popup =...
Yves-Alain NICOLLET
|
05-04-2004 07:14 AM
Yves-Alain NICOLLET | 2 | 52 |
|  | Robert wrote:
How about this:
function isChecked( form, name ) {
var g = form.elements;
if (g.length==null) {
if(g.checked)
return true;
mscir
|
05-04-2004 06:32 AM
mscir | 2 | 74 |
|  | Mi fa l'ultimo favore?
Non spegnere la freccia, poi vai su esegui e digita cmd poi nella riga di
comando della finestra dos digita ipconfig e mi...
Eros Bart
|
05-04-2004 06:23 AM
Brian Genisio | 1 | 111 |
|  | Hi all,
I noticed that the image input type does not show up in the elements
array (IE 6.0).
<FORM name=myForm>
<INPUT name=rads id=check1...
Brian Genisio
|
05-04-2004 05:25 AM
Martin Honnen | 1 | 78 |
|  | Hi,
I seem to be facing a problem, my machine takes a long time while
trying to open a new window via javascript.
Is the time taken to open a new...
swati attarde
|
05-04-2004 03:58 AM
Evertjan. | 1 | 55 |
|  | Heya,
I've been having trouble lately with the number 74860 popping up from
force-frame javascript on a couple of sites.
The script is quite basic...
SamB
|
05-04-2004 02:20 AM
SamB | 0 | 69 |
|  | Jay wrote:
How about this approach: loop through all of the form elements, see if
any of them, whose names are equal to the string you passed...
mscir
|
05-03-2004 10:59 PM
mscir | 0 | 96 |
|  | IE 6.0 (not interested in other browsers at the moment)
I have looked everywhere I can find to look and googled until I am
cross-eyed and am hoping...
Mike Preston
|
05-03-2004 10:55 PM
Mike Preston | 9 | 96 |
|  | I need to iterate characters in a loop. For example, all the letter from
a to r. In C I would just do that:
char c;
for (c='a'; c<='r'; c++)
It...
Adelson Anton
|
05-03-2004 08:16 PM
Thomas 'PointedEars' Lahn | 9 | 91 |
|  | Dear Readers.
Using Javascript in ASP I need a way of returning through ADO
(connection or recordset) the message returned via SQL when I run...
http://ray1.net/
|
05-03-2004 06:34 PM
http://ray1.net/ | 2 | 73 |
|  | "Wendi" <wenditurner (AT) earthlink (DOT) net> wrote
It still isn't totally clear what you're asking.
I assume you want an onclick event in the...
Stephen Chalmers
|
05-03-2004 02:37 PM
Stephen Chalmers | 0 | 68 |
|  | Hello,
I am trying to a onMouseover to the change the background of <td>s when
the mouse is on, the problem is that does not work when we put...
Vincent M.
|
05-03-2004 01:51 PM
Michael Winter | 1 | 77 |
|  | One page, several iFrames. Each contains its own mini web page. Is it not
possible to "go back" to a previous page within a particular iFrame?...
innov8iv
|
05-03-2004 01:01 PM
Stephen Chalmers | 1 | 62 |
|  | Without bogging down this already complicated question with the how's
and why's I need it, here we go:
I have a sidebar window that refreshes every...
The Googler
|
05-03-2004 12:44 PM
The Googler | 0 | 62 |
|  | Yashwant wrote:
This is not a good way of doing things. If the user clicks on a link,
do you want to also submit the form? Chances are that when...
Brian Genisio
|
05-03-2004 12:23 PM
Brian Genisio | 0 | 88 |
|  | On 3 May 2004 10:02:31 -0700, Yashwant...
Andrew Thompson
|
05-03-2004 12:11 PM
Andrew Thompson | 0 | 67 |
|  | hello,
for many years, I used WebL (http://research.compaq.com/SRC/WebL/) to
retrieve html pages and manipulate tthe to extract informations....
Bru, Pierre
|
05-03-2004 12:04 PM
Bru, Pierre | 0 | 72 |
|  | Hi there,
I have this code for a popup window. Everytime i go back to the front page,
the popup will come up. I want it to pop up only the first...
Thien-Anh
|
05-03-2004 12:03 PM
Thien-Anh | 2 | 62 |
|  | This was the text of a message which was forwarded by myself from one
email account to this forum, hence this form of submisssion.
There is no url...
S N
|
05-03-2004 11:23 AM
Randy Webb | 1 | 74 |
|  | When the user click the submit button in myform.asp, then it will
invoke the
javascript to check the form data. I want to know if we...
Matt
|
05-03-2004 11:07 AM
Brian Genisio | 3 | 124 |
|  | On Tue, 27 Apr 2004 07:16:22 -0400, Brian Genisio <BrianGenisio (AT) yahoo (DOT) com>
wrote:
However, it is important to note that innerText...
Michael Winter
|
05-03-2004 11:01 AM
Brian Genisio | 1 | 82 |
|  | I'm using a div as a floating dialog box. I'd rather use a popup
window, but due to all the popup blockers in use, I have to use
another method, a...
Razzbar
|
05-03-2004 10:34 AM
Matt Kruse | 4 | 120 |
|  | "tom" <tom (AT) Yahoo (DOT) Com> wrote
PLONK!
--
Dag.
Dag Sunde
|
05-03-2004 10:01 AM
Randy Webb | 5 | 93 |
|  | rick wrote:
The attribute names for intrinsic events are case insensitive in HTML
but the corresponding DOM object property names are traditionally...
Lasse Reichstein Nielsen
|
05-03-2004 09:21 AM
Richard Cornford | 1 | 83 |
|  | Hello there,
I have the following peice of javascript which works with IE but would
not work with mozilla.
In IE the first for loop is entered but...
Pai
|
05-03-2004 09:03 AM
Michael Winter | 3 | 101 |
|  | I need a button, on click you can go previous page (like histry.go(-1))
and then the page is immediately refreshed.
The first page is table from...
Przemek P.
|
05-03-2004 08:32 AM
kaeli | 1 | 105 |
|  | This works well if my stylesheet is inline or from a local file. But if
try to import a sheet where href="http://remote_server/...." then I
can't...
tim arthur
|
05-03-2004 08:29 AM
Michael Winter | 1 | 84 |
|  | Hi all,
I am trying to align a table within a web page both horizontally and
vertically so it appears centred on the web browser. Not the contents...
Sketcher
|
05-03-2004 08:27 AM
kaeli | 2 | 162 |
|  | I am new to this group and have searched for a script which will do
what I want in a website but as there are so many messages perhaps
someone here...
Stuart Johnson
|
05-03-2004 08:25 AM
kaeli | 1 | 186 |
|  | comp.lang.javascript FAQ - Quick Answers- 8.0 - 2004-03-15
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroup deals with...
FAQ Poster
|
05-03-2004 06:56 AM
FAQ Poster | 0 | 48 |
|  | Hello,
I've got a trouble with my script, i want to show a <div> on Netscape
and it doesn't work:
Here is the script
//navigators identification
Telemak
|
05-03-2004 05:21 AM
Telemak | 6 | 79 |
|  | I'm a little stuck on something, and would be grateful for a any help....
I have the following rollover link:
<a href="#"...
Aaron
|
05-03-2004 04:18 AM
David Dorward | 1 | 140 |
|  | what seems quite a simple problem but I'm not sure how to get round
it:
my web site relies on the opening of "pop-up" windows at specific
sizes...
Jules Flynn
|
05-03-2004 02:37 AM
Thomas 'PointedEars' Lahn | 1 | 134 |