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     
JRS: In article <1084246273.468034@muldoon>, seen in news:comp.lang.javascript, Steve Wright <wright (AT) wcc (DOT) govt.nz> posted at Tue, 11 May...
Dr John Stockton
05-12-2004 12:13 PM
Randy Webb Go to last post
4 78
Hey all, I'm new to java script, and really don't know anything about it. I'm looking to have a random link shown on my site. I want the link to be...
Global_Killa
05-12-2004 11:04 AM
Ivo Go to last post
1 148
Hi! I've built a dynamic navigation system which compares the filename in the document URL with the filename in the navigation link in order...
Diarmaid
05-12-2004 10:28 AM
Evertjan. Go to last post
4 64
<input NAME="TAXRATE" onBlur="this.form.TAX.value = (this.form.TAXRATE.value - 0) * (this.form.ITEM1TOTAL.value - 0) + (this.form.ITEM2TOTAL.value -...
Targa
05-12-2004 09:13 AM
Dr John Stockton Go to last post
2 71
"Dennis Marks" asked The latter. No. Try document.all.style.etc. with square brackets, no eval and no quotes. HTH Ivo
Ivo
05-12-2004 09:02 AM
Ivo Go to last post
0 88
Hi All, I am quite new the JavaScript. Basically I am a C++ programmer, but now I am working on JavaScript since last 5 days. I have a problem...
bnp
05-12-2004 07:16 AM
bnp Go to last post
4 84
comp.lang.javascript FAQ - META - 8.0 - 2004-03-15 1 meta-FAQ meta-questions 2 comp.lang.javascript tips 2.1 Which newsgroup deals with...
FAQ Poster
05-12-2004 06:55 AM
FAQ Poster Go to last post
0 65
Hi, This may be a simple problem, but i need some help on this. When i load a new page, i want it to automatically navigate to a specific position...
Rose Girl
05-12-2004 12:56 AM
pcx99 Go to last post
1 107
There are a lot of good answers on this thread but personally I think javascript itself is a better date validator. function isDate(sDate) { var...
pcx99
05-12-2004 12:41 AM
pcx99 Go to last post
0 95
Due to circumstances beyond my immediate control, I've been put in charge of getting some JavaScript code in place and operational ASAP. Normally,...
Julie
05-11-2004 11:25 PM
Robert Go to last post
9 127
JAVA SOFTWARE DEVELOPER Location: TORONTO, ON Salary: 70K to 90K Contact Email: don (AT) objectsearch (DOT) com www.objectsearch.com Skills and...
daves1140@hotmail.com
05-11-2004 10:16 PM
Randy Webb Go to last post
7 78
I am designing a frameset that will display other web site's pages in one of my frames, and I have encountered the following code in a few web...
Bob Feather
05-11-2004 09:15 PM
Csaba Gabor Go to last post
7 118
I have a <select> control that contains many entries. It allows the user to multi-select a group of them, click a button, and store the selected data...
headware
05-11-2004 07:00 PM
headware Go to last post
2 65
Is it possible to create popup menus without using absolute positioning that take up no space in the flow of the document and appear with...
Aaron
05-11-2004 06:44 PM
Vladdy Go to last post
2 76
altergothen wrote: Your function is missing a closing brace '}'. Tip: download a Mozilla browser (I recommend Firefox) if you don't already have...
DrewM
05-11-2004 04:13 PM
Geir Eivind Mork Go to last post
5 70
JRS: In article <q53oc.175664$M3.133050 (AT) twister (DOT) nyroc.rr.com>, seen in news:comp.lang.javascript, Mick White <mwhite13 (AT)...
Dr John Stockton
05-11-2004 03:40 PM
Dr John Stockton Go to last post
0 87
"Steve Wright" <wright (AT) wcc (DOT) govt.nz> writes: That is, as a bug report, no better than "it doesn't work". To be a usefull bug report, it...
Lasse Reichstein Nielsen
05-11-2004 03:18 PM
Dr John Stockton Go to last post
1 144
Koh wrote: eval() is nonsense here (see the FAQ), and the script is not downwards compatible as well as error-prone. Write JavaScript: var...
Thomas 'PointedEars' Lahn
05-11-2004 12:54 PM
Thomas 'PointedEars' Lahn Go to last post
0 101
Is it possible to create a dropdown list populated by the contents of a textarea? <textarea> <a name="this">this</a> <a...
just1coder
05-11-2004 11:31 AM
Randy Webb Go to last post
4 62
How can I download a little grey box that asks for username/ password?
Philip J. Gulesian Jr.
05-11-2004 09:21 AM
Dominique Go to last post
4 81
Hello I've found script that sliding the pictures from down to up. When the last picture is shown it starts all over again. You can see it on page...
Tomek
05-11-2004 08:36 AM
Tomek Go to last post
0 108
Greetings, I trying to validate user input to only alphabet or '\w', but it is not working for me. Code: if (document.all("txtName").value ==...
al
05-11-2004 08:25 AM
Dr John Stockton Go to last post
9 97
I'm familiar with applets written in Java. Are there any other languages in which clientside applications can be written and embedded in HTML pages...
Bob Jenkins
05-11-2004 04:38 AM
Berislav Lopac Go to last post
3 63
Hi, I am trying to set the value of one drop down select box to the value of another drop down select box. I have the following in...
Jeff
05-11-2004 02:01 AM
Jeff Go to last post
5 87
Hello people... I am unsure if javascript has got to do anything with my problem.. In fact I am even unsure of a solution to my problem. What I...
Rithish
05-10-2004 11:33 PM
Rithish Go to last post
2 59
This is for a browser-based WYSIWYG editor to convert image file paths from absolute to relative when the page under construction is saved. From...
William Starr Moake
05-10-2004 07:04 PM
Thomas 'PointedEars' Lahn Go to last post
1 72
I cant seem to calculate the sum with: document.forms.boxOne.value + 0.5*document.forms.boxTwo.value If boxOne contains "1", and boxTwo "3" then the...
Ebbe
05-10-2004 05:15 PM
Dr John Stockton Go to last post
5 192
A friend of mine is learning java as part of a Business Studies Degree and is finding it very hard to get to grips with. She has an assignment...
Mondo Dynamo
05-10-2004 04:09 PM
Geir Eivind Mork Go to last post
2 91
Is it possible to use the .click() method in any browser beside IE? (which would be Opera and Mozilla? or in some way that make that kind...
Geir Eivind Mork
05-10-2004 04:00 PM
Geir Eivind Mork Go to last post
2 178
Does anyone know what the maximum number of items (or characters) allowed is, in a javascript array? Luke (I also posted this in alt.www.webmaster...
Luke
05-10-2004 03:43 PM
Lasse Reichstein Nielsen Go to last post
4 65
Hi Everyone - I have a data entry form that allows the user to click a button and have that button popup a list of available values - the code on...
Tony Farrell
05-10-2004 03:30 PM
Randy Webb Go to last post
1 77
Hi, I need to allow users the ability to print a pages from their browser. For the time being an IE specific solution will do, however I would...
demetrius
05-10-2004 12:55 PM
demetrius Go to last post
0 69
I need to print a browser page and configure the print dialog settings.* I am using the JavaScript window object with the print...
bentley
05-10-2004 12:01 PM
William Morris Go to last post
2 84
and for free flash / java / javascript / templates / images / sounds / etc.
* ProteanThread *
05-10-2004 11:59 AM
William Morris Go to last post
3 50
Hello, I need to apply validation to two text boxes. One text box named FirstNumber is required to contain only numbers, and be only three digits...
CSDunn
05-10-2004 10:27 AM
Chris Dunn Go to last post
6 78
I'm trying to do some javascript form validation and I've discovered a rather difficult situation to handle with IE. Let's say there's a form with...
Ronaldo N
05-10-2004 10:07 AM
Martin Honnen Go to last post
1 70
I have a total of 8 checkboxes, but the user is only allowed to check any three of them. After have been checked I have an alert box saying that only...
Dave D.
05-10-2004 10:01 AM
Matt Kruse Go to last post
5 89
Hello; My "index.htm" page has 3 frames (content, navigation bar, and logo). I set the "SRC" of the "logo" frame to a blank gif image and then...
Charles Crume
05-10-2004 09:43 AM
Lasse Reichstein Nielsen Go to last post
24 164
Sorry Erwin.....What is 42 ? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
Trvl Orm
05-10-2004 09:34 AM
Shawn Milo Go to last post
10 113
I have a for statement in my validation process I do a for loop becasue I don't know how many rows of items there are...I need to validate each item...
Abby Lee
05-10-2004 09:30 AM
Shawn Milo Go to last post
6 67
Hello, is there a function with which I can find out if a form element has the focus? Something like: function ReactIfFocus() { for(var i=0; i<10;...
Christoph Weber
05-10-2004 09:20 AM
Shawn Milo Go to last post
3 228
Hello, I want to close a pop up and open a ppt file simultaneously using JS. I am able to accomplish it for other types of files like pdf etc., but...
Anitha
05-10-2004 08:57 AM
Anitha Go to last post
0 75
Hi NG, I have a question. When browser(Mozilla) display an HTML page,the browser executes the JS file. So i want reinvoke a function inside JS file...
Stefano
05-10-2004 08:02 AM
kaeli Go to last post
1 85
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-10-2004 06:55 AM
FAQ Poster Go to last post
0 53
Hello. Is it possible to specify a variable instead of a string as argument of string.match(). Example : myString.match(/abc/i) works but how to...
Mike
05-10-2004 05:00 AM
Martin Honnen Go to last post
1 71
I am trying to get a JavaScript alert dialogue box to pop up in a particular servlet!! Now, I know that there is no JS at work with a server, i.e.,...
Steve Burrus
05-09-2004 11:06 PM
Steve Burrus Go to last post
4 79
I have a number of server-side Javascript applications running on an old Netscape Enterprise server. I want to move them to Apache. Is there a way...
Not for Publication
05-09-2004 10:30 PM
Thomas 'PointedEars' Lahn Go to last post
2 71
Does anyone know the best way to detect and track a visitors screen resolution. I know the javascript to detect the users resolution but I am a bit...
Brent
05-09-2004 10:24 PM
Thomas 'PointedEars' Lahn Go to last post
8 74
I'm sure this question has been asked many times, but I cannot find an answer that will help me do what I need to do. I have a site with 2 frames --...
kyle
05-09-2004 10:12 PM
Thomas 'PointedEars' Lahn Go to last post
2 113
I am trying to get a cookie going on my site. Here is the code first: function setCookie() { if(document.cookie == "") { var someDate = new...
Asad
05-09-2004 09:57 PM
Thomas 'PointedEars' Lahn Go to last post
5 81
Post New Thread

Display Options
Showing threads 25351 to 25400 of 31988
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.