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 we have an intranet site with a print function. We generate a "print friendly" version of a page, and the user can click a "print" button, which...
xdzgor
08-27-2009 02:42 PM
Thomas 'PointedEars' Lahn Go to last post
9 240
Hi, I'm announcing the release of ScriptGears, a professional tool for obfuscating Javascript code. It has several valuable features: o Rewrites and...
Oscar
08-27-2009 01:34 PM
Evertjan. Go to last post
2 38
Is there a "lint" for javascript; something that warns of misuse and potential errors?
okey
08-27-2009 12:46 PM
Oscar Go to last post
2 31
We do Voice, Data, Fiber Optic cabling installations and service in Southern California. We can also do the following: PA Systems, CCTV, VOIP, Copper...
cablinggonzo ( AT ) gmail.com
08-27-2009 12:38 PM
cablinggonzo ( AT ) gmail.com Go to last post
0 33
In article <91636304-ccd2-4f27-b774-2c7bfea9d618 (AT) r38g2000yqn (DOT) googlegroups.com>, Jorge <jorge (AT) jorgechamorro (DOT) com> wrote:
Michael Haufe (\TNO\)
08-27-2009 12:20 PM
-TNO- Go to last post
33 104
Le 8/27/09 2:52 PM, Jorge a écrit : Hi, Jorge, They seem to have a family resemblance :-) Where is the stop button ! Where is the stop button...
DL
08-27-2009 10:22 AM
SAM Go to last post
10 103
Hi, This "used to" work with FF2 (and still does IE6,7,8) Basically you'd <style> select#myOptions option {white-space: pre;}</style> and...
Richard Maher
08-27-2009 09:58 AM
Richard Maher Go to last post
0 35
Hi Friends, I have send this msg for more flexible connection between friends, Make a huge circle by connecting friends, get improvement along...
hansika
08-27-2009 08:05 AM
hansika Go to last post
0 28
The entire contents of the web page in question are dynamic, but there is only one form, and it isn't working. The form displays OK, including a...
Ted Byers
08-26-2009 07:09 PM
kangax Go to last post
7 49
----------------------------------------------------------------------- FAQ Topic - How can I disable the back button in a...
FAQ server
08-26-2009 07:00 PM
FAQ server Go to last post
0 36
I'm not sure this is the right forum for this problem, but maybe someone here has encountered a similar problem and can offer a suggestion. I'm...
dkomo872
08-26-2009 03:48 PM
dkomo872 Go to last post
13 144
----------------------------------------------------------------------- FAQ Topic - How can I see in javascript if a web browser accepts...
FAQ server
08-25-2009 07:00 PM
FAQ server Go to last post
0 41
I have a drop down select form field and when a user makes a selection it triggers a function that changes the style of a hidden div that contains an...
JCK
08-25-2009 06:48 PM
JCK Go to last post
7 145
----------------------------------------------------------------------- FAQ Topic - Why does my code fail to access an...
FAQ server
08-25-2009 05:46 PM
Dr J R Stockton Go to last post
1 49
I don't know, rather, my lack of experience is keeping me from achieving this end result: On the same page, I would like to have (1) a form with 2...
qtrimble
08-25-2009 02:36 PM
qtrimble Go to last post
2 38
Hi there, First thank you for reading. I have a question about the following is there a way to remove the following HTML tags with...
Jeroen
08-25-2009 01:37 PM
Thomas 'PointedEars' Lahn Go to last post
2 39
This is an educational site ,which provides loads of information regarding many world wide spoken languages. Beside that it gives detailed knowledge...
uzma wahid
08-25-2009 11:36 AM
uzma wahid Go to last post
0 40
Utilizzando questa sintassi per fare sì che quando posiziono il mouse su una immagine venga fuori la descrizione (Villaggio alpestre di Fane): <img...
Xymôx
08-25-2009 11:09 AM
Xymôx Go to last post
0 41
Was: Re: JavaScript Type Declarations Dr J R Stockton wrote: -- Jonathan
Hubert Kauker
08-25-2009 09:57 AM
Bruno Desthuilliers Go to last post
14 84
Do these result in identical objects? a = a = new Array ( "1", "2", "3" )
okey
08-25-2009 09:02 AM
kangax Go to last post
2 40
Piotr K <piotr.korzeniewski (AT) gmail (DOT) com> writes: Realistically, no (i.e., not without building your own framework inside the language)....
Lasse Reichstein Nielsen
08-24-2009 09:12 PM
Hamish Campbell Go to last post
5 50
Using "+(x)" is better, than parseInt(x,10) ?!? (if string "x" contains only decimal numbers)
Yaffle
08-24-2009 07:33 PM
JR Go to last post
5 98
In comp.lang.javascript message <d78b52da-bd51-4255-8cc4-1be7166dd476@c2 9g2000yqd.googlegroups.com>, Mon, 24 Aug 2009 09:18:21, Ted...
Dr J R Stockton
08-24-2009 06:43 PM
Dr J R Stockton Go to last post
0 44
Richard Cornford wrote: // use the elements collection, e.g. // var els = f.elements; // els.mname.value; // Problem: Don't redeclare a formal...
Garrett Smith
08-24-2009 04:38 PM
Garrett Smith Go to last post
0 44
John G Harris wrote: In which sense is it independent? I think "own" describes property relation to an object quite well. An object either "owns" a...
kangax
08-24-2009 02:24 PM
John G Harris Go to last post
1 37
Hello I need to know whether the newOrder array contains the value 120, in which case the variable lastCount will be the first element in the array,...
Geoff Cox
08-24-2009 08:55 AM
Dr J R Stockton Go to last post
21 123
Piotr K wrote: You are welcome. Mu. PointedEars --
Thomas 'PointedEars' Lahn
08-24-2009 07:53 AM
Thomas 'PointedEars' Lahn Go to last post
0 29
Under XP SP 3: With IE 6 and the DPI set to 120 it thinks the screen available space on my monitor with 1024 x 768 resolution is 1024 x 730. With...
Andrew Poulos
08-24-2009 07:48 AM
Thomas 'PointedEars' Lahn Go to last post
4 31
Hello, I knwe function in JS can be written like below to avoid function name collision, e.g. <script> (function(i, j) { alert(i + j); }) (1, 2);
Ryan Chan
08-24-2009 04:34 AM
optimistx Go to last post
8 50
----------------------------------------------------------------------- FAQ Topic - How do I modify the content of the...
FAQ server
08-23-2009 07:00 PM
FAQ server Go to last post
0 26
----------------------------------------------------------------------- FAQ Topic - How do I detect...
FAQ server
08-23-2009 05:49 PM
Dr J R Stockton Go to last post
2 43
Ed Jay wrote: Is this application Opera-only? Using Opera 9.6.4, or Opera 10b1, I can't seem to select more than 1 file at a time. Which version...
AT
08-23-2009 03:21 PM
Garrett Smith Go to last post
1 37
Hello, Rails has a hash named "params" which contains information from my current URL. Does JS have something like params? Related...
Audrey A Lee
08-23-2009 02:29 PM
Thomas 'PointedEars' Lahn Go to last post
7 98
First, no I'm not much of a Javascript programmer. Basically I have a textarea that I'm entering text in. I have a javascript function called...
Neil Cherry
08-23-2009 10:22 AM
Neil Cherry Go to last post
4 45
Hi Guys and Gals, I am wondering if any of you have experiences, thoughts and critique of YUI3 that you could share with me? I am considering to...
joedev
08-23-2009 07:17 AM
Jonathan Fine Go to last post
5 76
Ed Jay <edMbj (AT) aes-intl (DOT) com> writes: If you don't know what the problem is, omitting something is likely to omit something important...
Evertjan.
08-23-2009 12:11 AM
Lasse Reichstein Nielsen Go to last post
2 47
----------------------------------------------------------------------- FAQ Topic - How do I trim...
FAQ server
08-22-2009 05:12 PM
Jonathan Fine Go to last post
10 160
I want my website user can input(not select) an entry inside a drop- down menu, how to do this? I don't know how to write the code. Here is an...
Phper
08-22-2009 03:19 PM
Thomas 'PointedEars' Lahn Go to last post
1 28
Hi Really I should be writing code, but this arose recently on the newsgroup. Here's two ways of asking for information about a book. Version...
Jonathan Fine
08-22-2009 11:48 AM
John G Harris Go to last post
28 157
Hi I've recently written some code using event delegation, and wonder if anyone else here was using it and would like to discuss it with me. Here's...
Jonathan Fine
08-22-2009 11:30 AM
Garrett Smith Go to last post
11 110
ziphone provides the latest software and tools for unlocking your iphone. Here you will get the software through which you will be able to unlock any...
brain
08-22-2009 01:39 AM
brain Go to last post
0 33
On 21 Aug, 23:28, Ed Jay <ed... (AT) aes-intl (DOT) com> wrote: element has an property of "files" which has a length which matches the number of...
Greg Russell
08-21-2009 07:09 PM
Captain Paralytic Go to last post
4 32
----------------------------------------------------------------------- FAQ Topic - How do I disable the right mouse...
FAQ server
08-21-2009 07:00 PM
FAQ server Go to last post
0 34
Ed Jay wrote: Welcome, Ed. I'm surprised that Thomas Lahn hasn't come down on you like a ton of bricks for the poor subject line. Maybe...
Jonathan Fine
08-21-2009 06:37 PM
Jonathan Fine Go to last post
0 30
Using the Document Object Model, how do I turn off "Show Pictures"? I'm using the DOM to navigate to thousands of small pages, in a loop. Each of...
Greg Lovern
08-21-2009 05:06 PM
Greg Lovern Go to last post
11 82
I'm thinking about using this freebie script: http://www.javascript-fx.com/submitscripts/float/float.html I'm posting the script at the bottom of...
Jason Carlton
08-21-2009 04:30 PM
Dr J R Stockton Go to last post
10 192
Hi, Any one knows about any java script function which capture the content of the browser window as image? Thanks Chanchal
Chanchal
08-21-2009 01:42 PM
Thomas 'PointedEars' Lahn Go to last post
14 262
On Mon, 17 Aug 2009 11:05:31 +0100, Tim Streater <timstreater (AT) waitrose (DOT) com> wrote: Thanks Tim - I will get this book! Cheers Geoff
Geoff Cox
08-21-2009 05:23 AM
Tim Down Go to last post
23 238
I'm trying to find a Rich Text Editor, much like FCKEditor or TinyMCE that is a multi-tabbed interface. So, Tab1 is the editor, Tab2 is the "View...
tdnnash25
08-21-2009 04:15 AM
Gordon Go to last post
1 39
HaJo wrote: So serve it with `Content-Type: text/xml' (or whatever media type it is) and `Content-Disposition: attachment' or with...
HaJo
08-21-2009 02:39 AM
Thomas 'PointedEars' Lahn Go to last post
17 145
Post New Thread

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