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     
Trying to create a button element in IE with type set to button. The latter thing is required since "In IE8 mode, the default value is submit"...
Gregor Kofler
Today 03:55 PM
Gregor Kofler Go to last post
8 9
I have been using an ANT task with YUI Compressor to apply minfication all of my javascript, using an <apply> task. The result is much smaller file...
Garrett Smith
Today 03:51 PM
Thomas 'PointedEars' Lahn Go to last post
31 72
<html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript"...
.rhavin grobert
Today 03:39 PM
Thomas 'PointedEars' Lahn Go to last post
11 12
How do I get the opacity value in IE where the opacity is set via a filter eg. <img style="filter:alpha(opacity=12);" src="... > Andrew Poulos
Andrew Poulos
Today 02:44 PM
Thomas 'PointedEars' Lahn Go to last post
5 6
David Mark
Today 12:28 PM
SteveYoungTbird Go to last post
14 15
Style parts. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the...
David Mark
Today 09:16 AM
Richard Cornford Go to last post
8 9
Hi gurus, Noobie alert! I have a document with an accompanying css that specifies the right-margin of a particular div. It also has a @print...
Mark McDougall
Today 08:01 AM
Thomas 'PointedEars' Lahn Go to last post
3 4
On 16/11/09 22:42, Terence wrote: Your requirements are hard to understand, because you insist on using non-existent or misleading terms: "HTM",...
Terence
Today 03:20 AM
Terence Go to last post
24 91
There is a discussion going on in the jquery-dev mailing list that piqued my curiosity. I'm interested to know if the smart people here have a good...
Matt Kruse
Yesterday 09:27 PM
David Mark Go to last post
17 18
Hi all I looked around, and can only find items for poping up images. I want to have a text over a link, the when the mouse is over a link (and...
jodleren
Yesterday 08:14 PM
SAM Go to last post
4 8
----------------------------------------------------------------------- FAQ Topic - I have <a href="javascript:somefunction()"> what .......
FAQ server
Yesterday 07:00 PM
FAQ server Go to last post
0 2
Ajax parts. /** * The ActiveX PROG ID string to use to create xhr's in IE. Lazily initialized.
David Mark
Yesterday 06:56 PM
David Mark Go to last post
1 2
We created a simple Javascript function for date formatting to use on FeedMagnet.com (a tool that helps businesses harness social media). We're...
Jason
Yesterday 05:40 PM
Thomas 'PointedEars' Lahn Go to last post
1 2
----------------------------------------------------------------------- FAQ Topic - How can I access the client-side...
FAQ server
Yesterday 04:46 PM
Dr J R Stockton Go to last post
1 2
David Mark
Yesterday 04:45 PM
David Mark Go to last post
6 7
If I can use the syntax var MyArray = new Array(76) to create an array with 76 objects, and I can also use the syntax var MyArray2 = new...
AT
Yesterday 04:31 PM
AT Go to last post
21 29
Hi - I am trying to work with a large scale app that uses tokens to drop script tags and Javascript into a page. Basically, I have to add a line or...
garey
Yesterday 02:40 PM
Thomas 'PointedEars' Lahn Go to last post
5 6
The regex in this Javascript is not working to find strings that start with "(". Escaping the ( and using chr(40) did not work either. Nor did...
jc
Yesterday 02:36 PM
Lasse Reichstein Nielsen Go to last post
5 6
I am using a script for an animated drop down menu, ddmenu.js. Here is pastie for that script: http://pastie.org/705995 With this I am...
BlueHandTalking
Yesterday 10:38 AM
BlueHandTalking Go to last post
0 4
the following little test-markup doesnt work... in firefox, i dont even get the names of the elements, in IE, i get the names but the...
.rhavin grobert
Yesterday 09:21 AM
Thomas 'PointedEars' Lahn Go to last post
3 4
This is regarding javascript in the Firefox browser. I'm having problems creating new objects using constructor functions. As you can see from the...
Basil Brush
Yesterday 05:59 AM
Thomas 'PointedEars' Lahn Go to last post
2 3
On Nov 16, 1:25 pm, The Natural Philosopher <t... (AT) invalid (DOT) invalid> wrote: Not in your "final analysis" perhaps. We aren't arguing about...
David Mark
Yesterday 05:55 AM
The Natural Philosopher Go to last post
52 144
Today i see couple of slides produced by John Resig. One of the interesting code is addMethod to implement method overloading. <URL:...
Asen Bozhilov
Yesterday 05:36 AM
Dmitry A. Soshnikov Go to last post
12 24
The Sniffing Parts. The excuse for this is twofold. "Capability detection has its problems too." Everything has its problems, doesn't it? Why...
David Mark
Yesterday 02:03 AM
David Mark Go to last post
0 2
Hi, Can anyone confirm that IE 8 prevents a page that was loaded via httpS from injecting a script (createElement, appendChild etc) by throwing...
Richard Maher
11-18-2009 07:48 PM
David Mark Go to last post
5 6
Hi. If I have a dynamically generated table using javascript (and the table changes based on various click events prior to form submit) and I want...
pbd22
11-18-2009 06:50 PM
Csaba Gabor Go to last post
2 5
DOM parts, sorry! Some of them, anyway. There comes a point when enough is enough and you know you can safely stop reading. In a few words,...
David Mark
11-18-2009 06:16 PM
David Mark Go to last post
1 8
On Nov 18, 8:02 am, Garrett Smith wrote: Given the extensive used of ] for type checking in the spec, and the ES5 spec's (8.6.2) "When an algorithm...
Dmitry A. Soshnikov
11-18-2009 02:39 PM
Dmitry A. Soshnikov Go to last post
7 8
Hi, I'm working on a single page app, in the sense that I only use 1 html page, not in the "also works offline" sense of the term. Using ahah /...
King Albert
11-18-2009 09:26 AM
King Albert Go to last post
0 2
Hi all could anyone here tell me the difference between (function(){ })(); and (function(){
QQ
11-18-2009 09:13 AM
QQ Go to last post
7 8
Hi. "Though it is tempting to add JavaScript and CSS sources to where you need them, proven best practice is to ensure they are added to the header...
Christian Cambier
11-18-2009 08:20 AM
Richard Cornford Go to last post
44 80
----------------------------------------------------------------------- FAQ Topic - I have window.status="Moomin"; why doesn't the statusbar...
FAQ server
11-18-2009 06:35 AM
Thomas 'PointedEars' Lahn Go to last post
26 113
First my problem: I have a javascript running at the server side, receiving both POST and GET requests. The POST request works fine, none latin-1...
pulvens
11-18-2009 04:09 AM
pulvens Go to last post
4 5
----------------------------------------------------------------------- FAQ Topic - How do I protect my javascript...
FAQ server
11-17-2009 07:00 PM
FAQ server Go to last post
0 2
Out of curiosity about Microsoft's newfound understanding of attributes, I put together a set of tests. Two sets,...
David Mark
11-17-2009 05:33 PM
David Mark Go to last post
4 5
Hi. Like the title says, I am trying to figure out a way to pass the fully qualified path of each source file uploaded to the server. I am using an...
pbd22
11-17-2009 02:36 PM
Thomas 'PointedEars' Lahn Go to last post
7 10
On Nov 16, 3:36 pm, transkawa wrote: Which reference manuals? What do you mean by "type" and "data type"? That is going to depend on what you...
Richard Cornford
11-17-2009 12:23 PM
Richard Cornford Go to last post
0 2
I am still getting problems with IE, the whole page is being pushed down when in narrow width on IE, but not on any other browsers. Its like the...
AaronNGray
11-16-2009 10:47 PM
GTalbot Go to last post
5 9
----------------------------------------------------------------------- FAQ Topic - How can I prevent access to a web page by using...
FAQ server
11-16-2009 07:00 PM
FAQ server Go to last post
0 5
Hi, I'm trying to write a small piece of javascript, which will alternately show two small red and yellow dots, with a time difference of 500 ms...
The Mysterious Mr. Rocco
11-16-2009 06:34 PM
Dr J R Stockton Go to last post
3 10
Hi, I have an web app Im building and unlike the previous programmer, Ive put lots and lots of comments through out the javascript so my...
bizt
11-16-2009 02:45 PM
Evertjan. Go to last post
1 5
I read ajaxian.com. There i found one post which presented one new JavaScript framework. The name of the framework is call "Underscore". <URL:...
Asen Bozhilov
11-16-2009 02:01 PM
Richard Cornford Go to last post
49 148
I've recently started using YAHOO!® User Interface library, and noticed that I can consistently reproduce a security exception on a certain page in...
Spizzat2
11-16-2009 12:04 PM
Spizzat2 Go to last post
9 178
Hi, Job title: Java front end developer Location: NYC Duration: long term Only GC/Citizens Experience:
kin
11-16-2009 10:01 AM
kin Go to last post
0 3
Hi, I have the following Javascript and am trying to get it to work on IE. It works on FF, Chrome, , Safari, and Opera...
AaronNGray
11-16-2009 09:51 AM
AaronNGray Go to last post
7 8
Hi, My problem is: I have javascript variable like this: var variable = "<form name='formABC' method='POST'>"+ "<input type='text'...
mirek
11-16-2009 07:22 AM
Thomas 'PointedEars' Lahn Go to last post
5 10
Hello, all, I am new to this group and have a question that I am sure one of you JS experts can quickly help me with. I have a login page that calls...
David Goldstein
11-15-2009 07:45 PM
Hans-Georg Michna Go to last post
11 21
----------------------------------------------------------------------- FAQ Topic - How do I get my browser to report...
FAQ server
11-15-2009 07:00 PM
FAQ server Go to last post
0 4
How can I get some data that comes in on a computer's serial port into a text box on a web page? I assume I need to use Javascript in some manner -...
Martin
11-15-2009 05:45 PM
Terence Go to last post
16 31
If you go to the Facebook home page and press a certain key sequence (below), Facebook displays a string of circles that respond differently to...
Hank Mishkoff
11-15-2009 04:17 PM
David Mark Go to last post
2 341
Post New Thread

Display Options
Showing threads 1 to 50 of 34455
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 - 2009, Jelsoft Enterprises Ltd.