Google Groups Home
Help | Sign in
comp . lang . javascript
This is a Usenet group - learn more
Find or start a Google Group about javascript.
Related Groups
Writing HTML for the Web.
Medium activity, Usenet
Use comp.infosystems.[link] instead.
High activity, Usenet
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 166916  Older »
Description: Netscape Communications Corp.'s JavaScript language.
 

FAQ Topic - How do I change print settings with window.print()? (2008-07-07) 
  ------------------------------ ------------------------------ ----------- FAQ Topic - How do I change print settings with window.print()? ------------------------------ ------------------------------ ----------- In a normal security environment, you can't change anything. The page stylesheet rules provide some options, but are not supported... more »
By FAQ server  - 7:00pm - 1 new of 1 message    

How to put a single quote in a JS var defined by single quotes 
  var a = 'what goes in here to get a single quote?';
By gimme_this_gimme_that@yah oo.com  - 12:00pm - 2 new of 2 messages    

How to add a caret like FCKEditor? 
  We can add a caret in textarea, but when I inspect FCkEditor with firebug, I don't find a textarea tag, but still there is a caret there. I wonder how Fckeditor do that? Anyone know that?
By gleery  - 8:18am - 3 new of 3 messages    

Trying to adopt a simple method to fix back button when using AJAX 
  Hi, After some sniffing about ive been trying to find a simple means to fixing the back button for my AJAX site. One means I did come across was using the url hash to store state information. Because I could find no event that triggered that the back button was clicked (only know of onunload but this seems to fire for any type of relocation) so... more »
By bizt  - 6:44am - 1 new of 1 message    

Regular expression help for 12 hour clock? 
  Hello, I am trying to make a regex for a 12 hour clock, and I can't seem to get it just right. What I have now is var regexmatch = /(1[012]:[0-5][0-9]|[1-9]:[0-5 ][0-9])\s((a\.m\.)|(p \.m\.))/i My thinking is that the first part will filter out the time and the | will correctly check the two possibilities... more »
By mw  - 2:11am - 8 new of 8 messages    

FAQ Topic - How do I generate a random integer from 1 to N? (2008-07-06) 
  ------------------------------ ------------------------------ ----------- FAQ Topic - How do I generate a random integer from 1 to N? ------------------------------ ------------------------------ ----------- Method Math.random() returns a value R such that 0 <= R < 1.0 ; therefore function Random(x) { return Math.floor(x*Math.random()) }... more »
By FAQ server  - Jul 5 - 1 new of 1 message    

tbody.removeChild(tbody.lastCh ild) sometimes fails 
  Hello, I am lerning HTML/CSS/JavaScript. I created HTML page with table "property_fields" containing 24 rows ('tr' elements). I want to remove last 23 rows: var table = document.getElementById("prope rty_fields"); var tbody = table.tBodies[0]; for (var r = 1, len = tbody.rows.length; r < len; r++)... more »
By r_ahims...@poczta.onet.pl  - Jul 5 - 6 new of 6 messages    

Frames as Rodney Dangerfield 
  They just don't get no respect. "In the early days of JavaScript, multiframe and multiwindow web applications were fairly common. Now, web design has turned strongly against the use of frames (but not inline frames, called <i>iframes)</ i>, and it is less common to see web sites that use interacting... more »
By martinrineh...@gmail.com  - Jul 5 - 9 new of 9 messages    

Functional question 
  Do these two give a different result? function positive() { return true; } var positive = function() { return true; }
By martinrineh...@gmail.com  - Jul 5 - 9 new of 9 messages    

Python XML-RPC Server with clientside Javascript 
  Hello everyone, I have used Python SimpleXMLRPCServer to expose several methods to be used. My Python script creates a free-standing server and not a CGI script. I have tested its exposed methods using the following Python script: import xmlrpclib s = xmlrpclib.ServerProxy('[link]) print s.my_method()... more »
By akineko  - Jul 5 - 1 new of 1 message    

1 - 10 of 166916   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google