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     
Can someone please point me in the right direction? This is what I want to accomplish. The page has a simple form for input on it. When a user...
A. Name
10-13-2003 09:59 AM
Lasse Reichstein Nielsen Go to last post
1 62
I want to filter textarea input to the following characters: A-Za-z0-9._ How can I do this in JS and should this be done on a keyup or...
Ralph Freshour
10-13-2003 09:53 AM
Lee Go to last post
4 78
My alternative text (alt="....") in my Image Map disappears after about 30 seconds, even if the mouse is still on this part of my map. Do you know...
nicole
10-13-2003 07:16 AM
nicole Go to last post
0 68
comp.lang.javascript FAQ - Quick Answers- 7.9 - 2003-06-30 1 meta-FAQ meta-questions 2 comp.lang.javascript tips 2.1 Which newsgroup deals with...
FAQ Poster
10-13-2003 06:59 AM
FAQ Poster Go to last post
0 90
hi everybody suppose I have a function in a DLL function F1(var1, var2, var3) where var2 and var3 are optional parameter with default value...
(-: Dan :-)
10-13-2003 06:56 AM
Lasse Reichstein Nielsen Go to last post
7 111
I don't know javascript and was wondering if someone might give me a simple script to dynamically display the day and date in the following...
Keith
10-13-2003 06:36 AM
Dr John Stockton Go to last post
3 73
Hi all, I want doing 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-13-2003 05:27 AM
John Go to last post
0 131
Jason & Juli Cook said: Imagine a friend sends his young child to you to ask you to check some facts. You tell the child to return with the...
Lee
10-13-2003 01:56 AM
Lee Go to last post
0 74
Hi I have a script which disables right clicking and saving images but it only works in IE, does anyone know the code to stop people saving my...
Francesca
10-12-2003 07:25 PM
Lasse Reichstein Nielsen Go to last post
3 165
Brian H¹© wrote: Sure. Actually, the fact that this works in IE indicates that IE is a non-conforming implementation of JavaScript. The problem...
Chris Smith
10-12-2003 05:01 PM
Chris Smith Go to last post
0 144
<script language="Javascript"> <!-- function apri (theURL,winName,features){ window.open (theURL,winName,features); var a=null; oldwindow =...
tin
10-12-2003 04:48 PM
HikksNotAtHome Go to last post
5 129
I have a function that I call to check or uncheck all checkboxes on a form - I use a 'master' checkbox to do this much like hotmail has to check all...
Ralph Freshour
10-12-2003 03:26 PM
Janwillem Borleffs Go to last post
2 64
Hi, I would like to ask for your help. I am using IE5.5. I have a wide page with horizontal scroll bar. The problem is that I get only 1 page when...
Yaron Cohen
10-12-2003 02:29 PM
VK Go to last post
1 138
JRS: In article <Ht1ib.578$mM1.263 (AT) newsfep4-winn (DOT) server.ntli.net>, seen in news:comp.lang.javascript, Brian H¹© <no.spam (AT) this (DOT)...
Dr John Stockton
10-12-2003 02:05 PM
Dr John Stockton Go to last post
0 75
Hello there, It's possible to check if it's a valid number in <INPUT... I try typeof and parseFloat and it's not working. It's seem impossible...
Jeff
10-12-2003 01:58 PM
Dr John Stockton Go to last post
4 290
How can I assign a return value of a CGI to a JavaScript variable? Or what is the correct way? <script> var myData =...
sams
10-12-2003 11:41 AM
Martin Honnen Go to last post
1 81
Ang Talunin wrote: What about people with other resolutions? What about people who don't maximise their browser window? -- David Dorward ...
David Dorward
10-12-2003 10:12 AM
David Dorward Go to last post
4 64
I am very new to JS and trying to use a button to move on to a new html page rather than a text link. The code I have is as follows; (having tried...
DK
10-12-2003 10:10 AM
David Dorward Go to last post
2 100
Hello, I have several links on my page that run reports. Each link submits a seperate form. The onclick event of the link opens a new named...
John Floria
10-12-2003 07:33 AM
Dom Leonard Go to last post
1 75
I'd like the focus to be on "mycontrol" when the page is first loaded. I'm getting an undefined error and am assuming that I can't do this in the...
Mike Hnatt
10-12-2003 07:15 AM
nice.guy.nige Go to last post
5 106
I must confess I only come here when I have a problem - so my apologies if this has been raised before: Using my IE v.6 browser, document.write...
Geoff Wilkins
10-12-2003 06:45 AM
DU Go to last post
4 121
Hello, maybe someone can help me? When I try to work this script, "ges_auktion_preis" + "ges_post_preis" = they hang one behind the other. for...
Moritz Behner
10-12-2003 04:11 AM
Janwillem Borleffs Go to last post
1 115
Hello all ! I am a bluebit in JavaScript. I would like to write a little program to read data in a MySQL database. What do I need ? Is there a...
SuperPippin
10-12-2003 03:16 AM
Ang Talunin Go to last post
3 91
I need a script that will allow a user to enter variables into a form and then have a script generate a URL based on the input and then go there. I...
paul544
10-12-2003 02:59 AM
Laurent Bugnion, GalaSoft Go to last post
4 131
I was wondering if anyone knows where to find the Tsunami script. I can't seem to find it anywhere. Thanks in advance.
Vince Wiatrowski
10-12-2003 02:03 AM
Janwillem Borleffs Go to last post
1 142
Hi All, Is there a way that if I know the IP address of a computer, I can open a popup window on that IP remotely from another computer? It...
Usman
10-12-2003 01:02 AM
chotchki Go to last post
3 53
for(var i=0;i<document.all.elements.length;i++){ alert(document.forms.elements.id); } This code displays the ids of only controls in a form, but I'd...
Mike Hnatt
10-11-2003 10:08 PM
Mike Hnatt Go to last post
3 107
In article <Ht1ib.578$mM1.263 (AT) newsfep4-winn (DOT) server.ntli.net>, "Brian H¹©" <no.spam (AT) this (DOT) addy.ta> writes: Yes. Use getFullYear...
HikksNotAtHome
10-11-2003 08:05 PM
HikksNotAtHome Go to last post
0 91
Hi, not sure this is the right group, but hoping someone may have experienced this. I'm passing html text as a parameter to a javascript. When it...
KathyB
10-11-2003 06:44 PM
Allan W Go to last post
2 95
Hello, How can i disabled a menuitem like " View => Source"??? -- Met vriendelijke groet, Rob van Westrop
hetnet
10-11-2003 05:57 PM
HikksNotAtHome Go to last post
4 92
Yes, I DID mean that it does NOT parse correctly. Here is an example of my script and parameter passed. <script language="Javascript"> function...
Kathy Burke
10-11-2003 05:47 PM
Lasse Reichstein Nielsen Go to last post
1 72
Hello everyone, It's possible to change the XXX in this statement with JS? <span id="myspan" class="standard-text">XXX</span> Thanks very much
Jeff
10-11-2003 01:50 PM
DU Go to last post
2 99
I have this large form with over 150 elements. I need to do some formatting of the data in some of the fields. I do this based on the name of the...
Michael Hill
10-11-2003 01:41 PM
Michael Hill Go to last post
2 102
Hi, I have two files in a directory. one called toto.txt with the following content : 1 2 3 4 5
Jean-Marie Delapierre
10-11-2003 01:11 PM
alu Go to last post
4 87
Dennis wrote: With IE4+, Netscape 6+, Opera 7 you can read element.offsetWidth element.offsetHeight of any element in the page. So try var...
Martin Honnen
10-11-2003 12:14 PM
Dennis Go to last post
1 88
Ang Talunin wrote on 11 okt 2003 in comp.lang.javascript: You are right, I'll have to test further. Anyone else ? -- Evertjan.
Evertjan.
10-11-2003 12:12 PM
Evertjan. Go to last post
3 65
Can someone help me figure out what virus this is? It appeared on a web page and instantly my Zonealarm and Norton AV shut down. I know I...
Jibba Jabba
10-11-2003 11:50 AM
Ivo Go to last post
15 158
I am trying to learn JS by studying existing codes. I have figured out (for the most part) how to use buttons to cycle through the images. The...
niNjaTaz
10-11-2003 10:54 AM
George Ziniewicz Go to last post
1 83
I have 2 major issues currently with javascript. 1. Doesnt anybody do any server side javascript anymore. I cant find anything on the net about it....
john
10-11-2003 08:15 AM
kaeli Go to last post
4 145
In my web application we are able to store large data in the browser cookie keeping in mind the limit of 300 cookies per cookie file, 20 keys per...
Vikram Bhatia
10-11-2003 07:54 AM
kaeli Go to last post
1 74
Hi, I need help badly. Sorry for my ignorance! What's the comparable file in .js to Global.asa in ASP to capture the browser version (IE vs....
Greener
10-11-2003 07:48 AM
kaeli Go to last post
4 82
In article <4d010e73.0310091737.4ef949ac (AT) posting (DOT) google.com>, sams (AT) freeddns (DOT) org (sams) writes: Its a timing issue. You are...
HikksNotAtHome
10-11-2003 07:48 AM
sams Go to last post
6 96
"Lee" <REM0VElbspamtrap (AT) cox (DOT) net> wrote Hi Lee, thanks a lot. Now, I've got the following: <tr class="NavRow"><td...
Lex
10-11-2003 03:55 AM
Lex Go to last post
1 63
I thought it would be something like an "eval" but it is not. I want to refer to an object called "myobject". I can normally do...
Mike Hnatt
10-11-2003 12:53 AM
Mike Hnatt Go to last post
7 77
When I reinstalled Windows, this problem probably arose. Anyway, I see by a groups search, I'm not alone. I click an NPR link, and nothing happens!...
JSCarpenter
10-10-2003 09:44 PM
JSCarpenter Go to last post
0 71
I have written a function that checks the format of the text entered into a form field. The function is called by an onBlur() event and checks...
Philip WATTS
10-10-2003 06:09 PM
Hywel Jenkins Go to last post
1 168
I am creating a calendar with JavaScript. I want to be able to put date and time in an array and have a calendar display properly with 7 columns. I...
Treetop
10-10-2003 04:44 PM
Lasse Reichstein Nielsen Go to last post
6 105
In article <bloc9j$aog$1 (AT) news (DOT) eusc.inter.net>, DU <drunclear (AT) hot-R-E-M-O-V-E-mail (DOT) com> writes <snip> The HTML spec then goes...
Gaurav
10-10-2003 04:33 PM
Lasse Reichstein Nielsen Go to last post
12 105
Newbie to the group.....hope you guys can help. I need to be able to have a button at the bottom of a form page (like the submit & reset buttons)...
tommy
10-10-2003 03:04 PM
Ivo Go to last post
1 80
I've got a form that's nested in a larger application. I need to program it so that the user is warned to save upon clicking on any exit point in the...
Jamie Jackson
10-10-2003 02:58 PM
Jamie Jackson Go to last post
5 84
Post New Thread

Display Options
Showing threads 29001 to 29050 of 31658
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.