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 All, Just a quick question, which should have a simple answer... Can I have a document with three images with the same name, and reference those...
Lucanus
12-28-2003 10:46 PM
Lasse Reichstein Nielsen Go to last post
1 73
McKirahan wrote: Or: function mouser() { var theBox = document.forms.elements; theBox.checked = !theBox.checked; } Depending on which syntax you...
Paul Rubin
12-28-2003 07:27 PM
Janwillem Borleffs Go to last post
1 56
I notice on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndude/html/dude100499.asp that the writer has measured the time taken...
Fabian
12-28-2003 06:36 PM
Richard Cornford Go to last post
1 51
I have a .asp page that contains an activex componet. When I launch it in a browser, it returns an error that the viewer is unable to create it's...
dito
12-28-2003 04:29 PM
George Hester Go to last post
1 54
In a page I have when the user left-clicks the page a Input box for a form gets the focus. But if the user right-clicks the page the Input box is...
George Hester
12-28-2003 04:14 PM
George Hester Go to last post
8 72
Is it possible to write to the (Moz/Netscape/Geckoetc.) Javascript Console? If it is, what happens when you try to invoke such an action in IE?
Weston C
12-28-2003 02:43 PM
Weston C Go to last post
0 69
McKirahan wrote: How am I supposed to post my replies in a newsgroup?: http://www.allmyfaqs.com/faq.pl?How_to_post PointedEars
Thomas 'PointedEars' Lahn
12-28-2003 12:00 PM
Dr John Stockton Go to last post
1 197
I haven't used JavaScript in awhile and am trying to practice. I'm having trouble getting a very simple conditional statement to work. The Netscape...
Sande
12-28-2003 11:50 AM
David Dorward Go to last post
1 57
It seems to me that document.getElementById and document.all are essentially the same thing. I'm thinking of prototyping document.getElementById for...
Jeff Thies
12-28-2003 11:12 AM
Dr John Stockton Go to last post
4 63
"F. Da Costa" <dacosta (AT) xs4all (DOT) nl> schreef in bericht news:3fe05040$0$238$e4fe514c (AT) news (DOT) xs4all.nl... Don't use the userAgent...
Janwillem Borleffs
12-28-2003 10:42 AM
Dr John Stockton Go to last post
9 68
Hi I have to simple scripts only containing : Script1.js: document.write("<img src='http://www.domainname.com'>"); Script2.js:...
Haar
12-28-2003 10:40 AM
Dr John Stockton Go to last post
8 90
Hello all, In my html page I want to add an image say of 800x600. Now I want that when ever I am given two coordinates on this image say (x1,...
Atif
12-28-2003 10:37 AM
Dr John Stockton Go to last post
19 109
If I am trying to find an expression, foo, I can do something like this: rExp = /foo/gi; if(results.search(rExp) > -1){ and all work...
Lord Khaos
12-28-2003 10:26 AM
Dr John Stockton Go to last post
10 170
From one of the online Javascript tutorials, I learned how to open a new window and set its size. I'm building a page that has several small...
Charles Packer
12-28-2003 09:15 AM
Charles Packer Go to last post
2 75
CALL FOR PAPERS International Conference on Intelligent Agents, Web Technologies and Internet Commerce 12-14 July 2004 Gold Coast,...
CIMCA
12-28-2003 01:40 AM
CIMCA Go to last post
0 77
CALL FOR PAPERS International Conference on Computational Intelligence for Modelling, Control and Automation 12-14 July 2004 Gold Coast,...
CIMCA
12-28-2003 01:40 AM
CIMCA Go to last post
0 70
Hello all, let's me explains my long problem: I'm doing an intranet with a media part. So im must be able to upload files on a ftp server AND have...
david
12-28-2003 12:36 AM
Thomas 'PointedEars' Lahn Go to last post
2 83
On Sat, 20 Dec 2003 23:22:09 GMT, Michael Winter <M.Winter (AT) blueyonder (DOT) co.invalid> wrote: Authoring valid documents is unreasonably hard,...
Fabian
12-28-2003 12:28 AM
Thomas 'PointedEars' Lahn Go to last post
19 199
I have a disclaimer page prior to a visitor going to my FAQ page. I want to hide the link which normally appears in the status bar from visitors...
Ian Shere
12-28-2003 12:20 AM
Thomas 'PointedEars' Lahn Go to last post
9 153
Hello, I'm searching for a javascript firework effect (not a JAVA applet). Has anybody an idea ? thanks, Pascal
Pascal
12-28-2003 12:01 AM
Thomas 'PointedEars' Lahn Go to last post
4 148
I need to be able to create a 2 column table and then based on which column header is clicked on, sort the list by that column so that each table row...
Mike S. Nowostawsky
12-27-2003 11:54 PM
Mike S. Nowostawsky Go to last post
0 66
Nige wrote: Me too. It is invalid HTML (the `form' element does not have a `language' attribute), and you have not provided the...
Thomas 'PointedEars' Lahn
12-27-2003 10:10 PM
Thomas 'PointedEars' Lahn Go to last post
0 130
Hi, I know this isnt the right place to post but I thought maybe some kind soul could help! I'm looking to clean up my pc a bit and get some disk...
Chancel
12-27-2003 09:39 PM
Thomas 'PointedEars' Lahn Go to last post
4 203
I have to write a program to verify text field in HTML forms. So,I hane to verify a text field with lenth 10 & maxlenth 10.The entered text should be...
gunawardana
12-27-2003 07:54 PM
Thomas 'PointedEars' Lahn Go to last post
7 114
Let me break down the issue: Ultimate Goal: Building a custom debugger window which shows a function trace in and out of functions as they are...
Matt Kruse
12-27-2003 07:39 PM
Thomas 'PointedEars' Lahn Go to last post
3 62
I'm trying to use onMouseDown to build a certain behavior into a javascript application...
Weston C
12-27-2003 07:22 PM
Thomas 'PointedEars' Lahn Go to last post
1 70
How can I dynamically assign an event to an element? I have tried : (myelement is a text input) document.getElementById('myelement').onKeyUp...
Eric
12-27-2003 04:59 PM
Thomas 'PointedEars' Lahn Go to last post
4 79
I am one of 95 people on a project bid (I do freelance on the side), and the potential buyer wants for each of us to produce a professional L&F...
Phil Powell
12-27-2003 03:38 PM
Jeff Thies Go to last post
7 115
Just by way of introduction, I'm currently the principal developer and maintainer of the a JavaScript editor plug-in for...
Alex Fitzpatrick
12-27-2003 12:35 PM
Thomas 'PointedEars' Lahn Go to last post
6 156
"Dennis M. Marks" <denmarks (AT) dcsi (DOT) net> writes: A link, as made with <a href="..."> is meant to link to another page or resource. If you...
Lasse Reichstein Nielsen
12-27-2003 12:35 PM
Lasse Reichstein Nielsen Go to last post
0 130
Hey, I wondering if it's possible to retrieve all the <option>-fields from a <select> when posting a <form> to a php file Example: I've got a form...
Ang Talunin
12-27-2003 12:09 PM
Lee Go to last post
1 56
Dennis M. Marks wrote: Correct. The `return false' cancels the `click' event, so the element is no longer considered interactive in this way...
Thomas 'PointedEars' Lahn
12-27-2003 11:59 AM
Thomas 'PointedEars' Lahn Go to last post
0 90
Consider the following javascript: var temp = new Array(new Array(0)) document.writeln(temp) temp = new Array(new...
Antti Nummiaho
12-27-2003 11:50 AM
Thomas 'PointedEars' Lahn Go to last post
2 75
In article <PTgHb.149595$8y1.436960@attbi_s52>, "McKirahan" <News (AT) McKirahan (DOT) com> writes: Now if we can just get you to snip the ~116...
HikksNotAtHome
12-27-2003 11:26 AM
HikksNotAtHome Go to last post
0 84
I know this should be really simple but I've tried for hours, can anyone help? I'm trying to write JavaScript that will change an image (.gif) when...
Ferd Flintstone
12-27-2003 10:25 AM
Thomas 'PointedEars' Lahn Go to last post
8 69
Hi, I have this page that is built almost entirely in DHTML, layers, pop-ups -- the works. It runs great in IE6+ and also in NS7 with one exception...
Matthew
12-27-2003 01:15 AM
Matthew Go to last post
0 64
Hello there! I need to be explained about such thing. I need to reload the page and I know how could I do it. But my page is formed by POST method,...
Nicolay Vasiliev
12-26-2003 09:30 PM
Jim Ley Go to last post
2 97
Dennis M. Marks wrote: Besides of the iFrame issue, please read the FAQ about `javascript:' URIs and <3FDBC2B2.1020908 (AT) PointedEars (DOT) de>...
Thomas 'PointedEars' Lahn
12-26-2003 09:18 PM
Thomas 'PointedEars' Lahn Go to last post
0 59
Lee wrote on 16 dec 2003 in comp.lang.javascript: If you want the texts on the buttons to be the same, do: <input name="button1" type="submit"...
Syed Ali
12-26-2003 07:37 PM
Thomas 'PointedEars' Lahn Go to last post
7 132
Hi, Is there a way to focus on a drop down list of a form. I tried element.focus() select() click() in vain.... TIA Regards, Nicky.
Nicolas Mainczyk
12-26-2003 07:33 PM
Thomas 'PointedEars' Lahn Go to last post
2 223
Hi, I have video on my site and I'm trying to write something in java script that will change the source of that video (without reloading the...
Jason Robertson
12-26-2003 06:51 PM
Jason Robertson Go to last post
0 79
Hi Is it possible to use JavaScript to apply different actions to a form depending on a value within the form (eg sending form data to different cgi...
abracad
12-26-2003 06:06 PM
David Dorward Go to last post
1 72
Yes of course a child frame can call a method in its parent or even in a sibling frame. Just reference the window name that contains the...
Mike
12-26-2003 05:11 PM
Mike Go to last post
0 48
Thanks a lot. I let you know how things go "McKirahan" <News (AT) McKirahan (DOT) com> a écrit dans le message de news: ODZGb.656303$HS4.4674451...
Phil
12-26-2003 01:35 PM
Phil Go to last post
4 64
Is there any text compression algorithm exists in javascript? wanna to compress the large textual data before submitting the...
usman
12-26-2003 07:19 AM
Jim Ley Go to last post
1 137
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
12-26-2003 06:58 AM
FAQ Poster Go to last post
0 48
I'm working on a small javascript application where I'd like to get one behavior when a user clicks on an image (image swap), but when they simply...
Weston C
12-25-2003 11:37 PM
Eric Bohlman Go to last post
1 61
I totally agree, that's why I use a simple user-centered approach devoted to teaching a novice student the basics which he or she will need to move...
Charlene Russ
12-25-2003 02:45 PM
Eric Bohlman Go to last post
8 88
I have a case where the user can select several choices from my 1st <SELECT> element. The user's choice on the 1st <SELECT> effects what the...
Hal Vaughan
12-25-2003 06:15 AM
Martin Honnen Go to last post
1 48
In Mozilla 1.4b, when the URL is set to a local URL, it works as expected. function showIt(){ var xmlhttp = new...
HikksNotAtHome
12-25-2003 06:07 AM
Martin Honnen Go to last post
3 127
Post New Thread

Display Options
Showing threads 28151 to 28200 of 32434
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.