| Thread | Last Post | Replies |
|
| getting value of the status bar | 30 Nov 2006 23:49 GMT | 3 |
I know in the new browsers you're not able to change the value of the status bar. Which is fair enough, i understand why and agree. Although, i cant seem to get the value of the status bar. One used to be able to do window.status.
|
| Re-sizing problem with my web-page | 30 Nov 2006 23:23 GMT | 3 |
When I view my web-page on different computers, I am having trouble with re-sizing the screen on some of them. Was wondering what should be done differently to take care of the resizing problem with the screen? My banner images are not getting resized to the page.
|
| Multiple drop down boxes with same options | 30 Nov 2006 22:54 GMT | 4 |
I have created a page with multiple drop down boxes, all populated with the same options. My problem is, for 12 dropdown boxes and 40 choices per box, I end up with a massive file. Also, if I want to change or add options to a drop down box, I then have to copy that to the other
|
| NaN error | 30 Nov 2006 22:53 GMT | 6 |
i am calling these functions bellow while adding and deleting ,i am getting NaN on html page. i need early replay... thanks
|
| fire fox on mac and file input | 30 Nov 2006 18:24 GMT | 5 |
i need to assign onclick function to file inupt, in fire fox on windows function is executing just after click, but on mac it seems to be execut after file browse window is closed (in safari it works ok). did any one meet the same problem? any work around?
|
| prompt | 30 Nov 2006 18:10 GMT | 1 |
<form method="post" name="folder" id="folder"> <input type="hidden" name="name" value="" /> <input name="submit" type="hidden" value="new name .." onclick="getname();" />
|
| Is a closure in this code redundant? | 30 Nov 2006 17:32 GMT | 9 |
I'm a javascript noob and have a question concerning some code I've come across that I'm trying to understand. Here is a snippet of the relevant section: (snip)
|
| javascript:OpenChildWindow | 30 Nov 2006 15:43 GMT | 3 |
Hi, don't know if this is the right place for this but wondered if anybody can help. When I try to open a picture on gettyimages, or a new chat window on MSN (either by clicking on the image, or on the MSN username) nothing happens. If, in gettyimages, I right click on the
|
| Cross browser compatibility issue - JavaScript Array / ASP JS | 30 Nov 2006 15:34 GMT | 2 |
Hi, I have been having browser compatibility issues and was wondering if anyone could help. I have been using a JavaScript array to populate marker data using ASP JS in a google Maps project. For some reason the code works fine in
|
| JavaScript JSON stringifier | 30 Nov 2006 14:10 GMT | 5 |
Does anyone have a freely available JavaScript JSON stringifier. So far my search has been in vain, the one offered on http://www.json.org/json.js does not seem to work for me.
|
| document object and DOM | 30 Nov 2006 13:30 GMT | 2 |
I thought that the DOM was XmlHttpRequest (in mozilla based clients) and XMLHTTP in IE land. So why do I see the window.document object (the document property of the javascript client-side global object) referred to as the DOM object.
|
| ANN: Table Library for sort, filtering, paging, shading, rowspan/colspan correction | 30 Nov 2006 13:05 GMT | 9 |
Table Library (BETA): http://www.JavascriptToolbox.com/lib/table/ I just put this up in BETA form because I am seeking some feedback and I still need to clean up and fix the filtering code.
|
| Passing a function as an argument and using the evaluated function as an argument | 30 Nov 2006 12:13 GMT | 1 |
Since you can pass a function to a ... erm...... function.... how to you use the result of a function as the argument for another function instead of passing the actual function to it. i.e.
|
| In-browser Javascript Editor ala FCKeditor | 30 Nov 2006 11:55 GMT | 10 |
I've been playing with some javascript code and have produced a very rough proof of concept source code editor written in javascript (a bit like FCKeditor). Its not ready for release ((L)GPL>2 when it is) but I thought I'd ask for any guidance and tips.
|
| array.["property"] | 30 Nov 2006 10:45 GMT | 30 |
what does it meaning that strange sintax (look at the object :) ? if I have i.e. array.length I can use array.["length"] and is it IE/Firefox compatible??
|