HighDots Forums  

Sponsored Links


JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss in the JavaScript discussion (multi-lingual) forum.



Post New Thread
Threads in Forum : JavaScript discussion (multi-lingual) Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I would like to use the equivalent commands of 'onEnter' and 'onLeave' to change the background of cells in a table. Can anyone tell me if there is...
charles@home.com
03-05-2005 08:22 AM
charles@home.com Go to last post
0 185
Java, and Javascript, programs 2005 - 2004 Java Desktop System Release 2 (c) Sun Microsystems 3 CDs] CD NR 17 519 Sun Java Studio Enterprise...
futa
03-05-2005 03:38 AM
dszady Go to last post
1 149
Title: JavaScript FloatIntoView - Keep an area visible during scrolling Description: MS Internet Explorer client-side JavaScript that floats an...
BrooklynParkMikey
03-04-2005 05:30 PM
BrooklynParkMikey Go to last post
0 175
I have to write a web page wht three combo boxes, all three are to be populated from a database. - there tables = Bulidings, Floors and Offices The...
Derk
03-04-2005 04:28 AM
Derk Go to last post
0 147
Include a IFRAME window any height :- <iframe name="DebugOutputFrame" width="100%" height="50%" autoscroll="true"> </iframe> in script output thus...
Aaron Gray
03-04-2005 12:28 AM
Aaron Gray Go to last post
0 125
I am in the process of teaching myself PHP because I now realize the potential problems I have on my website because of how I am using JavaScript...
Don G
03-03-2005 09:35 PM
J. Frank Parnell Go to last post
2 126
Needs more work, not giving right or reliable figures. At least I can test yours, and maybe tweek it, but with his you just don't know at all with...
Aaron Gray
03-02-2005 11:00 AM
Aaron Gray Go to last post
0 163
Does anybody know where I can get ahold of "java40.jar", or its latest equivalent? It contains JSQbject.class and JSException.class, needed for Live...
laurence
03-02-2005 02:36 AM
laurence Go to last post
0 177
Hello, With the lastModified method, we can have both the date and time, such as: This page was last modified: 02/28/2005 09:25:10 Is there a way...
dungping5@yahoo.com
03-01-2005 11:28 PM
Aaron Gray Go to last post
1 121
At boot up I receive the following error message. (cannot find file javasup.vxd) I have tried uninstalling and reinstalling java several...
Tom
03-01-2005 01:52 AM
Aaron Gray Go to last post
1 142
Hi, Are there any events for mouse button presses or releases ? Many thanks in advance, Aaron
Aaron Gray
02-28-2005 09:39 AM
Aaron Gray Go to last post
3 152
Hi, Does anyone know where i can get some javscript code to work out yesterdays date Thanks Mark
Mark
02-28-2005 09:33 AM
Aaron Gray Go to last post
1 137
I (am using IE 6 and) want to use an IFRAME for debugging output, ie :- <IFRAME name="DebugOutputFrame" width="100%" height="25%"> </IFRAME> How do...
Aaron Gray
02-27-2005 03:41 PM
Aaron Gray Go to last post
0 162
I am desperately trying to find some code which resizes a window, after reference to the content. I want to resize the window after references to...
Paul Smith
02-23-2005 01:07 PM
Per Djurner Go to last post
1 157
Hi All, I have an index.html file which sets up a frameset. On one of these frames I need an event that will trigger whenever the page is refreshed...
Derek
02-23-2005 12:51 AM
Derek Go to last post
0 146
Can someone help me? Please look at this form and tell me how to accomplish the following validations? I am completely lost! Having to work on...
Alley
02-22-2005 09:54 PM
Enkidu Go to last post
1 130
Dear all, I write a following form in the html page and link to the webpage without scrollbar,menubar, with a fixed size as...
Simon Lee
02-20-2005 11:16 PM
RobB Go to last post
1 164
Hello; I have a set of images (png) that I display as a series via javascript. I would like the user to choose what color palette they want the...
FSD
02-18-2005 06:34 PM
Enkidu Go to last post
1 144
Borland programs 2005 - Borland Delphi 2005 CD1 & CD2 Repack (c) Borland Soft. CD NR 16 996 Borland JBuilder 2005 Enterprise (c) Borland Software...
futa
02-14-2005 12:17 AM
futa Go to last post
0 148
I would like to create a drop-down list embedded in a table cell. The html/java code for this section of my web page is included below. The...
tubbfan@yahoo.com
02-09-2005 03:25 PM
tubbfan@yahoo.com Go to last post
0 158
I'm trying to build a scrollable div with "up" and "down" buttons to replicate the action of a scroll bar. The reason I'm not just...
Jonathan
02-03-2005 05:52 PM
Jonathan Go to last post
0 137
dear reader, i have a probleem with java in jmeeting. I am getting the nex lines; "Java.utilMissing Recource Exepion Cant find bundle for base name...
evandrunen
02-01-2005 01:53 PM
evandrunen Go to last post
0 160
I would like to post a form to 2 different destinations at the same time Is there a way to do this with client side java script? don
Don
02-01-2005 05:34 AM
otiteca Go to last post
1 152
I want to know this: while I am within a script handling an event (onBlur), is it possible for me to trigger a different event on another control,...
lobocuidadoso
01-31-2005 12:09 PM
lobocuidadoso Go to last post
0 120
window.print() fires off a print request, but is it possible to change any of the options on the print dialog? say for instance which printer...
Deli
01-30-2005 03:02 PM
Deli Go to last post
0 140
Hi all i was just wondering if you help. I have to send a cgi request to a company using xmlhttp request. They reply back with a line of info but...
Mark
01-27-2005 04:54 AM
Mark Go to last post
0 137
I have a form that is generated through a PHP program. I want to use a javascript 'onsubmit' function to make sure it is filled out...
Jay Cruce
01-22-2005 05:32 PM
Jay Cruce Go to last post
2 143
I have a form with a single input field, and I'm invoking a javascript to act on the contents of the field. I want to remove the buttons from...
Mike
01-21-2005 03:12 AM
BMR Go to last post
1 135
I'm writing a game in Javascript, which uses javascript to play some sound effects at various events. I'm now using <embed> to add the wav file to...
Mike
01-21-2005 01:41 AM
Mike Go to last post
0 180
How would I make a right click on a select box get the value of the option that is under the mouse? I have a multiselect list of user names and...
Arg
01-20-2005 08:56 AM
Arg Go to last post
1 130
I've created an XML-RPC server, and would like to somehow bind the XML server responses to a table for users to view. Here's the catch, that...
FunGuySF
01-19-2005 07:09 PM
Matthew Lock Go to last post
3 138
Hey I'm looking for these fonts: Smilzo-plain Teenager Thank you
WebRaster
01-19-2005 05:33 AM
WebRaster Go to last post
0 131
When using the following syntax, <script type="text/javascript" src="foo.js"></script> does the file extension matter? For example, could I instead...
David D.
01-17-2005 03:47 AM
BMR Go to last post
1 334
I have some content in a scrollable iframe. I update this content every 5 seconds using setInterval(). After updating the contents, I force...
FunGuySF
01-16-2005 07:45 PM
FunGuySF Go to last post
0 141
I have a very simple question.. Is there a way after I validate fields when the submit button is clicked, to send their input on the form seamlessly...
Mike Griffin
01-14-2005 03:27 PM
Mike Griffin Go to last post
0 134
Hi. I am a beginning Webmaster and need to have a Pull Down JavaScript Menu, that will allow my visitors to choose from a list of Services in...
minstrel80232
01-14-2005 03:12 PM
Mike Griffin Go to last post
1 148
I'm baffled! I've been reading, for days, about how to create regular expressions.... and I'm lost. Can someone help me create RE's to do...
FunGuySF
01-09-2005 09:09 PM
FunGuySF Go to last post
4 135
Hi, I've got a selectbox with the 'multiple' property - so it's not a dropdown list but a multi-select thingy. When items are added or removed the...
Harrie Verveer
01-06-2005 03:34 PM
Harrie Verveer Go to last post
0 164
I have created a function, from which I need to return multiple values. function multi(value) { ... processing ...; return value1, value2,...
FunGuySF
01-05-2005 10:53 AM
Guido Wesdorp Go to last post
1 141
Hi, I'm having ssome trouble with javascript code of mine: In body onload, i have a call to initialise(). But when i run it gives an error that says...
B. Fletcher
01-02-2005 04:53 AM
B. Fletcher Go to last post
0 145
The following will resize a web page on opening when put in the head section of the web page. <script language="JavaScript"> <!-- window.moveTo...
bobj
12-24-2004 06:42 PM
bobj Go to last post
0 164
Hello people, On a pure html page i have an iframe wich is used to show a login (javascript dialog) to an intranet. Whenever the link is clicked...
jlambrecht
12-23-2004 03:45 AM
jlambrecht Go to last post
0 143
Hello all! I have asked question on HTML newsgroup how to freeze columns. I have generated a pivot table i MS Access query and I have...
Kamyk
12-20-2004 11:55 AM
Kamyk Go to last post
0 168
apologies if this is the wrong forum. I have three objects (images); what I want is when the mouseover event occurs at object one the image3 swaps...
Paul
12-19-2004 08:47 AM
Paul Go to last post
2 145
I have a script which works great in IE... It recursively writes to the present screen OVERLAYING previous content... But in Mozilla/Netscape it...
Claudio L
12-18-2004 04:00 PM
Claudio L Go to last post
1 147
Bonjour je cherche un moyen de piloter le longueur d'une liste affichée par un classique "<select name='truc' size=1>" qui me déroule une partie de...
logica
12-17-2004 10:16 AM
logica Go to last post
0 139
Can someone help with this...? In a form, fld1 has Date1 In same form, entry of Date2 that is 40 weeks > Date1 will alert. What's the date...
CAsey
12-16-2004 08:24 PM
CAsey Go to last post
0 137
Bonjour tous les mois je fais un programme sous word et il est transforme en html, dont voici le script function popup()...
gerard
12-13-2004 04:41 AM
gerard Go to last post
1 151
Czesc!!! Mam na stronie javascript ktory odlicza czas. Jednak mam problem straszliwy zeby wstawic go w jednej linijce z tekstem. Na razie w html'a...
Marcin
12-11-2004 07:43 PM
Marcin Go to last post
1 163
I am designing an HTML gallery to display a friend's photos. The gallery generating software I use implants a "next" and "previous" link in...
Canbeara
12-11-2004 07:32 PM
Canbeara Go to last post
2 140
Post New Thread

Display Options
Showing threads 501 to 550 of 634
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.