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     
webgour escribió: Unless it's just an exercise, I suggest you grab a third-party library or framework to attach events. Apart from the headaches...
Álvaro G. Vicario
06-10-2008 11:07 AM
Álvaro G. Vicario Go to last post
0 33
<http://webkit.org/blog/189/announcing-squirrelfish/> --Jorge.
Jorge
06-10-2008 08:19 AM
Jorge Go to last post
1 32
Yeah I'm sure this is a stupid question. I've got a javascript source file with functions (creates a bar graph) I want to call from inside an html...
James Kimble
06-10-2008 07:49 AM
James Kimble Go to last post
12 47
If we toss this in a global area, is it compiled just once one the js file is included in the new page? var re = //o Thank you.
oldyork90
06-10-2008 06:43 AM
oldyork90 Go to last post
4 28
I (think) that I've come up with a pattern that I haven't seen in any publications so far and I would like some feedback. Basically, I was looking...
PragueExpat
06-10-2008 12:13 AM
RoLo Go to last post
13 55
Hello, I have the following function: function show(id) { var allIds = , ids, i=0; while(ids = allIds) { ...
shapper
06-09-2008 07:35 PM
RobG Go to last post
1 32
Hello, I have a web site which uses Javascript and soundManager2 which uses Flash to play mp3 files What is the best way to deal with a user whose...
Geoff Cox
06-09-2008 06:04 PM
Thomas 'PointedEars' Lahn Go to last post
4 27
----------------------------------------------------------------------- FAQ Topic - Internationalization and Multinationalization...
FAQ server
06-09-2008 06:00 PM
FAQ server Go to last post
0 35
rizjabbar (AT) gmail (DOT) com wrote: Try declaring _InitEngine_prototype_called: var _InitEngine_prototype_called = true;
Dan Rumney
06-09-2008 03:51 PM
rizjabbar@gmail.com Go to last post
1 33
Hello, I'm building a little web with php and javascript. I have inside HEAD the following function: This function receives as parameters a url and...
dlf
06-09-2008 11:07 AM
Evertjan. Go to last post
5 46
Hi All, Does anyone have any idea about how can we resize an IFRAME dynamically according to its content from another domain? I want to increase the...
Jills
06-09-2008 09:35 AM
preet Go to last post
3 44
On page 392 of "Javascript the definitive guide" a function is called like this:- <form action="processform.cgi" onsubmit="return...
Steve
06-09-2008 05:28 AM
Joost Diepenmaat Go to last post
12 48
Hi I have a simple question. From a click event, how do I find out what element triggered it? In delphi there was a property called "sender" which...
oddvark
06-09-2008 03:37 AM
Álvaro G. Vicario Go to last post
10 44
comp.lang.javascript FAQ - Quick Answers- 9.91 - 2008-01-19 1 meta-FAQ meta-questions 2 comp.lang.javascript tips 2.1 Which newsgroups deal with...
FAQ server
06-09-2008 03:00 AM
FAQ server Go to last post
0 31
Clinic Items Shop eBay for anything and everything - from specialized gifts to custom clothing and Genealogy tools. It's all on...
Weini
06-09-2008 12:18 AM
Weini Go to last post
0 31
----------------------------------------------------------------------- FAQ Topic - What is the document object...
FAQ server
06-08-2008 06:00 PM
FAQ server Go to last post
0 33
Hi, I have a Javascript function called changediv() that receives as a parameter the number that is the id of the element I want to...
Paulo Almeida
06-08-2008 02:05 PM
Paulo Almeida Go to last post
2 30
As part of a JavaScript precheck form validation I noticed a problem with trying to return focus to the field with an error. I have setup a demo...
Jonathan N. Little
06-08-2008 09:39 AM
Thomas 'PointedEars' Lahn Go to last post
3 35
----------------------------------------------------------------------- FAQ Topic - What are object...
FAQ server
06-07-2008 06:00 PM
FAQ server Go to last post
0 31
Hi all, I want to display advertising in iframe, but bust out of iframe if someone clicks on any of the links in there. Can u please help. I...
noob
06-07-2008 03:07 PM
Dr J R Stockton Go to last post
5 34
I know how to overwrite a function. Normally this is what I would do: function someFunction() { /* orig definition here */ } //later in the execution...
hzgt9b
06-07-2008 01:47 PM
hzgt9b Go to last post
2 28
Hey, i have a question. i'm about to run an multilangual (if that even is a word) site and i would like to adjust the language of the site depending...
microgolf
06-07-2008 12:45 PM
Thomas 'PointedEars' Lahn Go to last post
7 28
I have this line of code in a js function, which is called by the onclick event of myImage : document.getElementById("myImage").src =...
case
06-07-2008 07:07 AM
Nils Go to last post
1 30
Hi, I have an IE modal window created with showModalDialog() in javascript. Is there a way I can disable the system menu that appears when we left...
ram.gct@gmail.com
06-07-2008 06:01 AM
Bart Van der Donck Go to last post
1 33
You're about to discover the 'magic ingredients' that make some couples live happy and blissful marriages for DECADES and how you can too. Dear...
Happy Married Couple
06-07-2008 01:46 AM
Happy Married Couple Go to last post
0 31
Problem description: ------------------- I'm trying to write a toolbar to automate a search engine that does not allow query strings. Attempts at...
spx2
06-06-2008 07:04 PM
spx2 Go to last post
0 59
I'm inserting elements into the DOM, but don't want them to inherit *any* css at all (I can't control the CSS). Does anyone know if this is...
sammati@gmail.com
06-06-2008 03:40 PM
Dan Evans Go to last post
3 30
Can anyone suggest a really good course in Javascript that my son can take online, starting right away? It should be for someone without much...
Michael Reach
06-06-2008 02:50 PM
Dr J R Stockton Go to last post
10 47
I have some innerHTML stored as a string, and I would like to know how many time throughout the whole innerHTML the occurence of "Hello<BR>" occurs. ...
Yin99
06-06-2008 12:39 PM
Dr J R Stockton Go to last post
6 25
Using a flat file containing table names, fields, values whats the best way of creating forms / html pages? I want control over the html pages ie 1....
lxyone@googlemail.com
06-06-2008 11:44 AM
case Go to last post
1 29
Hi All, I know this is a javascript group, but this where the great minds are, so I figured I would ask here. Can anyone explain to me why the blue...
SirCodesALot
06-06-2008 10:37 AM
SirCodesALot Go to last post
4 29
The website I am developing is implemented as a Single Page Interface (SPI). During a visitor's session all new content gets loaded by JavaScript...
timsamshuijzen@gmail.com
06-06-2008 10:04 AM
Lasse Reichstein Nielsen Go to last post
1 24
Hello, I created a function to show a div given its id and hide the other divs (defined in a div): function show(id) { //var e =...
shapper
06-06-2008 09:00 AM
Thomas 'PointedEars' Lahn Go to last post
2 28
Hi guys, sorry, I couldn't write a better Subject :( I'd like to allow multiple launch of a function with the delayed execution that breaks the...
Ugo
06-06-2008 04:26 AM
Ugo Go to last post
0 25
On 5 Jun, 21:52, Jonas Smith <jonas.sm... (AT) yahoo (DOT) com> wrote: If you open a javascript file using Netbeans 6.1 (latest version) and look at...
Martin
06-06-2008 02:19 AM
Martin Go to last post
0 28
On Jun 6, 6:52 am, Jonas Smith <jonas.sm... (AT) yahoo (DOT) com> wrote: Javascript doesn't have classes, however it does have objects that can be...
RobG
06-05-2008 06:07 PM
RobG Go to last post
0 21
----------------------------------------------------------------------- FAQ Topic - What is...
FAQ server
06-05-2008 06:00 PM
FAQ server Go to last post
0 21
Dan Rumney wrote: I strongly suggest you don't. A handful of browser tests have never been sufficient in order to determine whether fantasy code...
Thomas 'PointedEars' Lahn
06-05-2008 04:57 PM
Dan Rumney Go to last post
7 26
Hi, I know this is about IE, but it really has to do with programming, so I'm hoping someone can help. I have a question regarding Internet...
Mtek
06-05-2008 02:56 PM
Dr J R Stockton Go to last post
2 26
Hi, I am new to prototype.js and appreciate it a lot. One simple thing however seems to be impossible? I have a <td> element which I want to fill...
Daniel Loose
06-05-2008 02:41 PM
Thomas 'PointedEars' Lahn Go to last post
4 27
does exist a constant in JavScript (UA dependent) telling us the stack size limit ? from google I've found 1000 for Firefox, 100 for Safari...
Une Bévue
06-05-2008 02:32 PM
Thomas 'PointedEars' Lahn Go to last post
5 27
Can you post all of your code. I need to do something similar. Thanks, RDB *** Sent via Developersdex http://www.developersdex.com ***
RDB
06-05-2008 02:17 PM
RDB Go to last post
0 24
On Jun 5, 3:36*pm, javelin <jmevalen... (AT) gmail (DOT) com> wrote: If you really need this to work in IE, I'd say, forget the canvas. It's not...
javelin
06-05-2008 02:05 PM
Tom Cole Go to last post
7 34
I use the prototype library and create a class that builds a grid using some parameters as mentioned below. Everything is working but only the...
harry.viet@gmail.com
06-05-2008 01:51 PM
Thomas 'PointedEars' Lahn Go to last post
3 25
Jorge wrote: Recommended against because that would mean augmenting a host object which is error-prone. Search the...
Quarco
06-05-2008 01:49 PM
Thomas 'PointedEars' Lahn Go to last post
28 49
I have a website for which I am trying to automate interactions with. The first page shows the first page of results of a search, each result having...
BobRoyAce
06-05-2008 01:42 PM
SAM Go to last post
5 18
So I was doing some stuff in Javascript, and I want to get access to a function's scope chain. As a simplified example of what I actually am trying...
DanYan
06-05-2008 11:59 AM
VK Go to last post
2 20
Hi, what is the fastest way to search for all occurences of a string in a very long string (from several KB to MB). What I want to get is an array of...
czechboy
06-05-2008 11:18 AM
Dr J R Stockton Go to last post
4 20
Hi, We are having some issues with out pages. We have a set of pages which interact with a MySQL database. The pages are written in PHP...
Mtek
06-05-2008 08:07 AM
GArlington Go to last post
2 14
How do I programmatically set the value picked in a drop down? So, let's say that I have a dropdown that has three possible values: "Car", "Truck",...
BobRoyAce
06-05-2008 08:03 AM
Thomas 'PointedEars' Lahn Go to last post
2 26
Post New Thread

Display Options
Showing threads 801 to 850 of 31664
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.