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, I have a question regarding Internet Exlporer and Firefox. We have a set of screens that were written in PHP/HTML and obviously have...
Mtek
06-03-2008 11:20 PM
Mtek Go to last post
0 5
On Jun 3, 9:23 pm, darius <no... (AT) here (DOT) invalid> wrote: This page http://blog.vishalon.net/Post/57.aspx talks about getting and setting the...
Dan Rumney
06-03-2008 09:46 PM
Dan Rumney Go to last post
0 3
Hi. Suppose that a JavaScript script running on some browser has some data in a variable (e.g. a large chunk of text retrieved via Ajax from a...
kj
06-03-2008 06:28 PM
Lee Go to last post
2 4
----------------------------------------------------------------------- FAQ Topic - How do I direct someone to this...
FAQ server
06-03-2008 06:00 PM
FAQ server Go to last post
0 4
Lee wrote: Doy! This is just a simple case of Dan being wrong due to late engagement of
Jeremy
06-03-2008 03:54 PM
Dan Rumney Go to last post
3 4
Never mind, its because I didn't have a <body> section, whoops! Works now, thanks!
Locke
06-03-2008 03:36 PM
Locke Go to last post
4 5
Hi All, I'm creating textareas via the DOM and I'm trying to add the onchange event to them. Here's my code: mytextarea =...
HugeBob
06-03-2008 02:40 PM
Dan Rumney Go to last post
3 6
I am still improving my AJAX and I ran into something that I'm not sure how to do. I will have a page called where I will have a dropdown list at...
sheldonlg
06-03-2008 01:03 PM
sheldonlg Go to last post
8 9
Hey Yall, I am trying to incorporate a Once Per session Cookie that will expire once the browser is closed so some one who comes to my website...
Yonih
06-03-2008 12:49 PM
Yonih Go to last post
4 5
Microsoft fixed some garbage collection problems in IE6 almost a year ago. I'm trying to figure out if many users of IE6 are unpatched and still have...
timothytoe
06-03-2008 12:17 PM
VK Go to last post
5 6
Hi, I have the following method: function addClass(el, cl) // passes a DOM node and class name string What this function does is takes a DOM...
bizt
06-03-2008 12:01 PM
Dan Rumney Go to last post
1 6
Jorge wrote: But subsections 11.1.5 and 11.2.1 of the ECMAScript Specification, Edition 3 Final (and other sections of previous editions), say so :)...
1 connu
06-03-2008 06:03 AM
Thomas 'PointedEars' Lahn Go to last post
4 5
There is an interseting examination of varions trim functions here: <URL: http://blog.stevenlevithan.com/archives/faster-trim-javascript > The best...
RobG
06-03-2008 02:35 AM
Evertjan. Go to last post
2 3
Hi, I’m creating a web application using XUL and SVG. My problem: I’ve tried to draw for example a dot where the user clicks in the SVG area. I...
Fabian Lenzen
06-02-2008 07:57 PM
Andreas M. Go to last post
1 5
The Magpie wrote: The change does not matter. The JavaScript Reference implementation in C was never called SeaMonkey. Had you quoted properly,...
nobody@nowhere.net
06-02-2008 07:42 PM
Andreas M. Go to last post
27 28
----------------------------------------------------------------------- FAQ Topic - Why was my post not...
FAQ server
06-02-2008 06:00 PM
FAQ server Go to last post
0 6
Hi, I'm using document.lastModified function to return my document last mod date. The function returns 1-Jan-1970. The problem seems to be that the...
dbahlmann@gmail.com
06-02-2008 04:07 PM
Jeremy Go to last post
2 8
I am still learning more of Javascript, so please bear with me. My objective is to have a dropdown list for categories. Depending upon what the...
sheldonlg
06-02-2008 03:57 PM
sheldonlg Go to last post
1 9
Hi all, I have a problem with DOM. If I have the xy coordinates in a web page, how can I get (possibly using Javascript) the corresponding word...
Dave
06-02-2008 01:05 PM
Bjoern Hoehrmann Go to last post
5 9
Works same in both browsers for me
yukabuk
06-02-2008 11:18 AM
Tom Cole Go to last post
2 8
Hi, We have a form defined with buttons like this: <a class="save_menu" href="javascript:document.Detail_Screen.action...
Mtek
06-02-2008 10:21 AM
Dan Rumney Go to last post
14 15
say, we have the following: // declare an array myArray = ; // short hand? same as myArray = new Array ? // populate it myArray = 0; myArray =...
DL
06-02-2008 09:59 AM
Michael Wojcik Go to last post
15 16
Hi, I have a generic routine that is called by many forms, and probably by many browsers. The javascript performs some validation on the...
Mtek
06-02-2008 09:50 AM
Bart Van der Donck Go to last post
2 9
Again, does anyone have an idea why IE6 is so much slower in changing the background color of table cells when the cursor moves relatively quickly...
markszlazak@gmail.com
06-02-2008 07:22 AM
markszlazak@gmail.com Go to last post
0 9
in a script (a simplified L-System) i do have objects constructing other (children) objects by : this.createChild=function(){ return new...
Une Bévue
06-02-2008 01:56 AM
Une Bévue Go to last post
3 8
How can i get the actual screen coordinates of text selection inside a textbox in firefox? In IE, we can do this by using TextRange tr...
GeezerButler
06-02-2008 01:07 AM
GeezerButler Go to last post
0 9
Hi Guys I dont really know how to do this: if there are a page of others, some data are embedded inside the data array like this: <script...
Harry
06-01-2008 07:58 PM
david.karr Go to last post
4 8
I have a form that uses the following: onSubmit="some_var = 'validated';" FireFox is OK with that. Internet Explorer isn't. any ideas why? Thanks.
Mark Livingstone
06-01-2008 06:12 PM
Thomas 'PointedEars' Lahn Go to last post
8 11
----------------------------------------------------------------------- FAQ Topic - What do I have to do before posting to...
FAQ server
06-01-2008 06:00 PM
FAQ server Go to last post
0 9
I have page that is generated with a selection box with a size=7 clause that contains some 30 options. When the selection box is generated with the...
Roger
06-01-2008 05:01 PM
Roger Go to last post
0 7
I bought Crockford's "JavaScript: The Good Parts" yesterday to help build my JavaScript foo. On page 44, he gives an implementation of the curry...
RubyRedRick
06-01-2008 04:37 PM
Thomas 'PointedEars' Lahn Go to last post
4 8
I thought JS was purely on client side. But if i do myImage.src = 'someImageOnServer.gif", it seems to work. How does JS do this? Is a request sent...
GeezerButler
06-01-2008 04:23 PM
Thomas 'PointedEars' Lahn Go to last post
1 7
With a JS dynamically created table elt = document.createElement("table"); // Statements filling in the table. document.body.appendChild(elt); I'd...
gentsquash@gmail.com
06-01-2008 02:16 PM
Stanimir Stamenkov Go to last post
1 8
Hi, Consider a simple example, e.g. var a = { 'a': 'b', 'c': 'd' }
howa
06-01-2008 01:19 PM
Richard Cornford Go to last post
5 13
In comp.lang.javascript message <pan.2008.05.22.19.45.00.68130 (AT) example (DOT) n et>, Thu, 22 May 2008 19:45:01, Rich Grise <rich (AT) example...
Prisoner at War
06-01-2008 11:03 AM
Chaddy2222 Go to last post
20 21
Got a little problem with Javascript. I control windows media player with buttons and hide the actually windows media player. My...
Yonder
06-01-2008 08:57 AM
Yonder Go to last post
0 8
HI all: I often see people write code like as below to invoke code block: ( function() { do some thing here} ) () my question is why do like this,...
ctx2002
06-01-2008 03:02 AM
Jorge Go to last post
8 9
Hi, I have been looking around for a way to apply the filter that grays out a form or div. I found some examples but the code is pretty complex....
MC
06-01-2008 02:12 AM
MC Go to last post
4 7
----------------------------------------------------------------------- FAQ Topic - What questions are off-topic for...
FAQ server
05-31-2008 06:00 PM
FAQ server Go to last post
0 9
I have a select with an onchange - it works find in Firefox, but in IE 6 I get an error: Object Expected. I have simplified things drastically, and...
Tony
05-31-2008 05:37 PM
Thomas 'PointedEars' Lahn Go to last post
16 17
I have a asp.net page that does something simple - when the user clicks on a radiobutton, a panel becomes visible beneath the radio button. There is...
COHENMARVIN@lycos.com
05-31-2008 10:17 AM
SAM Go to last post
1 8
I want to make a single web page with a select element and a div element. The text in the div needs to be changed, when a different value is selected...
Daan
05-31-2008 09:24 AM
Daan Go to last post
1 8
hi all, I am trying to copy the contents of a div to the clip board the same way that Microsoft copies it when you select the contents with...
SirCodesALot
05-31-2008 07:55 AM
Holger Jeromin Go to last post
4 9
On May 30, 10:56*pm, SAM <stephanemoriaux.NoAd... (AT) wanadoo (DOT) fr.invalid> wrote: Thanks, I'm testing with IE7, your syntax of tbl.rows.length...
DL
05-31-2008 07:39 AM
DL Go to last post
1 7
access all computer tutorials for free visit http://freecomputertutorialz1.blogspot.com/
Dhanabal
05-31-2008 01:31 AM
Dhanabal Go to last post
0 6
looking for a developper who would make this site in js: http://www.iceberg.fr/site_iceberg/flash1280.html i'll pay 900 dollars for making it and...
tetris
05-30-2008 11:31 PM
tetris Go to last post
0 9
I'm looking for two mechanisms for a hosted web application. One is to allow users to take notes or make comments about a web page and have the...
TheCornjerker
05-30-2008 07:22 PM
timothytoe Go to last post
1 8
----------------------------------------------------------------------- FAQ Topic - Which newsgroups deal with...
FAQ server
05-30-2008 06:00 PM
FAQ server Go to last post
0 8
Hi... I've seen code which changes a paragraph into a textarea (to allow it to be edited)...by creating a brand new text area, inserting that...
samslists@gmail.com
05-30-2008 05:52 PM
Thomas 'PointedEars' Lahn Go to last post
3 9
With Element.addEventListener, you can easily wire-up several different event handlers on the fly. This works great, but debugging can be difficult...
mebemikeyc@gmail.com
05-30-2008 05:34 PM
Thomas 'PointedEars' Lahn Go to last post
1 8
Post New Thread

Display Options
Showing threads 301 to 350 of 31102
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.