HighDots Forums  

Sponsored Links


Javascript JavaScript language (comp.lang.javascript)


Discuss in the Javascript forum.



Post New Thread
Threads in Forum : Javascript Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
1 67
Evertjan. wrote: What happens when you reach 429? Mick
Mick White
05-04-2004 08:51 AM
Mick White Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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. Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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/ Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
0 88
On 3 May 2004 10:02:31 -0700, Yashwant...
Andrew Thompson
05-03-2004 12:11 PM
Andrew Thompson Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
4 120
"tom" <tom (AT) Yahoo (DOT) Com> wrote PLONK! -- Dag.
Dag Sunde
05-03-2004 10:01 AM
Randy Webb Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
1 134
Post New Thread

Display Options
Showing threads 25201 to 25250 of 31672
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.